[Catalyst-commits] r9860 - in Catalyst-Devel/1.00/branches/improved-restarter: . lib/Catalyst

autarch at dev.catalyst.perl.org autarch at dev.catalyst.perl.org
Sun Apr 26 14:22:28 GMT 2009


Author: autarch
Date: 2009-04-26 15:22:28 +0100 (Sun, 26 Apr 2009)
New Revision: 9860

Modified:
   Catalyst-Devel/1.00/branches/improved-restarter/
   Catalyst-Devel/1.00/branches/improved-restarter/Changes
   Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Devel.pm
   Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Helper.pm
Log:
merge from trunk


Property changes on: Catalyst-Devel/1.00/branches/improved-restarter
___________________________________________________________________
Name: svk:merge
   - 4ad37cd2-5fec-0310-835f-b3785c72a374:/Catalyst-Devel/1.00/trunk:9801
4ad37cd2-5fec-0310-835f-b3785c72a374:/trunk/Catalyst-Devel:6899
4ad37cd2-5fec-0310-835f-b3785c72a374:/trunk/Catalyst-Helper:4258
   + 4ad37cd2-5fec-0310-835f-b3785c72a374:/Catalyst-Devel/1.00/trunk:9858
4ad37cd2-5fec-0310-835f-b3785c72a374:/trunk/Catalyst-Devel:6899
4ad37cd2-5fec-0310-835f-b3785c72a374:/trunk/Catalyst-Helper:4258

Modified: Catalyst-Devel/1.00/branches/improved-restarter/Changes
===================================================================
--- Catalyst-Devel/1.00/branches/improved-restarter/Changes	2009-04-26 13:47:34 UTC (rev 9859)
+++ Catalyst-Devel/1.00/branches/improved-restarter/Changes	2009-04-26 14:22:28 UTC (rev 9860)
@@ -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

Modified: Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Devel.pm
===================================================================
--- Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Devel.pm	2009-04-26 13:47:34 UTC (rev 9859)
+++ Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Devel.pm	2009-04-26 14:22:28 UTC (rev 9860)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION             = '1.11';
+our $VERSION             = '1.12';
 our $CATALYST_SCRIPT_GEN = 33;
 
 =head1 NAME

Modified: Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Helper.pm
===================================================================
--- Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Helper.pm	2009-04-26 13:47:34 UTC (rev 9859)
+++ Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Helper.pm	2009-04-26 14:22:28 UTC (rev 9860)
@@ -1200,7 +1200,6 @@
 
  Examples:
    [% appprefix %]_create.pl controller My::Controller
-   [% appprefix %]_create.pl controller My::Controller BindLex
    [% appprefix %]_create.pl -mechanize controller My::Controller
    [% appprefix %]_create.pl view My::View
    [% appprefix %]_create.pl view MyView TT




More information about the Catalyst-commits mailing list