root/lang/perl/HTTP-MobileAgent-Flash/trunk/Makefile.PL @ 22929

Revision 22929, 292 bytes (checked in by tokuhirom, 5 years ago)

quote for vim colorizer

Line 
1use ExtUtils::MakeMaker;
2WriteMakefile(
3        'NAME'         => 'HTTP::MobileAgent::Flash',
4        'VERSION_FROM' => 'lib/HTTP/MobileAgent/Flash.pm', # finds $VERSION
5        'PREREQ_PM'    => {
6                'Test::More' => 0.32,
7                'HTTP::MobileAgent' => 0,
8        },
9);
Note: See TracBrowser for help on using the browser.