From: Florian Ragwitz Date: Sun, 26 Apr 2009 13:46:30 +0000 (+0000) Subject: Remove deprecated BindLex from _create.pl help message. X-Git-Tag: 1.12~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1127fe07f5866d34c3e7fdf86bced7f3829b5a6;p=catagits%2FCatalyst-Devel.git Remove deprecated BindLex from _create.pl help message. --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 6db579f..97598b5 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -1173,7 +1173,6 @@ pod2usage(1) unless $helper->mk_component( '[% name %]', @ARGV ); 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