/[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 31 - (hide annotations)
Mon Jun 18 20:07:17 2007 UTC (16 years, 11 months ago) by dpavlin
Original Path: google/Makefile.PL
File MIME type: text/plain
File size: 244 byte(s)
a huge chunk of changes implementing skeleton for request and response as
well as some tests
1 dpavlin 28 use inc::Module::Install;
2    
3 dpavlin 31 name 'CWMP';
4 dpavlin 28 version '0.01';
5     requires 'HTTP::Server::Simple';
6     requires 'XML::Rules';
7     requires 'XML::Generator';
8 dpavlin 31 requires 'Data::Dump';
9     requires 'Carp';
10     requires 'Class::Accessor';
11 dpavlin 28
12     auto_install;
13    
14     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26