diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-08-17 13:38:12 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-08-17 14:25:34 +0100 |
commit | 022600ced30df9b598f615787250bb16989bbf9f (patch) | |
tree | 050216fa7765d0832b8c6f6f3565d6ba7b74a31d /cpan/Test-Simple/lib/Test2/API/Stack.pm | |
parent | c0b43f5c5aa78307caec8de7ee3716f66690426d (diff) | |
download | perl-022600ced30df9b598f615787250bb16989bbf9f.tar.gz |
Upgrade Test::Simple from version 1.302049 to 1.302052
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/API/Stack.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test2/API/Stack.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/API/Stack.pm b/cpan/Test-Simple/lib/Test2/API/Stack.pm index 766ce3d660..a24a2a6e61 100644 --- a/cpan/Test-Simple/lib/Test2/API/Stack.pm +++ b/cpan/Test-Simple/lib/Test2/API/Stack.pm @@ -2,7 +2,7 @@ package Test2::API::Stack; use strict; use warnings; -our $VERSION = '1.302049'; +our $VERSION = '1.302052'; use Test2::Hub(); |