From: Florian Ragwitz Date: Sun, 26 Apr 2009 13:46:39 +0000 (+0000) Subject: Version 1.12. X-Git-Tag: 1.12^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b9f22ddbb7d7f19997dd2469cb22548b027649e5;hp=d1127fe07f5866d34c3e7fdf86bced7f3829b5a6;p=catagits%2FCatalyst-Devel.git Version 1.12. --- diff --git a/Changes b/Changes index 29d5170..baf63f9 100644 --- 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 diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 8212972..7c1cb47 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -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