switch to my bundle
[p5sagit/Try-Tiny.git] / lib / Try / Tiny.pm
index 50f8e43..601637a 100644 (file)
@@ -2,6 +2,8 @@ package Try::Tiny;
 use 5.006;
 # ABSTRACT: minimal try/catch with proper preservation of $@
 
+our $VERSION = '0.23';
+
 use strict;
 use warnings;