[Catalyst-commits] r10142 - Catalyst-Devel/1.00/trunk/lib/Catalyst
dandv at dev.catalyst.perl.org
dandv at dev.catalyst.perl.org
Thu May 14 01:16:26 GMT 2009
Author: dandv
Date: 2009-05-14 01:16:25 +0000 (Thu, 14 May 2009)
New Revision: 10142
Modified:
Catalyst-Devel/1.00/trunk/lib/Catalyst/Helper.pm
Log:
Capitalized warning about deleting Makefile.PL
Modified: Catalyst-Devel/1.00/trunk/lib/Catalyst/Helper.pm
===================================================================
--- Catalyst-Devel/1.00/trunk/lib/Catalyst/Helper.pm 2009-05-14 01:07:51 UTC (rev 10141)
+++ Catalyst-Devel/1.00/trunk/lib/Catalyst/Helper.pm 2009-05-14 01:16:25 UTC (rev 10142)
@@ -58,8 +58,8 @@
$self->{script } = File::Spec->catdir( $self->{dir}, 'script' );
$self->{appprefix } = Catalyst::Utils::appprefix($name);
$self->{appenv } = Catalyst::Utils::class2env($name);
- $self->{startperl } = -r '/usr/bin/env'
- ? '#!/usr/bin/env perl'
+ $self->{startperl } = -r '/usr/bin/env'
+ ? '#!/usr/bin/env perl'
: "#!$Config{perlpath} -w";
$self->{scriptgen } = $Catalyst::Devel::CATALYST_SCRIPT_GEN || 4;
$self->{catalyst_version} = $Catalyst::VERSION;
@@ -516,7 +516,7 @@
Catalyst::Helper::View::
Catalyst::Helper::Controller::
-=head2 COMMON HELPERS
+=head2 COMMON HELPERS
=over
@@ -540,7 +540,7 @@
=head3 NOTE
-The helpers will read author name from /etc/passwd by default. + To override, please export the AUTHOR variable.
+The helpers will read author name from /etc/passwd by default. + To override, please export the AUTHOR variable.
=head1 METHODS
@@ -771,7 +771,7 @@
1;
__makefile__
# IMPORTANT: if you delete this file your app will not work as
-# expected. you have been warned
+# expected. You have been warned.
use inc::Module::Install;
name '[% dir %]';
More information about the Catalyst-commits
mailing list