diff --git a/Build.PL b/Build.PL index 09bbe21..51a2ac2 100644 --- a/Build.PL +++ b/Build.PL @@ -12,7 +12,6 @@ my $builder = Module::Build->new( }, requires => { 'autodie' => 0, - 'indirect' => 'v0.30', 'parent' => 0, 'perl' => '5.014', 'strictures' => 1, diff --git a/debian/control b/debian/control index aa3d0e2..83ac070 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: extra Maintainer: Sipwise Development Team Build-Depends: debhelper (>= 8), - libindirect-perl (>= 0.30), libipc-system-simple-perl, libstrictures-perl, libtrycatch-perl, @@ -14,7 +13,6 @@ Homepage: http://sipwise.com/ Package: libsipwise-base-perl Architecture: all Depends: - libindirect-perl (>= 0.30), libipc-system-simple-perl, libstrictures-perl, libtrycatch-perl, diff --git a/lib/Sipwise/Base.pm b/lib/Sipwise/Base.pm index 670b860..2dc4c1a 100644 --- a/lib/Sipwise/Base.pm +++ b/lib/Sipwise/Base.pm @@ -16,7 +16,7 @@ sub import { } my $caller = caller; - strictures->import(1); + strictures->import(version => 1); my $export = "package $caller;\n"; for my $f (sort keys %features) {