Skip to content

Commit

Permalink
cpan/Test2-Suite - Update to version 0.000159
Browse files Browse the repository at this point in the history
0.000159  2023-10-25 14:09:23-07:00 America/Los_Angeles

    - Document that diag() intentionally returns false, and add a `return 0`

0.000158  2023-10-22 22:05:42-07:00 America/Los_Angeles

    - Mark Workflow-Acceptance.t as AUTHOR_TESTING

0.000157  2023-10-22 21:26:49-07:00 America/Los_Angeles

    - Fix #280: Document --no_srand option in Test2::V0
    - Fix #276: Document bool() import in Test2::V0
    - Fix #279: Merged fix for VMS test issues
    - Fix #277: Merged POD tweaks
  • Loading branch information
Chad Granum authored and jkeenan committed Nov 2, 2023
1 parent dc1c48a commit dde38cd
Show file tree
Hide file tree
Showing 121 changed files with 132 additions and 122 deletions.
3 changes: 2 additions & 1 deletion Porting/Maintainers.pl
Expand Up @@ -1135,7 +1135,8 @@ package Maintainers;
},

'Test2::Suite' => {
'DISTRIBUTION' => 'EXODIST/Test2-Suite-0.000156.tar.gz',
'DISTRIBUTION' => 'EXODIST/Test2-Suite-0.000159.tar.gz',
'SYNCINFO' => 'jkeenan on Wed Nov 1 20:18:33 2023',
'SYNCINFO' => 'LeoNerd on Wed Sep 14 10:44:29 2023',
'FILES' => q[cpan/Test2-Suite],
'EXCLUDED' => [
Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/AsyncSubtest.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

use Test2::IPC;

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

die "Should not load this anymore";

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

1;

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Bundle/Extended.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

use Test2::V0;

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

use Test2::Plugin::ExitSummary;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

use Test2::Plugin::ExitSummary;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

use Scalar::Util qw/blessed/;
use Test2::Util qw/try/;
Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Array.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Bag.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Custom.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/DeepRef.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Event.pm
Expand Up @@ -8,7 +8,7 @@ use Test2::Compare::EventMeta();

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/EventMeta.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

use Test2::Util::HashBase;

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Float.pm
Expand Up @@ -6,7 +6,7 @@ use Carp qw/confess/;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

our $DEFAULT_TOLERANCE = 1e-08;

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Hash.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Isa.pm
Expand Up @@ -7,7 +7,7 @@ use Scalar::Util qw/blessed/;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Meta.pm
Expand Up @@ -7,7 +7,7 @@ use Test2::Compare::Isa();

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Object.pm
Expand Up @@ -8,7 +8,7 @@ use Test2::Compare::Meta();

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/OrderedSubset.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Pattern.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Ref.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Regex.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Scalar.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Set.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/String.pm
Expand Up @@ -6,7 +6,7 @@ use Carp qw/confess/;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Undef.pm
Expand Up @@ -6,7 +6,7 @@ use Carp qw/confess/;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

use Test2::Util::HashBase;

Expand Down
2 changes: 1 addition & 1 deletion cpan/Test2-Suite/lib/Test2/Compare/Wildcard.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

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

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

1;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

1;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

1;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

1;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

1;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

1;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

1;

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

our $VERSION = '0.000156';
our $VERSION = '0.000159';

1;

Expand Down

0 comments on commit dde38cd

Please sign in to comment.