From: Graham Knop <haarg@haarg.org>
Date: Wed, 11 Dec 2013 01:23:13 +0000 (-0800)
Subject: bump version
X-Git-Tag: v1.005002~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bddcde2284b61783c010ede67cd122c17508d598;p=p5sagit%2Fstrictures.git

bump version
---

diff --git a/lib/strictures.pm b/lib/strictures.pm
index f53f82d..f979fa2 100644
--- a/lib/strictures.pm
+++ b/lib/strictures.pm
@@ -7,7 +7,7 @@ BEGIN {
   *_PERL_LT_5_8_4 = ($] < 5.008004) ? sub(){1} : sub(){0};
 }
 
-our $VERSION = '1.005001'; # 1.5.1
+our $VERSION = '1.005002'; # 1.5.2
 
 sub VERSION {
   for ($_[1]) {