X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b1e901a088e05e2ccd371fb6d706e52a02176375;hb=265a397841fbfeb18830db4584257630c49d7ed3;hp=10b90d55b70b510e820eac0e1c518e32e20ab1ae;hpb=142e25b3fcec394aafcecb64bec750e366bbb9ca;p=catagits%2FCatalyst-Devel.git diff --git a/Changes b/Changes index 10b90d5..b1e901a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ This file documents the revision history for Perl extension Catalyst-Devel. + - Remove $VERSION = eval $VERSION handwave in generated code as: + - Gives a perl critic violation. + - If you're shipping a dev release, best practice is you should do + it by renaming the tarball, rather than having a _ in the VERSION. - Allow catalyst.pl . to work for already created applications when in the application's directory. - Note that plugin order is important in the generated skeleton.