/[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 108 - (hide annotations)
Sat Aug 1 00:50:17 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 350 byte(s)
require autodie and LWP::Simple
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 108 requires 'LWP::Simple';
16 dpavlin 1
17    
18     #build_requires 'Test::More';
19    
20     auto_install;
21    
22     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26