Version 1.12. 1.12
Florian Ragwitz [Sun, 26 Apr 2009 13:46:39 +0000 (13:46 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 29d5170..baf63f9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.12    2009-04-26 15:42
+        - Remove the deprecated BindLex from the _create.pl help message (rafl)
+
 1.11    2009-04-22 19:02
         - Add check for "Unknown error" bug (caelum)
         - Change generated scripts to use /usr/bin/env perl if /usr/bin/env
index 8212972..7c1cb47 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.11';
+our $VERSION             = '1.12';
 our $CATALYST_SCRIPT_GEN = 33;
 
 =head1 NAME