X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTry%2FTiny.pm;h=39664d3f6773f8260297ee91b5190a9e18a2abb9;hb=bca80450936aa2ff6b031854ae646b1ac0c066f8;hp=7c09cbd94410d07df82541b353929bcdb47df1ad;hpb=7cdef625acbd0b276c4e3d403d1b88fb01957ea2;p=p5sagit%2FTry-Tiny.git diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 7c09cbd..39664d3 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -2,7 +2,7 @@ package Try::Tiny; use 5.006; # ABSTRACT: minimal try/catch with proper preservation of $@ -our $VERSION = '0.26'; +our $VERSION = '0.27'; use strict; use warnings; @@ -668,9 +668,4 @@ Or read the source: L -=head1 VERSION CONTROL - -L - =cut -