/[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 37 - (hide annotations)
Wed Jul 29 13:04:10 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 278 byte(s)
require Net::Ping

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    
14    
15     #build_requires 'Test::More';
16    
17     auto_install;
18    
19     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26