summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 38ad682649e72130bdaba065eb50e947c3f09031 (plain)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Number::Compare',
    VERSION_FROM => 'lib/Number/Compare.pm',
    PREREQ_PM => {
       'Test::More' => 0,
   },
);