r50134 - /trunk/dh-make-perl/lib/DhMakePerl.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Jan 4 11:40:52 UTC 2010


Author: carnil-guest
Date: Mon Jan  4 11:40:40 2010
New Revision: 50134

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50134
Log:
Add use 5.010; to DhMakePerl.pm since we use smart matching here

Modified:
    trunk/dh-make-perl/lib/DhMakePerl.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=50134&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Mon Jan  4 11:40:40 2010
@@ -2,6 +2,7 @@
 
 use warnings;
 use strict;
+use 5.010;    # we use smart matching
 
 use base 'Class::Accessor';
 use Pod::Usage;




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