Skip to content

Commit

Permalink
Automated Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed May 30, 2020
1 parent ac3c126 commit c24fc9e
Show file tree
Hide file tree
Showing 116 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ my %WriteMakefileArgs = (
"overload" => 0,
"utf8" => 0
},
"VERSION" => "0.000130",
"VERSION" => "0.000131",
"test" => {
"TESTS" => "t/*.t t/acceptance/*.t t/behavior/*.t t/modules/*.t t/modules/AsyncSubtest/*.t t/modules/AsyncSubtest/Event/*.t t/modules/Bundle/*.t t/modules/Compare/*.t t/modules/Plugin/*.t t/modules/Require/*.t t/modules/Tools/*.t t/modules/Util/*.t t/modules/Util/Table/*.t t/modules/Workflow/*.t t/modules/Workflow/Task/*.t t/regression/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/AsyncSubtest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

use Test2::IPC;

our $VERSION = '0.000130';
our $VERSION = '0.000131';

our @CARP_NOT = qw/Test2::Util::HashBase/;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

die "Should not load this anymore";

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

1;

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

use Test2::V0;

our $VERSION = '0.000130';
our $VERSION = '0.000131';

BEGIN {
push @Test2::Bundle::Extended::ISA => 'Test2::V0';
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Bundle/More.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Test2::Bundle::More;
use strict;
use warnings;

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Plugin::ExitSummary;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Plugin::ExitSummary;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Scalar::Util qw/blessed/;
use Test2::Util qw/try/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Compare/Array.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/inref meta ending items order for_each/;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/ending meta items for_each/;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Carp qw/confess croak/;
use Scalar::Util qw/blessed/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Compare/Bool.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Carp qw/confess/;

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/input/;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/code name operator/;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/input/;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw{verified id got chk children dne exception note};

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

use base 'Test2::Compare::Object';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/etype/;

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

use base 'Test2::Compare::Meta';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Compare/Float.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Carp qw/confess/;

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

our $DEFAULT_TOLERANCE = 1e-08;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/inref meta ending items order for_each_key for_each_val/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Compare/Meta.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Test2::Compare::Delta();

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/items/;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

require overload;
require Test2::Util::HashBase;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Compare/Number.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Carp qw/confess/;

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/input/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Compare/Object.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Test2::Compare::Meta();

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/calls meta refcheck ending/;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/inref items/;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/pattern stringify_got/;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/input/;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/input/;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/item/;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/checks _reduction/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Compare/String.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Carp qw/confess/;

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/input/;

Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Compare/Undef.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Carp qw/confess/;

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase;

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

use base 'Test2::Compare::Base';

our $VERSION = '0.000130';
our $VERSION = '0.000131';

use Test2::Util::HashBase qw/expect/;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

1;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

1;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

1;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

1;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

1;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

1;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

1;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

1;

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

our $VERSION = '0.000130';
our $VERSION = '0.000131';

1;

Expand Down

0 comments on commit c24fc9e

Please sign in to comment.