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

Revision 22930, 334 bytes (checked in by tokuhirom, 5 years ago)

depend to Class::Accessor

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                'Class::Accessor'   => 0,
9        },
10);
Note: See TracBrowser for help on using the browser.