1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4    NAME	    => "Sub::Identify",
5    VERSION_FROM    => "lib/Sub/Identify.pm",
6    LICENSE	    => 'perl',
7    PREREQ_PM	    => {
8	'Test::More'		=> 0,
9    },
10);
11