[interchange-cvs] interchange - racke modified Makefile.PL

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Sep 5 06:43:58 EDT 2005


User:      racke
Date:      2005-09-05 10:43:58 GMT
Modified:  .        Makefile.PL
Log:
added Set::Crontab to list of required modules

Revision  Changes    Path
2.54      +4 -0      interchange/Makefile.PL


rev 2.54, prev_rev 2.53
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.53
retrieving revision 2.54
diff -u -r2.53 -r2.54
--- Makefile.PL	4 Sep 2005 15:22:40 -0000	2.53
+++ Makefile.PL	5 Sep 2005 10:43:58 -0000	2.54
@@ -679,6 +679,10 @@
 					require URI::URL;
 				};
 			push(@mods_to_get, 'URI::URL') if $@;
+			eval {
+					require Set::Crontab;
+				};
+			push(@mods_to_get, 'Set::Crontab') if $@;				
 		}
 		if(@mods_to_get) {
 			my $mods = join "\n\t", @mods_to_get;








More information about the interchange-cvs mailing list