Skip to content

Commit a985589

Browse files
committed
Corrected version number.
1 parent 25853dd commit a985589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Array/Compare.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ our ($VERSION, $AUTOLOAD);
186186
use Moose;
187187
use Carp;
188188

189-
$VERSION = 2.00;
189+
$VERSION = '2.00';
190190

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

0 commit comments

Comments
 (0)