/[pxelator]/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 /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 101 - (hide annotations)
Fri Jul 31 22:06:47 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 326 byte(s)
added autodie
1 dpavlin 1 use lib './lib';
2     use inc::Module::Install;
3    
4     name 'PXElator';
5     version '0.01';
6     license 'GPL';
7    
8     requires 'Data::Dump';
9     requires 'Net::DHCP::Packet';
10 dpavlin 37 requires 'Net::Ping';
11 dpavlin 1 requires 'Net::TFTPd';
12     #requires 'Getopt::Long';
13 dpavlin 55 requires 'Module::Refresh';
14 dpavlin 101 requires 'autodie';
15 dpavlin 1
16    
17     #build_requires 'Test::More';
18    
19     auto_install;
20    
21     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26