Skip to content

Commit

Permalink
Incrementing version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Aug 25, 2002
1 parent 8b9503b commit f03d3fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Test/Builder.pm
Expand Up @@ -8,7 +8,7 @@ $^C ||= 0;

use strict;
use vars qw($VERSION $CLASS);
$VERSION = '0.16';
$VERSION = '0.17';
$CLASS = __PACKAGE__;

my $IsVMS = $^O eq 'VMS';
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/More.pm
Expand Up @@ -18,7 +18,7 @@ sub _carp {

require Exporter;
use vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS $TODO);
$VERSION = '0.46';
$VERSION = '0.47';
@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
Expand Up @@ -4,7 +4,7 @@ use 5.004;

use strict 'vars';
use vars qw($VERSION);
$VERSION = '0.46';
$VERSION = '0.47';


use Test::Builder;
Expand Down

0 comments on commit f03d3fb

Please sign in to comment.