X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper%2FSCGI.pm;h=f927ccebe73e0ce4436ab705ff5882504525fbd7;hb=9ca6d1009c33c822e92073368d38ea922c5a7ae8;hp=31f0041fc205c162b9916554d28e46208c987c08;hpb=628f14409b88d2edf9ff1a2fa2980b2260b538b8;p=catagits%2FCatalyst-Engine-SCGI.git diff --git a/lib/Catalyst/Helper/SCGI.pm b/lib/Catalyst/Helper/SCGI.pm old mode 100755 new mode 100644 index 31f0041..f927cce --- a/lib/Catalyst/Helper/SCGI.pm +++ b/lib/Catalyst/Helper/SCGI.pm @@ -5,6 +5,8 @@ use strict; use Config; use File::Spec; +our $VERSION = '0.02'; + =head1 NAME Catalyst::Helper::SCGI - SCGI helper to create a scgi runner script to run the SCGI engine. @@ -33,7 +35,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" ) ); @@ -42,17 +44,18 @@ sub mk_stuff { =head1 AUTHOR -Victor Igumnov, C<< >> +Orlando Vazquez, C< > =head1 BUGS Please report any bugs or feature requests to -C +C =head1 ACKNOWLEDGEMENTS =head1 COPYRIGHT & LICENSE +Copyright 2009 Orlando Vazquez, all rights reserved. Copyright 2006 Victor Igumnov, all rights reserved. This program is free software; you can redistribute it and/or modify it @@ -114,7 +117,7 @@ Run a Catalyst application as SCGI. =head1 AUTHOR -Victor Igumnov, C +Orlando Vazquez C<< orlando@2wycked.net >> =head1 COPYRIGHT