Skip to content

Commit

Permalink
2.102
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 28, 2021
1 parent 222e88f commit 1b4ac5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use strict ;
require 5.006 ;

$::VERSION = '2.102' ;
$::DEP_VERSION = '2.101';

use lib '.';
use private::MakeUtil;
Expand All @@ -24,8 +25,8 @@ WriteMakefile(
(
$ENV{SKIP_FOR_CORE}
? ()
: (PREREQ_PM => { 'Compress::Raw::Bzip2' => $::VERSION,
'Compress::Raw::Zlib' => $::VERSION,
: (PREREQ_PM => { 'Compress::Raw::Bzip2' => $::DEP_VERSION,
'Compress::Raw::Zlib' => $::DEP_VERSION,
'Scalar::Util' => 0,
'Encode' => 0,
$] >= 5.005 && $] < 5.006
Expand Down

0 comments on commit 1b4ac5b

Please sign in to comment.