Skip to content

Commit

Permalink
Date for release
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Nov 9, 2008
1 parent a5410d6 commit 3846c17
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
0.86 Sun Nov 9 01:09:05 PST 2008
Same as 0.85_01


0.85_01 Thu Oct 23 18:57:38 PDT 2008 0.85_01 Thu Oct 23 18:57:38 PDT 2008
New Features New Features
* cmp_ok() now displays the error if the comparison throws one. * cmp_ok() now displays the error if the comparison throws one.
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder.pm
Expand Up @@ -5,7 +5,7 @@ use 5.006;
use strict; use strict;
use warnings; use warnings;


our $VERSION = '0.85_01'; our $VERSION = '0.86';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)


# Make Test::Builder thread-safe for ithreads. # Make Test::Builder thread-safe for ithreads.
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder/Module.pm
Expand Up @@ -8,7 +8,7 @@ use Test::Builder;
require Exporter; require Exporter;
our @ISA = qw(Exporter); our @ISA = qw(Exporter);


our $VERSION = '0.85_01'; our $VERSION = '0.86';


# 5.004's Exporter doesn't have export_to_level. # 5.004's Exporter doesn't have export_to_level.
my $_export_to_level = sub { my $_export_to_level = sub {
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder/Tester.pm
Expand Up @@ -2,7 +2,7 @@ package Test::Builder::Tester;
# $Id$ # $Id$


use strict; use strict;
our $VERSION = "1.17_01"; our $VERSION = "1.18";


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


our $VERSION = '0.85_01'; our $VERSION = '0.86';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)


use Test::Builder::Module; use Test::Builder::Module;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Simple.pm
Expand Up @@ -5,7 +5,7 @@ use 5.004;


use strict; use strict;


our $VERSION = '0.85_01'; our $VERSION = '0.86';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)


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

0 comments on commit 3846c17

Please sign in to comment.