r35772 - in /trunk/libmodule-util-perl/debian: changelog control
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Tue May 19 03:21:05 UTC 2009
Author: jawnsy-guest
Date: Tue May 19 03:21:00 2009
New Revision: 35772
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35772
Log:
Changed minimum Perl version to 5.8.0; this way, warning suppressions will always work
Modified:
trunk/libmodule-util-perl/debian/changelog
trunk/libmodule-util-perl/debian/control
Modified: trunk/libmodule-util-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-util-perl/debian/changelog?rev=35772&op=diff
==============================================================================
--- trunk/libmodule-util-perl/debian/changelog (original)
+++ trunk/libmodule-util-perl/debian/changelog Tue May 19 03:21:00 2009
@@ -6,6 +6,8 @@
* Suppress warnings for File::Find on Perl > 5.8
* Fixed Description and made a better long description
* Removed stray line in copyright file
+ * Changed minimum Perl version to 5.8.0; this way, warning suppressions will
+ always work
-- Jonathan Yu <frequency at cpan.org> Mon, 18 May 2009 23:09:46 -0400
Modified: trunk/libmodule-util-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-util-perl/debian/control?rev=35772&op=diff
==============================================================================
--- trunk/libmodule-util-perl/debian/control (original)
+++ trunk/libmodule-util-perl/debian/control Tue May 19 03:21:00 2009
@@ -13,7 +13,7 @@
Package: libmodule-util-perl
Architecture: any
-Depends: perl (>= 5.5.3), ${shlibs:Depends}, ${misc:Depends}
+Depends: perl (>= 5.8.0), ${shlibs:Depends}, ${misc:Depends}
Description: Perl module to manipulate Perl module names
Module::Util provides useful functions to manipulate module names. Its main
aim is to centralise some of the functions commonly used by modules that
More information about the Pkg-perl-cvs-commits
mailing list