/[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 49 - (show annotations)
Fri Nov 16 16:21:45 2007 UTC (16 years, 4 months ago) by dpavlin
File MIME type: text/plain
File size: 245 byte(s)
 r60@brr:  dpavlin | 2007-11-16 17:21:39 +0100
 - rewrite plugins to use Module::Pluggable
 - plugins are enabled by default, use --no-plugins to disable them

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 my_targets();
14
15 auto_install;
16
17 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26