Skip to content

Commit 21411ee

Browse files
committed
Only supported on 5.10+.
1 parent 5575f60 commit 21411ee

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ my $build = Module::Build->new(
33
module_name => 'Array::Compare',
44
license => 'perl',
55
requires => {
6-
perl => '5.6.0',
6+
perl => '5.10.0',
77
Carp => 0,
88
Moo => 0,
99
Types::Standard => 0,

lib/Array/Compare.pm

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# $Id$
3-
#
4-
51
=head1 NAME
62
73
Array::Compare - Perl extension for comparing arrays.
@@ -186,7 +182,7 @@ use Moo;
186182
use Types::Standard qw(Str Bool HashRef);
187183
use Carp;
188184

189-
$VERSION = '3.0.7';
185+
$VERSION = '3.0.8';
190186

191187
has Sep => ( is => 'rw', isa => Str, default => '^G' );
192188
has WhiteSpace => ( is => 'rw', isa => Bool, default => 1 );

0 commit comments

Comments
 (0)