X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FDeclare.pm;h=61c54a3a87a8b2c162fc1dc5dad7cfa227eaaf57;hb=7347020e4f34c9d326251240afb50afed8a1e808;hp=ed13aff5df8a546e469e3ba23bc682713e1afcf6;hpb=e422fec01b178c69cea212fc165b84518514430b;p=p5sagit%2FDevel-Declare.git diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index ed13aff..61c54a3 100644 --- a/lib/Devel/Declare.pm +++ b/lib/Devel/Declare.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.008001; -our $VERSION = '0.002001'; +our $VERSION = '0.002002'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2;