/usr/local/CPAN/Sub-Recursive/Makefile.PL


use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => 'Sub::Recursive',
    VERSION_FROM => 'lib/Sub/Recursive.pm',
    AUTHOR       => 'Johan Lodin <lodin@cpan.org>',
    ABSTRACT     => 'Sub::Recursive',
    PREREQ_PM    => {
        Test::More => 0.45,
    },
);