/[vz-tools]/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 /trunk/Makefile.PL

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

revision 38 by dpavlin, Fri Feb 8 21:45:37 2008 UTC revision 70 by dpavlin, Wed Mar 4 19:27:20 2009 UTC
# Line 1  Line 1 
1  use inc::Module::Install;  use inc::Module::Install;
2    
3  name            'VZ-Tools';  name            'VZ-Tools';
4  version         '0.01';  version         '0.02';
5  license         'GPL';  license         'GPL';
6    
7  requires        'Shell';  requires        'Shell';
# Line 10  requires       'Regexp::Common'; Line 10  requires       'Regexp::Common';
10  requires        'Data::Dump';  requires        'Data::Dump';
11  requires        'Socket';  requires        'Socket';
12    
13  #install_script 'vz-create.pl';  install_script $_ foreach glob('*.pl');
14    install_script $_ foreach glob('*.sh');
15    
16  auto_install;  auto_install;
17    

Legend:
Removed from v.38  
changed lines
  Added in v.70

  ViewVC Help
Powered by ViewVC 1.1.26