Skip to content

Commit 4fb2a08

Browse files
committed
Fix verion check in 000prereq.t
1 parent b9cf3c6 commit 4fb2a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/000prereq.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BEGIN
2525
if eval { require Test::NoWarnings ; Test::NoWarnings->import; 1 };
2626

2727

28-
my $VERSION = '2.215';
28+
my $VERSION = '2.214';
2929
my @NAMES = qw(
3030
Compress::Raw::Bzip2
3131
Compress::Raw::Zlib

0 commit comments

Comments
 (0)