/[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 28 - (hide annotations)
Mon Jun 18 07:59:20 2007 UTC (16 years, 11 months ago) by dpavlin
Original Path: google/Makefile.PL
File MIME type: text/plain
File size: 176 byte(s)
begin implementation of own SOAP server for ACS
1 dpavlin 28 use inc::Module::Install;
2    
3     name 'cwmp';
4     version '0.01';
5     requires 'HTTP::Server::Simple';
6     requires 'XML::Rules';
7     requires 'XML::Generator';
8    
9     auto_install;
10    
11     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26