Skip to content

Commit

Permalink
I had the hardest time getting rid of the redefined warning....
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed Apr 26, 2009
1 parent 8f11d42 commit f895470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ WriteMakefile(
clean => { FILES => '*.repo *.co *.rdb dist' },
);

no warnings 'redefine';
eval q
sub MY::postamble {
my $postamble = <<'MAKE_FRAG';
Expand All @@ -55,5 +57,6 @@ MAKE_FRAG
return $postamble;
}
;

1;

0 comments on commit f895470

Please sign in to comment.