X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FDeclare.pm;h=100e14b3593ccbafe618876d91d1c57813271fa1;hb=31ba1ad785c45e8e522ab0a2e1b790588f9bcff8;hp=6e5e1e1dcf28bb785496a1d0b0331927eff351da;hpb=b968549dde4c8a36fccca7aca22bcd092242b099;p=p5sagit%2FDevel-Declare.git diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index 6e5e1e1..100e14b 100644 --- a/lib/Devel/Declare.pm +++ b/lib/Devel/Declare.pm @@ -5,7 +5,7 @@ use strict; use warnings; use 5.008001; -our $VERSION = '0.006015'; +our $VERSION = '0.006017'; use constant DECLARE_NAME => 1; use constant DECLARE_PROTO => 2;