From 2954c2731f75a1127bb87d8e3419df17dedd1ddc Mon Sep 17 00:00:00 2001 From: Chad Granum Date: Sun, 25 Sep 2016 12:46:27 -0700 Subject: [PATCH] Version Bump --- lib/Test/Builder.pm | 2 +- lib/Test/Builder/Formatter.pm | 2 +- lib/Test/Builder/Module.pm | 2 +- lib/Test/Builder/Tester.pm | 2 +- lib/Test/Builder/Tester/Color.pm | 2 +- lib/Test/Builder/TodoDiag.pm | 2 +- lib/Test/More.pm | 2 +- lib/Test/Simple.pm | 2 +- lib/Test/Tester.pm | 2 +- lib/Test/Tester/Capture.pm | 2 +- lib/Test/Tester/CaptureRunner.pm | 2 +- lib/Test/Tester/Delegate.pm | 2 +- lib/Test/use/ok.pm | 2 +- lib/Test2.pm | 2 +- lib/Test2/API.pm | 2 +- lib/Test2/API/Breakage.pm | 2 +- lib/Test2/API/Context.pm | 2 +- lib/Test2/API/Instance.pm | 2 +- lib/Test2/API/Stack.pm | 2 +- lib/Test2/Event.pm | 2 +- lib/Test2/Event/Bail.pm | 2 +- lib/Test2/Event/Diag.pm | 2 +- lib/Test2/Event/Exception.pm | 2 +- lib/Test2/Event/Generic.pm | 2 +- lib/Test2/Event/Info.pm | 2 +- lib/Test2/Event/Note.pm | 2 +- lib/Test2/Event/Ok.pm | 2 +- lib/Test2/Event/Plan.pm | 2 +- lib/Test2/Event/Skip.pm | 2 +- lib/Test2/Event/Subtest.pm | 2 +- lib/Test2/Event/Waiting.pm | 2 +- lib/Test2/Formatter.pm | 2 +- lib/Test2/Formatter/TAP.pm | 2 +- lib/Test2/Hub.pm | 2 +- lib/Test2/Hub/Interceptor.pm | 2 +- lib/Test2/Hub/Interceptor/Terminator.pm | 2 +- lib/Test2/Hub/Subtest.pm | 2 +- lib/Test2/IPC.pm | 2 +- lib/Test2/IPC/Driver.pm | 2 +- lib/Test2/IPC/Driver/Files.pm | 2 +- lib/Test2/Util.pm | 2 +- lib/Test2/Util/ExternalMeta.pm | 2 +- lib/Test2/Util/HashBase.pm | 2 +- lib/Test2/Util/Trace.pm | 2 +- lib/ok.pm | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/lib/Test/Builder.pm b/lib/Test/Builder.pm index d3febbc9d..d998c41e7 100644 --- a/lib/Test/Builder.pm +++ b/lib/Test/Builder.pm @@ -4,7 +4,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; BEGIN { if( $] < 5.008 ) { diff --git a/lib/Test/Builder/Formatter.pm b/lib/Test/Builder/Formatter.pm index 8aa7e2c37..a39c136a4 100644 --- a/lib/Test/Builder/Formatter.pm +++ b/lib/Test/Builder/Formatter.pm @@ -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) } diff --git a/lib/Test/Builder/Module.pm b/lib/Test/Builder/Module.pm index fe35da62e..0a75e0460 100644 --- a/lib/Test/Builder/Module.pm +++ b/lib/Test/Builder/Module.pm @@ -7,7 +7,7 @@ use Test::Builder; require Exporter; our @ISA = qw(Exporter); -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; =head1 NAME diff --git a/lib/Test/Builder/Tester.pm b/lib/Test/Builder/Tester.pm index 716d521ec..59f590232 100644 --- a/lib/Test/Builder/Tester.pm +++ b/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; diff --git a/lib/Test/Builder/Tester/Color.pm b/lib/Test/Builder/Tester/Color.pm index 4ab867087..f66bdfad7 100644 --- a/lib/Test/Builder/Tester/Color.pm +++ b/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; diff --git a/lib/Test/Builder/TodoDiag.pm b/lib/Test/Builder/TodoDiag.pm index 7da933913..afbe4d370 100644 --- a/lib/Test/Builder/TodoDiag.pm +++ b/lib/Test/Builder/TodoDiag.pm @@ -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) } diff --git a/lib/Test/More.pm b/lib/Test/More.pm index 623987757..108d75fcf 100644 --- a/lib/Test/More.pm +++ b/lib/Test/More.pm @@ -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); diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm index b0261f879..1dbb38a2a 100644 --- a/lib/Test/Simple.pm +++ b/lib/Test/Simple.pm @@ -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); diff --git a/lib/Test/Tester.pm b/lib/Test/Tester.pm index 96c42e1f7..26684e6eb 100644 --- a/lib/Test/Tester.pm +++ b/lib/Test/Tester.pm @@ -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 ); diff --git a/lib/Test/Tester/Capture.pm b/lib/Test/Tester/Capture.pm index eeb0d2aab..0d7ba2874 100644 --- a/lib/Test/Tester/Capture.pm +++ b/lib/Test/Tester/Capture.pm @@ -2,7 +2,7 @@ use strict; package Test::Tester::Capture; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; use Test::Builder; diff --git a/lib/Test/Tester/CaptureRunner.pm b/lib/Test/Tester/CaptureRunner.pm index d768b9bd8..a96f9745c 100644 --- a/lib/Test/Tester/CaptureRunner.pm +++ b/lib/Test/Tester/CaptureRunner.pm @@ -3,7 +3,7 @@ use strict; package Test::Tester::CaptureRunner; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; use Test::Tester::Capture; diff --git a/lib/Test/Tester/Delegate.pm b/lib/Test/Tester/Delegate.pm index 91cee4c23..d9b3225cf 100644 --- a/lib/Test/Tester/Delegate.pm +++ b/lib/Test/Tester/Delegate.pm @@ -3,7 +3,7 @@ use warnings; package Test::Tester::Delegate; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; use vars '$AUTOLOAD'; diff --git a/lib/Test/use/ok.pm b/lib/Test/use/ok.pm index 5d0591faf..95f270fc9 100644 --- a/lib/Test/use/ok.pm +++ b/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__ diff --git a/lib/Test2.pm b/lib/Test2.pm index 29f8411e6..7bcd683ff 100644 --- a/lib/Test2.pm +++ b/lib/Test2.pm @@ -2,7 +2,7 @@ package Test2; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; 1; diff --git a/lib/Test2/API.pm b/lib/Test2/API.pm index ba25944c6..ea64e09a3 100644 --- a/lib/Test2/API.pm +++ b/lib/Test2/API.pm @@ -2,7 +2,7 @@ package Test2::API; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; my $INST; diff --git a/lib/Test2/API/Breakage.pm b/lib/Test2/API/Breakage.pm index 7b21ccadc..ea1d44203 100644 --- a/lib/Test2/API/Breakage.pm +++ b/lib/Test2/API/Breakage.pm @@ -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/; diff --git a/lib/Test2/API/Context.pm b/lib/Test2/API/Context.pm index c4e1ece69..b6f808a0b 100644 --- a/lib/Test2/API/Context.pm +++ b/lib/Test2/API/Context.pm @@ -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/; diff --git a/lib/Test2/API/Instance.pm b/lib/Test2/API/Instance.pm index 556cad1f4..c468b9a39 100644 --- a/lib/Test2/API/Instance.pm +++ b/lib/Test2/API/Instance.pm @@ -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/; diff --git a/lib/Test2/API/Stack.pm b/lib/Test2/API/Stack.pm index 6db9f57fe..41b68f57c 100644 --- a/lib/Test2/API/Stack.pm +++ b/lib/Test2/API/Stack.pm @@ -2,7 +2,7 @@ package Test2::API::Stack; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; use Test2::Hub(); diff --git a/lib/Test2/Event.pm b/lib/Test2/Event.pm index a0aa61923..197d64844 100644 --- a/lib/Test2/Event.pm +++ b/lib/Test2/Event.pm @@ -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/; diff --git a/lib/Test2/Event/Bail.pm b/lib/Test2/Event/Bail.pm index 06c94ce95..54dc2ff13 100644 --- a/lib/Test2/Event/Bail.pm +++ b/lib/Test2/Event/Bail.pm @@ -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) } diff --git a/lib/Test2/Event/Diag.pm b/lib/Test2/Event/Diag.pm index 08b8621b1..c54c368db 100644 --- a/lib/Test2/Event/Diag.pm +++ b/lib/Test2/Event/Diag.pm @@ -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) } diff --git a/lib/Test2/Event/Exception.pm b/lib/Test2/Event/Exception.pm index 4f7c7c59c..57148d806 100644 --- a/lib/Test2/Event/Exception.pm +++ b/lib/Test2/Event/Exception.pm @@ -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) } diff --git a/lib/Test2/Event/Generic.pm b/lib/Test2/Event/Generic.pm index ff47ced6b..d9e46bf79 100644 --- a/lib/Test2/Event/Generic.pm +++ b/lib/Test2/Event/Generic.pm @@ -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; diff --git a/lib/Test2/Event/Info.pm b/lib/Test2/Event/Info.pm index 7b1db5f4b..6dbc85700 100644 --- a/lib/Test2/Event/Info.pm +++ b/lib/Test2/Event/Info.pm @@ -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/; diff --git a/lib/Test2/Event/Note.pm b/lib/Test2/Event/Note.pm index d0df97d72..1adc24400 100644 --- a/lib/Test2/Event/Note.pm +++ b/lib/Test2/Event/Note.pm @@ -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) } diff --git a/lib/Test2/Event/Ok.pm b/lib/Test2/Event/Ok.pm index d0cf32f6b..6ebda6542 100644 --- a/lib/Test2/Event/Ok.pm +++ b/lib/Test2/Event/Ok.pm @@ -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) } diff --git a/lib/Test2/Event/Plan.pm b/lib/Test2/Event/Plan.pm index 1986f595a..fb485d713 100644 --- a/lib/Test2/Event/Plan.pm +++ b/lib/Test2/Event/Plan.pm @@ -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) } diff --git a/lib/Test2/Event/Skip.pm b/lib/Test2/Event/Skip.pm index dedb06d80..ad797d88b 100644 --- a/lib/Test2/Event/Skip.pm +++ b/lib/Test2/Event/Skip.pm @@ -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) } diff --git a/lib/Test2/Event/Subtest.pm b/lib/Test2/Event/Subtest.pm index f0b026e9e..1410a5df9 100644 --- a/lib/Test2/Event/Subtest.pm +++ b/lib/Test2/Event/Subtest.pm @@ -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) } diff --git a/lib/Test2/Event/Waiting.pm b/lib/Test2/Event/Waiting.pm index 2baa533bb..447006e69 100644 --- a/lib/Test2/Event/Waiting.pm +++ b/lib/Test2/Event/Waiting.pm @@ -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) } diff --git a/lib/Test2/Formatter.pm b/lib/Test2/Formatter.pm index 499a9b102..15a09cf56 100644 --- a/lib/Test2/Formatter.pm +++ b/lib/Test2/Formatter.pm @@ -2,7 +2,7 @@ package Test2::Formatter; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; my %ADDED; diff --git a/lib/Test2/Formatter/TAP.pm b/lib/Test2/Formatter/TAP.pm index 93f53f0d6..2a58b9054 100644 --- a/lib/Test2/Formatter/TAP.pm +++ b/lib/Test2/Formatter/TAP.pm @@ -3,7 +3,7 @@ use strict; use warnings; require PerlIO; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; use Test2::Util::HashBase qw{ diff --git a/lib/Test2/Hub.pm b/lib/Test2/Hub.pm index 88e42b80f..bab945af7 100644 --- a/lib/Test2/Hub.pm +++ b/lib/Test2/Hub.pm @@ -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/; diff --git a/lib/Test2/Hub/Interceptor.pm b/lib/Test2/Hub/Interceptor.pm index 31bdd14d0..b418ada1c 100644 --- a/lib/Test2/Hub/Interceptor.pm +++ b/lib/Test2/Hub/Interceptor.pm @@ -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(); diff --git a/lib/Test2/Hub/Interceptor/Terminator.pm b/lib/Test2/Hub/Interceptor/Terminator.pm index 95fb1f12f..7a745bee3 100644 --- a/lib/Test2/Hub/Interceptor/Terminator.pm +++ b/lib/Test2/Hub/Interceptor/Terminator.pm @@ -2,7 +2,7 @@ package Test2::Hub::Interceptor::Terminator; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; 1; diff --git a/lib/Test2/Hub/Subtest.pm b/lib/Test2/Hub/Subtest.pm index 88b079a50..beeafc0ab 100644 --- a/lib/Test2/Hub/Subtest.pm +++ b/lib/Test2/Hub/Subtest.pm @@ -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) } diff --git a/lib/Test2/IPC.pm b/lib/Test2/IPC.pm index 620f1f831..2c080c161 100644 --- a/lib/Test2/IPC.pm +++ b/lib/Test2/IPC.pm @@ -2,7 +2,7 @@ package Test2::IPC; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; use Test2::API::Instance; diff --git a/lib/Test2/IPC/Driver.pm b/lib/Test2/IPC/Driver.pm index 6e9d0c3fc..a6702f962 100644 --- a/lib/Test2/IPC/Driver.pm +++ b/lib/Test2/IPC/Driver.pm @@ -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/; diff --git a/lib/Test2/IPC/Driver/Files.pm b/lib/Test2/IPC/Driver/Files.pm index 5fddaca3f..79fd3174f 100644 --- a/lib/Test2/IPC/Driver/Files.pm +++ b/lib/Test2/IPC/Driver/Files.pm @@ -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) } diff --git a/lib/Test2/Util.pm b/lib/Test2/Util.pm index 9b810c6af..9093edc8f 100644 --- a/lib/Test2/Util.pm +++ b/lib/Test2/Util.pm @@ -2,7 +2,7 @@ package Test2::Util; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; use Config qw/%Config/; diff --git a/lib/Test2/Util/ExternalMeta.pm b/lib/Test2/Util/ExternalMeta.pm index e99b360da..901a2f21a 100644 --- a/lib/Test2/Util/ExternalMeta.pm +++ b/lib/Test2/Util/ExternalMeta.pm @@ -2,7 +2,7 @@ package Test2::Util::ExternalMeta; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; use Carp qw/croak/; diff --git a/lib/Test2/Util/HashBase.pm b/lib/Test2/Util/HashBase.pm index 6594c52e7..ec6b62f60 100644 --- a/lib/Test2/Util/HashBase.pm +++ b/lib/Test2/Util/HashBase.pm @@ -2,7 +2,7 @@ package Test2::Util::HashBase; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302060'; require Carp; diff --git a/lib/Test2/Util/Trace.pm b/lib/Test2/Util/Trace.pm index 189fe5f8b..ed1ed837b 100644 --- a/lib/Test2/Util/Trace.pm +++ b/lib/Test2/Util/Trace.pm @@ -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/; diff --git a/lib/ok.pm b/lib/ok.pm index 4a42d7570..21cafa319 100644 --- a/lib/ok.pm +++ b/lib/ok.pm @@ -1,5 +1,5 @@ package ok; -$ok::VERSION = '1.302059'; +$ok::VERSION = '1.302060'; use strict; use Test::More ();