From: Orlando Vazquez Date: Sat, 30 May 2009 22:36:37 +0000 (+0000) Subject: add X-Git-Tag: 0.03~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-SCGI.git;a=commitdiff_plain;h=29f460bf1ebdabe23fd66c806a4ec872572dd88a add --- diff --git a/Makefile.PL b/Makefile.PL index 2546906..583db91 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,6 @@ requires SCGI => 0; name 'Catalyst-Engine-SCGI'; all_from 'lib/Catalyst/Engine/SCGI.pm'; -auto_install; -resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Engine-SCGI/trunk/'; +resources repository => 'http://github.com/orlandov/Catalyst-Engine-SCGI'; -WriteAll; \ No newline at end of file +WriteAll; diff --git a/lib/Catalyst/Helper/SCGI.pm b/lib/Catalyst/Helper/SCGI.pm index 31f0041..6dc6a35 100644 --- a/lib/Catalyst/Helper/SCGI.pm +++ b/lib/Catalyst/Helper/SCGI.pm @@ -33,7 +33,7 @@ sub mk_stuff { my ( $self, $helper, @args ) = @_; my $base = $helper->{base}; - my $app = $helper->{app}; + my $app = lc($helper->{app}); $helper->render_file( "scgi_script", File::Spec->catfile( $base, 'script', "$app\_scgi.pl" ) );