X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FWeb%2FSimple.pm;h=a9711fedd0f9e449400650f51759d8eed9594513;hb=bf8b2de8feaede508df35b7741f3a0afe68e5c26;hp=60bccc9071b7058cd388c152e39af1bc48a3e7f0;hpb=c2f31789abcb7708edaa97daf69fd61b1d52ca92;p=catagits%2FWeb-Simple.git diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 60bccc9..a9711fe 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -4,7 +4,7 @@ use strict; use warnings FATAL => 'all'; use 5.008; -our $VERSION = '0.001'; +our $VERSION = '0.002'; sub setup_all_strictures { strict->import;