/[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 70 - (hide annotations)
Wed Mar 4 19:27:20 2009 UTC (15 years ago) by dpavlin
File MIME type: text/plain
File size: 296 byte(s)
install *.pl and *.sh scripts
1 dpavlin 32 use inc::Module::Install;
2    
3 dpavlin 38 name 'VZ-Tools';
4 dpavlin 42 version '0.02';
5 dpavlin 32 license 'GPL';
6    
7     requires 'Shell';
8     requires 'IO::Prompt';
9     requires 'Regexp::Common';
10     requires 'Data::Dump';
11 dpavlin 38 requires 'Socket';
12 dpavlin 32
13 dpavlin 70 install_script $_ foreach glob('*.pl');
14     install_script $_ foreach glob('*.sh');
15 dpavlin 32
16     auto_install;
17    
18     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26