Skip to content

Commit

Permalink
Version 0.98_03
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Jun 21, 2012
1 parent 4b4f340 commit 59b0aa9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.98_03
0.98_03 Thu Jun 21 13:04:19 PDT 2012
New Features
* cmp_ok() will error when used with something which is not a
comparison operator, including =, += and the like.
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.006;
use strict;
use warnings;

our $VERSION = '0.98_02';
our $VERSION = '0.98_03';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)

BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder/Module.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Test::Builder 0.98;
require Exporter;
our @ISA = qw(Exporter);

our $VERSION = '0.98_02';
our $VERSION = '0.98_03';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)


Expand Down
2 changes: 1 addition & 1 deletion lib/Test/More.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sub _carp {
return warn @_, " at $file line $line\n";
}

our $VERSION = '0.98_02';
our $VERSION = '0.98_03';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)

use Test::Builder::Module 0.98;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.006;

use strict;

our $VERSION = '0.98_02';
our $VERSION = '0.98_03';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)

use Test::Builder::Module 0.98;
Expand Down

0 comments on commit 59b0aa9

Please sign in to comment.