root/lang/perl/Business-ISRC/trunk/Makefile.PL @ 16900

Revision 16900, 393 bytes (checked in by bonar, 5 years ago)

module for International Standard Recording Code (ISRC)

Line 
1use 5.008008;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5    NAME              => 'Business::ISRC',
6    VERSION_FROM      => 'lib/Business/ISRC.pm',
7    PREREQ_PM         => {
8        'Locale::Country' => 2.07,
9        'Class::Accessor' => 0.31,
10    },
11    ($] >= 5.005 ?
12      (ABSTRACT_FROM  => 'lib/Business/ISRC.pm',
13       AUTHOR         => 'nakano kyohei (bonar) bonar@me.com>') : ()),
14);
Note: See TracBrowser for help on using the browser.