diff options
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Event/Ok.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test2/Event/Ok.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Event/Ok.pm b/cpan/Test-Simple/lib/Test2/Event/Ok.pm index cb31dd0eef..ca79f20a34 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Ok.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Ok.pm @@ -2,7 +2,7 @@ package Test2::Event::Ok; use strict; use warnings; -our $VERSION = '1.302138'; +our $VERSION = '1.302140'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } |