Skip to content

Commit

Permalink
Incrememting version # and dating for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Nov 26, 2004
1 parent 0a01c2a commit 1fb3f6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.52
0.51_01 Fri Nov 26 02:59:30 EST 2004
- plan() was accidentally exporting functions [rt.cpan.org 8385]
* diag @msgs would insert # between arguments. [rt.cpan.org 8392]
* eq_set() could cause problems under threads due to a weird sort bug
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $^C ||= 0;

use strict;
use vars qw($VERSION);
$VERSION = '0.20';
$VERSION = '0.20_01';

my $IsVMS = $^O eq 'VMS';

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/More.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sub _carp {

require Exporter;
use vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS $TODO);
$VERSION = '0.51';
$VERSION = '0.51_01';
@ISA = qw(Exporter);
@EXPORT = qw(ok use_ok require_ok
is isnt like unlike is_deeply
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.004;

use strict 'vars';
use vars qw($VERSION);
$VERSION = '0.51';
$VERSION = '0.51_01';


use Test::Builder;
Expand Down

0 comments on commit 1fb3f6e

Please sign in to comment.