Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Sep 25, 2016
1 parent d9e24b5 commit 2954c27
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion lib/Test/Builder.pm
Expand Up @@ -4,7 +4,7 @@ use 5.006;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';

BEGIN {
if( $] < 5.008 ) {
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder/Formatter.pm
Expand Up @@ -2,7 +2,7 @@ package Test::Builder::Formatter;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';

BEGIN { require Test2::Formatter::TAP; our @ISA = qw(Test2::Formatter::TAP) }

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

our $VERSION = '1.302059';
our $VERSION = '1.302060';


=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder/Tester.pm
@@ -1,7 +1,7 @@
package Test::Builder::Tester;

use strict;
our $VERSION = '1.302059';
our $VERSION = '1.302060';

use Test::Builder;
use Symbol;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder/Tester/Color.pm
@@ -1,7 +1,7 @@
package Test::Builder::Tester::Color;

use strict;
our $VERSION = '1.302059';
our $VERSION = '1.302060';

require Test::Builder::Tester;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder/TodoDiag.pm
Expand Up @@ -2,7 +2,7 @@ package Test::Builder::TodoDiag;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';

BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) }

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

our $VERSION = '1.302059';
our $VERSION = '1.302060';

use Test::Builder::Module;
our @ISA = qw(Test::Builder::Module);
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Simple.pm
Expand Up @@ -4,7 +4,7 @@ use 5.006;

use strict;

our $VERSION = '1.302059';
our $VERSION = '1.302060';

use Test::Builder::Module;
our @ISA = qw(Test::Builder::Module);
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Tester.pm
Expand Up @@ -18,7 +18,7 @@ require Exporter;

use vars qw( @ISA @EXPORT );

our $VERSION = '1.302059';
our $VERSION = '1.302060';

@EXPORT = qw( run_tests check_tests check_test cmp_results show_space );
@ISA = qw( Exporter );
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Tester/Capture.pm
Expand Up @@ -2,7 +2,7 @@ use strict;

package Test::Tester::Capture;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Test::Builder;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Tester/CaptureRunner.pm
Expand Up @@ -3,7 +3,7 @@ use strict;

package Test::Tester::CaptureRunner;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Test::Tester::Capture;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Tester/Delegate.pm
Expand Up @@ -3,7 +3,7 @@ use warnings;

package Test::Tester::Delegate;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use vars '$AUTOLOAD';
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/use/ok.pm
@@ -1,7 +1,7 @@
package Test::use::ok;
use 5.005;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


__END__
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2.pm
Expand Up @@ -2,7 +2,7 @@ package Test2;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


1;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/API.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::API;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


my $INST;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/API/Breakage.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::API::Breakage;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Test2::Util qw/pkg_to_file/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/API/Context.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::API::Context;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Carp qw/confess croak longmess/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/API/Instance.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::API::Instance;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/API/Stack.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::API::Stack;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Test2::Hub();
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Event;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Test2::Util::HashBase qw/trace nested in_subtest subtest_id/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Bail.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Event::Bail;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Diag.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Event::Diag;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Exception.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Event::Exception;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Generic.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Carp qw/croak/;
use Scalar::Util qw/reftype/;

our $VERSION = '1.302059';
our $VERSION = '1.302060';

BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
use Test2::Util::HashBase;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Info.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

use Scalar::Util qw/blessed/;

our $VERSION = '1.302059';
our $VERSION = '1.302060';

BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
use Test2::Util::HashBase qw/diagnostics renderer/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Note.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Event::Note;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Ok.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Event::Ok;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Plan.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Event::Plan;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Skip.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Event::Skip;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Subtest.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Event::Subtest;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Event/Waiting.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Event::Waiting;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Formatter.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Formatter;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


my %ADDED;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Formatter/TAP.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
require PerlIO;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Test2::Util::HashBase qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Hub.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Hub;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Carp qw/carp croak confess/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Hub/Interceptor.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Hub::Interceptor;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Test2::Hub::Interceptor::Terminator();
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Hub/Interceptor/Terminator.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Hub::Interceptor::Terminator;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


1;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Hub/Subtest.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Hub::Subtest;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/IPC.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::IPC;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Test2::API::Instance;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/IPC/Driver.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::IPC::Driver;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Carp qw/confess longmess/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/IPC/Driver/Files.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::IPC::Driver::Files;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) }
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Util.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Util;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Config qw/%Config/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Util/ExternalMeta.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Util::ExternalMeta;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Carp qw/croak/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Util/HashBase.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Util::HashBase;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


require Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Util/Trace.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Util::Trace;
use strict;
use warnings;

our $VERSION = '1.302059';
our $VERSION = '1.302060';


use Test2::Util qw/get_tid/;
Expand Down

0 comments on commit 2954c27

Please sign in to comment.