X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/62e112f35767e13ea6edf52391064ba4290d5400..1195d90a5747942a65c309d1691cb3e85790e09e:/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm index 00ecd75..a724797 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Assert; use strict; use warnings; -our $VERSION = '1.302097'; +our $VERSION = '1.302098'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -pass -no_debug -number };