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

Annotation of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40 - (hide annotations)
Fri Nov 16 10:22:23 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 183 byte(s)
 r42@brr:  dpavlin | 2007-11-16 11:22:17 +0100
 added Makefile.PM based on Module::Install which will fetch
 required CPAN packages automatically

1 dpavlin 40 use inc::Module::Install;
2    
3     name 'MDAP';
4     version '0.10';
5     license 'GPL';
6    
7     requires 'IO::Socket::Multicast';
8     requires 'Data::Dump';
9     requires 'Getopt::Long';
10    
11     auto_install;
12    
13     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26