Skip to content

Commit

Permalink
Increment version to 0.82 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Oct 15, 2008
1 parent 63e6bf4 commit 125a753
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,4 +1,4 @@
0.81_03
0.82 Tue Oct 14 23:06:56 EDT 2008
Bug Fixes
- 0.81_01 broke $TODO such that $TODO = '' was considered todo.

Expand Down
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.81_02';
our $VERSION = '0.82';
$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.81_02';
our $VERSION = '0.82';

# 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.14_02";
our $VERSION = "1.15";

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.81_02';
our $VERSION = '0.82';
$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.81_02';
our $VERSION = '0.82';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)

use Test::Builder::Module;
Expand Down

0 comments on commit 125a753

Please sign in to comment.