Skip to content

Commit

Permalink
Automated Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Nov 23, 2016
1 parent 901e54c commit 835eb8f
Show file tree
Hide file tree
Showing 46 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
"Storable" => 0,
"utf8" => 0
},
"VERSION" => "1.302067",
"VERSION" => "1.302068",
"test" => {
"TESTS" => "t/*.t t/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Builder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.006;
use strict;
use warnings;

our $VERSION = '1.302067';
our $VERSION = '1.302068';

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

our $VERSION = '1.302067';
our $VERSION = '1.302068';

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

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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

use strict;
our $VERSION = '1.302067';
our $VERSION = '1.302068';

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

use strict;
our $VERSION = '1.302067';
our $VERSION = '1.302068';

require Test::Builder::Tester;

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

our $VERSION = '1.302067';
our $VERSION = '1.302068';

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

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

our $VERSION = '1.302067';
our $VERSION = '1.302068';

use Test::Builder::Module;
our @ISA = qw(Test::Builder::Module);
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.006;

use strict;

our $VERSION = '1.302067';
our $VERSION = '1.302068';

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

use vars qw( @ISA @EXPORT );

our $VERSION = '1.302067';
our $VERSION = '1.302068';

@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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use strict;

package Test::Tester::Capture;

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

package Test::Tester::CaptureRunner;

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

package Test::Tester::Delegate;

our $VERSION = '1.302067';
our $VERSION = '1.302068';

use Scalar::Util();

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/use/ok.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Test::use::ok;
use 5.005;

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


1;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BEGIN {
$ENV{TEST2_ACTIVE} = 1;
}

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Test2::API::Stack;
use strict;
use warnings;

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';

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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

use Scalar::Util qw/blessed/;

our $VERSION = '1.302067';
our $VERSION = '1.302068';

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Test2::Event::Note;
use strict;
use warnings;

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


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

our $VERSION = '1.302067';
our $VERSION = '1.302068';


require Carp;
Expand Down
Loading

0 comments on commit 835eb8f

Please sign in to comment.