/[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 74 - (hide annotations)
Sun Nov 18 14:50:21 2007 UTC (16 years, 4 months ago) by dpavlin
File MIME type: text/plain
File size: 357 byte(s)
 r110@brr:  dpavlin | 2007-11-18 15:50:17 +0100
 fw-info.pl now knows how to iterate through directories

1 dpavlin 45 use lib './lib';
2 dpavlin 40 use inc::Module::Install;
3    
4     name 'MDAP';
5 dpavlin 49 version '0.11';
6 dpavlin 40 license 'GPL';
7    
8     requires 'IO::Socket::Multicast';
9     requires 'Data::Dump';
10     requires 'Getopt::Long';
11 dpavlin 49 requires 'Module::Pluggable';
12 dpavlin 40
13 dpavlin 74 build_requires 'Test::More';
14    
15     features(
16     'fw-info.pl' => [
17     -default => 1,
18     recommends('File::Find'),
19     ],
20     );
21    
22 dpavlin 45 my_targets();
23    
24 dpavlin 40 auto_install;
25    
26     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26