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

Annotation of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32 - (hide annotations)
Tue Oct 16 08:13:28 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 229 byte(s)
Makefile.PL with dependencies
1 dpavlin 32 use inc::Module::Install;
2    
3     name 'vz-tools';
4     version '0.00';
5     license 'GPL';
6    
7     requires 'Shell';
8     requires 'IO::Prompt';
9     requires 'Regexp::Common';
10     requires 'Data::Dump';
11    
12     #install_script 'vz-create.pl';
13    
14     auto_install;
15    
16     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26