]> git.vpit.fr Git - perl/modules/Scope-Context.git/commitdiff
Add missing dependencies on Carp and overload
authorVincent Pit <vince@profvince.com>
Tue, 17 Mar 2015 13:55:39 +0000 (10:55 -0300)
committerVincent Pit <vince@profvince.com>
Tue, 17 Mar 2015 13:55:39 +0000 (10:55 -0300)
Makefile.PL
lib/Scope/Context.pm

index 1a1647cdc8379862460e4dab3fffb6fd70dd064e..18e7a18da1f745947967cbcea3024b10b242e8ec 100644 (file)
@@ -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 = (
index fbe115bdff5c1199f030fb064b59f82d6fcbe7ac..bf13a30ec0facc4bab72f8221f957f7e6e727f33 100644 (file)
@@ -572,7 +572,7 @@ sub uplevel {
 
 =head1 DEPENDENCIES
 
-L<Carp> (core module since perl 5), L<Scalar::Util> (since 5.7.3).
+L<Carp> (core module since perl 5), L<overload> (since 5.2.0), L<Scalar::Util> (since 5.7.3).
 
 L<Scope::Upper> 0.21.