/[mdap]/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 85 - (show annotations)
Wed Dec 5 23:13:38 2007 UTC (16 years, 3 months ago) by dpavlin
File MIME type: text/plain
File size: 445 byte(s)
use NetAddr::IP to assign IP addresses to unknown ants
1 use lib './lib';
2 use inc::Module::Install;
3
4 name 'MDAP';
5 version '0.11';
6 license 'GPL';
7
8 requires 'IO::Socket::Multicast';
9 requires 'Data::Dump';
10 requires 'Getopt::Long';
11 requires 'Module::Pluggable';
12
13 build_requires 'Test::More';
14
15 features(
16 'fw-info.pl' => [
17 -default => 1,
18 recommends('File::Find'),
19 ],
20 );
21
22 features(
23 'ChangeIP plugin' => [
24 -default => 1,
25 recommends('NetAddr::IP'),
26 ],
27 );
28
29 my_targets();
30
31 auto_install;
32
33 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26