From: Vincent Pit Date: Tue, 17 Mar 2015 13:55:39 +0000 (-0300) Subject: Add missing dependencies on Carp and overload X-Git-Tag: v0.03~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Context.git;a=commitdiff_plain;h=6be87d59f17965b9e4e92f71727379e19929d896 Add missing dependencies on Carp and overload --- diff --git a/Makefile.PL b/Makefile.PL index 1a1647c..18e7a18 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,8 +12,10 @@ my $dist = 'Scope-Context'; $file = "lib/$file.pm"; my %PREREQ_PM = ( + 'Carp' => 0, 'Scope::Upper' => '0.21', 'Scalar::Util' => 0, + 'overload' => 0, ); my %BUILD_REQUIRES = ( diff --git a/lib/Scope/Context.pm b/lib/Scope/Context.pm index fbe115b..bf13a30 100644 --- a/lib/Scope/Context.pm +++ b/lib/Scope/Context.pm @@ -572,7 +572,7 @@ sub uplevel { =head1 DEPENDENCIES -L (core module since perl 5), L (since 5.7.3). +L (core module since perl 5), L (since 5.2.0), L (since 5.7.3). L 0.21.