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

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sun Jul 26 00:38:57 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 256 byte(s)
first cut at dhcp and tftp servers in perl (gPXE boot works)

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 requires 'Net::TFTPd';
11 #requires 'Getopt::Long';
12
13
14 #build_requires 'Test::More';
15
16 auto_install;
17
18 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26