add
Orlando Vazquez [Sat, 30 May 2009 22:36:37 +0000 (22:36 +0000)]
Makefile.PL
lib/Catalyst/Helper/SCGI.pm

index 2546906..583db91 100644 (file)
@@ -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;
index 31f0041..6dc6a35 100644 (file)
@@ -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" ) );