diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2018-07-16 08:55:18 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2018-07-16 08:55:18 +0100 |
commit | 75d3e525390a7acfd95b0fc94e41aeb4af6587d4 (patch) | |
tree | bfa0bf7a0c1512d113f7544f648e102c18420568 /cpan/Test-Simple/lib/Test2/Util | |
parent | 4a3589108a3bd1d23baa9450955b80063c692715 (diff) | |
download | perl-75d3e525390a7acfd95b0fc94e41aeb4af6587d4.tar.gz |
Upgrade Test::Simple from version 1.302136 to 1.302138
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Util')
-rw-r--r-- | cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm | 2 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm | 2 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test2/Util/HashBase.pm | 2 | ||||
-rw-r--r-- | cpan/Test-Simple/lib/Test2/Util/Trace.pm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm b/cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm index 8190131740..b8f9e581d6 100644 --- a/cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm +++ b/cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm @@ -2,7 +2,7 @@ package Test2::Util::ExternalMeta; use strict; use warnings; -our $VERSION = '1.302136'; +our $VERSION = '1.302138'; use Carp qw/croak/; diff --git a/cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm b/cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm index b4144c73eb..5a4214e415 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm @@ -2,7 +2,7 @@ package Test2::Util::Facets2Legacy; use strict; use warnings; -our $VERSION = '1.302136'; +our $VERSION = '1.302138'; use Carp qw/croak confess/; use Scalar::Util qw/blessed/; diff --git a/cpan/Test-Simple/lib/Test2/Util/HashBase.pm b/cpan/Test-Simple/lib/Test2/Util/HashBase.pm index 7781c2e3a2..526923d246 100644 --- a/cpan/Test-Simple/lib/Test2/Util/HashBase.pm +++ b/cpan/Test-Simple/lib/Test2/Util/HashBase.pm @@ -2,7 +2,7 @@ package Test2::Util::HashBase; use strict; use warnings; -our $VERSION = '1.302136'; +our $VERSION = '1.302138'; ################################################################# # # diff --git a/cpan/Test-Simple/lib/Test2/Util/Trace.pm b/cpan/Test-Simple/lib/Test2/Util/Trace.pm index bcab397499..a126118f6e 100644 --- a/cpan/Test-Simple/lib/Test2/Util/Trace.pm +++ b/cpan/Test-Simple/lib/Test2/Util/Trace.pm @@ -2,7 +2,7 @@ package Test2::Util::Trace; require Test2::EventFacet::Trace; @ISA = ('Test2::EventFacet::Trace'); -our $VERSION = '1.302136'; +our $VERSION = '1.302138'; 1; |