change metadata since I'll be maintaining this package
Orlando Vazquez [Mon, 1 Jun 2009 17:50:49 +0000 (10:50 -0700)]
META.yml
README
lib/Catalyst/Helper/SCGI.pm

index 5f93252..4c729d6 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,12 +1,24 @@
 ---
-name: Catalyst-Engine-SCGI
-version: 0.2
+abstract: 'Catalyst SCGI Engine'
 author: Orlando Vazquez
-abstract: Catalyst SCGI Engine
+build_requires:
+  ExtUtils::MakeMaker: 6.42
+configure_requires:
+  ExtUtils::MakeMaker: 6.42
+distribution_type: module
+generated_by: 'Module::Install version 0.91'
 license: perl
-provides:
-  Catalyst::Engine::SCGI:
-    file: lib/Catalyst/Engine/SCGI.pm
-    version: 0.1
-  Catalyst::Helper::SCGI:
-    file: lib/Catalyst/Helper/SCGI.pm
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Catalyst-Engine-SCGI
+no_index:
+  directory:
+    - inc
+    - t
+requires:
+  Catalyst: 5.8
+  SCGI: 0
+resources:
+  repository: http://github.com/orlandov/Catalyst-Engine-SCGI
+version: 0.02
diff --git a/README b/README
index 22c64f3..0698347 100644 (file)
--- a/README
+++ b/README
@@ -43,6 +43,7 @@ You can also look for information at:
 
 COPYRIGHT AND LICENCE
 
+Copyright (C) 2009 Orlando Vazquez
 Copyright (C) 2006 Victor Igumnov
 
 This program is free software; you can redistribute it and/or modify it
index 314d3a9..f927cce 100644 (file)
@@ -44,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
@@ -116,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