/[cwmp]/google/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /google/trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 108 - (hide annotations)
Sun Oct 7 10:53:05 2007 UTC (16 years, 7 months ago) by dpavlin
Original Path: google/Makefile.PL
File MIME type: text/plain
File size: 386 byte(s)
add meta-information about GPL license of code
1 dpavlin 28 use inc::Module::Install;
2    
3 dpavlin 108 name 'CWMP';
4     version '0.03';
5     license 'GPL';
6 dpavlin 84 requires 'Net::Server';
7 dpavlin 28 requires 'XML::Rules';
8     requires 'XML::Generator';
9 dpavlin 31 requires 'Data::Dump';
10     requires 'Carp';
11     requires 'Class::Accessor';
12 dpavlin 41 requires 'Net::HTTP';
13 dpavlin 58 requires 'Cwd';
14     requires 'File::Slurp';
15 dpavlin 77 requires 'DBM::Deep';
16 dpavlin 94 requires 'Getopt::Long';
17 dpavlin 108 requires 'Term::Shelly' => '0.03';
18 dpavlin 28
19     auto_install;
20    
21     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26