/[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 112 by dpavlin, Fri Oct 26 11:42:39 2007 UTC revision 141 by oleide, Sat Oct 27 17:57:40 2007 UTC
# Line 1  Line 1 
1    use lib './lib';
2    
3  use inc::Module::Install;  use inc::Module::Install;
4    
5  name            'CWMP';  name            'CWMP';
# Line 17  requires       'DBM::Deep'; Line 19  requires       'DBM::Deep';
19  requires        'Getopt::Long';  requires        'Getopt::Long';
20  requires        'Term::Shelly'  =>      '0.03';  requires        'Term::Shelly'  =>      '0.03';
21    
22    build_requires 'Test::More';
23    
24    my_targets();
25    clean_files('dump/*');
26    
27  auto_install;  auto_install;
28    
29  WriteAll;  WriteAll;

Legend:
Removed from v.112  
changed lines
  Added in v.141

  ViewVC Help
Powered by ViewVC 1.1.26