jgsmith 01/07/21 17:39:16
Modified: perl Makefile.PL
Log:
Added prereqs needed for AppSwitch::Config
Revision Changes Path
1.2 +3 -0 daemon/perl/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/appswitch/daemon/perl/Makefile.PL,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -r1.1 -r1.2
--- Makefile.PL 2001/07/20 04:03:54 1.1
+++ Makefile.PL 2001/07/22 00:39:16 1.2
@@ -4,5 +4,8 @@
WriteMakefile(
'NAME' => 'AppSwitch::Daemon',
'VERSION_FROM' => 'lib/AppSwitch/Daemon.pm', # finds $VERSION
+ PREREQ_PM => { XML::Parser => 2.30,
+ XML::Parser::EasyTree => 0.01,
+ },
'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
);
|