File: no-use-if-perl-base

package info (click to toggle)
libclass-isa-perl 0.36-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 40; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (2)
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 {