1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Don't use 'use if' to contain our Depends to perl-base
Author: Dominic Hargreaves <dom@earth.li>
Bug-Debian: https://bugs.debian.org/649101
Forwarded: no
Last-Update: 2012-11-02
--- a/lib/Class/ISA.pm 2011-07-31 19:18:13.000000000 +0100
+++ b/lib/Class/ISA.pm 2011-11-24 16:51:55.000000000 +0000
@@ -5,8 +5,6 @@
$VERSION = '0.36';
$Debug = 0 unless defined $Debug;
-use if $] >= 5.011, 'deprecate';
-
###########################################################################
sub self_and_super_versions {
|