Skip to content

Commit

Permalink
Version up for release
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Nov 7, 2008
1 parent 7f546d5 commit a8999d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/Test/Builder.pm
Expand Up @@ -5,7 +5,7 @@ use 5.006;
use strict;
use warnings;

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

# 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;
our @ISA = qw(Exporter);

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

# 5.004's Exporter doesn't have export_to_level.
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$

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

use Test::Builder;
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";
}

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

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;

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

use Test::Builder::Module;
Expand Down

0 comments on commit a8999d8

Please sign in to comment.