Skip to content

Commit

Permalink
added no warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Jun 18, 2014
1 parent 0cfb92a commit b2ef240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Devel/ModuleDumper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ END {

package # hide the package from the PAUSE indexer
DB;
no warnings 'redefine'; ## no critic
sub DB {}

1;
Expand Down

0 comments on commit b2ef240

Please sign in to comment.