change metadata since I'll be maintaining this package
[catagits/Catalyst-Engine-SCGI.git] / lib / Catalyst / Helper / SCGI.pm
index 31f0041..f927cce 100644 (file)
@@ -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<< <victori at lamer0.com> >>
+Orlando Vazquez, C< <orlando at 2wycked.net> >
 
 =head1 BUGS
 
 Please report any bugs or feature requests to
-C<victori at cpan.org>
+C<orlando at 2wycked.net>
 
 =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<victori@cpan.org>
+Orlando Vazquez C<< orlando@2wycked.net >>
 
 =head1 COPYRIGHT