Changelog
Tomas Doran [Wed, 11 Aug 2010 23:51:53 +0000 (00:51 +0100)]
Changes

diff --git a/Changes b/Changes
index 10b90d5..b1e901a 100644 (file)
--- 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.