r2051 - packages/libstatistics-descriptive-perl/trunk

Russ Allbery rra at costa.debian.org
Mon Jan 23 02:41:30 UTC 2006


Author: rra
Date: 2006-01-23 02:41:30 +0000 (Mon, 23 Jan 2006)
New Revision: 2051

Modified:
   packages/libstatistics-descriptive-perl/trunk/Descriptive.pm
Log:
There's no need to comment out the require statement.  All Debian Perl
versions are newer, so it's harmless.


Modified: packages/libstatistics-descriptive-perl/trunk/Descriptive.pm
===================================================================
--- packages/libstatistics-descriptive-perl/trunk/Descriptive.pm	2006-01-23 02:22:47 UTC (rev 2050)
+++ packages/libstatistics-descriptive-perl/trunk/Descriptive.pm	2006-01-23 02:41:30 UTC (rev 2051)
@@ -2,8 +2,7 @@
 
 ##This module draws heavily from perltoot v0.4 from Tom Christiansen.
 
-#require 5.00404;  ## ** Not needed under Debian as we have at least 5.6 --edd
-		  ##Yes, this is underhanded, but makes support for me easier
+require 5.00404;  ##Yes, this is underhanded, but makes support for me easier
 		  ##Not only that, but it's the latest "safe" version of
 		  ##Perl5.  01-03 weren't bug free.
 $VERSION = '2.6';




More information about the Pkg-perl-cvs-commits mailing list