Skip to content

Commit

Permalink
Change the deprecation warning back to pre-5.005_03. It was at
Browse files Browse the repository at this point in the history
pre-5.005_05 for testing.
  • Loading branch information
rcaputo committed May 15, 2002
1 parent ac1c8bd commit 6af14ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;

warn $];

eval "use 5.005_05";
eval "use 5.005_03";
if ($@) {
warn( "\n",
"================================================================\n",
Expand Down

0 comments on commit 6af14ea

Please sign in to comment.