Skip to content

Commit

Permalink
no need to declare core module as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Aug 21, 2010
1 parent ba859b9 commit 5fbd5e7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ if ($Config{gccversion}) {
}

WriteMakefile(
NAME => 'Scalar::Util::Numeric',
VERSION_FROM => 'lib/Scalar/Util/Numeric.pm',
PREREQ_PM => {
'Test::More' => 0,
},
NAME => 'Scalar::Util::Numeric',
VERSION_FROM => 'lib/Scalar/Util/Numeric.pm',
PREREQ_PM => {},
ABSTRACT_FROM => 'lib/Scalar/Util/Numeric.pm',
AUTHOR => 'chocolateboy <chocolate@cpan.org>, Michael G Schwern <schwern@pobox.com>',
LIBS => [ '' ],
Expand Down

0 comments on commit 5fbd5e7

Please sign in to comment.