/[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

Diff of /google/trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 161 by dpavlin, Sat Oct 27 22:55:26 2007 UTC revision 173 by dpavlin, Sun Oct 28 16:39:58 2007 UTC
# Line 3  use lib './lib'; Line 3  use lib './lib';
3  use inc::Module::Install;  use inc::Module::Install;
4    
5  name            'CWMP';  name            'CWMP';
6  version         '0.04';  version         '0.07';
7  license         'GPL';  license         'GPL';
8  requires        'Net::Server';  requires        'Net::Server';
9  requires        'HTTP::Daemon';  requires        'HTTP::Daemon';
# Line 26  build_requires 'Test::More'; Line 26  build_requires 'Test::More';
26    
27  my_targets();  my_targets();
28    
29  clean_files('dump/* yaml state.db html');  clean_files('dump/* yaml state.db html t/var/*');
30    
31  auto_install;  auto_install;
32    

Legend:
Removed from v.161  
changed lines
  Added in v.173

  ViewVC Help
Powered by ViewVC 1.1.26