Increase $strict::VERSION to 1.08
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 02:05:53 +0000 (19:05 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:45 +0000 (22:11 -0700)
lib/strict.pm

index 5093e8c..8eed8bc 100644 (file)
@@ -1,6 +1,6 @@
 package strict;
 
-$strict::VERSION = "1.07";
+$strict::VERSION = "1.08";
 
 # Verify that we're called correctly so that strictures will work.
 unless ( __FILE__ =~ /(^|[\/\\])\Q${\__PACKAGE__}\E\.pmc?$/ ) {