From: Robert 'phaylon' Sedlacek Date: Thu, 30 Aug 2012 20:53:23 +0000 (+0000) Subject: first version should be a dev version X-Git-Tag: v0.001_001~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FSystem-Introspector.git;a=commitdiff_plain;h=d2ccd13b8d3e3323037cf489fdca76f98e61d3a8 first version should be a dev version --- diff --git a/lib/System/Introspector.pm b/lib/System/Introspector.pm index acbd4a3..6eec7f8 100644 --- a/lib/System/Introspector.pm +++ b/lib/System/Introspector.pm @@ -2,7 +2,7 @@ use strictures 1; package System::Introspector; -our $VERSION = '0.000001'; +our $VERSION = '0.001_001'; $VERSION = eval $VERSION; 1;