r63257 - in /branches/upstream/libcatalyst-engine-apache-perl/current: Changes META.yml README lib/Catalyst/Engine/Apache.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Oct 3 21:13:13 UTC 2010


Author: jawnsy-guest
Date: Sun Oct  3 21:12:15 2010
New Revision: 63257

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63257
Log:
[svn-upgrade] new version libcatalyst-engine-apache-perl (1.15)

Modified:
    branches/upstream/libcatalyst-engine-apache-perl/current/Changes
    branches/upstream/libcatalyst-engine-apache-perl/current/META.yml
    branches/upstream/libcatalyst-engine-apache-perl/current/README
    branches/upstream/libcatalyst-engine-apache-perl/current/lib/Catalyst/Engine/Apache.pm

Modified: branches/upstream/libcatalyst-engine-apache-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/Changes?rev=63257&op=diff
==============================================================================
--- branches/upstream/libcatalyst-engine-apache-perl/current/Changes (original)
+++ branches/upstream/libcatalyst-engine-apache-perl/current/Changes Sun Oct  3 21:12:15 2010
@@ -1,4 +1,7 @@
 This file documents the revision history for Catalyst::Engine::Apache.
+
+1.15   2010-10-03 22:07:00
+        - Fix license info for debian et all.
 
 1.14
         - No changes since dev release.

Modified: branches/upstream/libcatalyst-engine-apache-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/META.yml?rev=63257&op=diff
==============================================================================
--- branches/upstream/libcatalyst-engine-apache-perl/current/META.yml (original)
+++ branches/upstream/libcatalyst-engine-apache-perl/current/META.yml Sun Oct  3 21:12:15 2010
@@ -1,7 +1,7 @@
 ---
 abstract: 'Catalyst Apache Engines'
 author:
-  - 'Sebastian Riedel, <sri at cpan.org>'
+  - 'Sebastian Riedel, C<< <sri at cpan.org> >>.'
 build_requires:
   ExtUtils::MakeMaker: 6.42
   Test::More: 0.88
@@ -24,4 +24,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Engine-Apache/trunk
-version: 1.14
+version: 1.15

Modified: branches/upstream/libcatalyst-engine-apache-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/README?rev=63257&op=diff
==============================================================================
--- branches/upstream/libcatalyst-engine-apache-perl/current/README (original)
+++ branches/upstream/libcatalyst-engine-apache-perl/current/README Sun Oct  3 21:12:15 2010
@@ -69,14 +69,21 @@
 SEE ALSO
     Catalyst Catalyst::Engine.
 
+MAINTAINERS
+    Current maintainer, Tomas Doran (t0m) "<bobtfish at bobtfish.net>".
+
 AUTHORS
-    Sebastian Riedel, <sri at cpan.org>
+    Sebastian Riedel, "<sri at cpan.org>".
 
-    Christian Hansen, <ch at ngmedia.com>
+    Christian Hansen, "<ch at ngmedia.com>".
 
-    Andy Grundman, <andy at hybridized.org>
+    Andy Grundman, "<andy at hybridized.org>".
 
 COPYRIGHT
+    Copyright 2005-2010 by the above above listed "AUTHORS" and
+    "MAINTAINERS".
+
+LICENSE
     This program is free software, you can redistribute it and/or modify it
     under the same terms as Perl itself.
 

Modified: branches/upstream/libcatalyst-engine-apache-perl/current/lib/Catalyst/Engine/Apache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcatalyst-engine-apache-perl/current/lib/Catalyst/Engine/Apache.pm?rev=63257&op=diff
==============================================================================
--- branches/upstream/libcatalyst-engine-apache-perl/current/lib/Catalyst/Engine/Apache.pm (original)
+++ branches/upstream/libcatalyst-engine-apache-perl/current/lib/Catalyst/Engine/Apache.pm Sun Oct  3 21:12:15 2010
@@ -14,7 +14,7 @@
            $ENV{MOD_PERL_API_VERSION} >= 2
 );
 
-our $VERSION = '1.14';
+our $VERSION = '1.15';
 
 __PACKAGE__->mk_accessors(qw/apache return/);
 
@@ -340,15 +340,23 @@
 
 L<Catalyst> L<Catalyst::Engine>.
 
+=head1 MAINTAINERS
+
+Current maintainer, Tomas Doran (t0m) C<< <bobtfish at bobtfish.net> >>.
+
 =head1 AUTHORS
 
-Sebastian Riedel, <sri at cpan.org>
-
-Christian Hansen, <ch at ngmedia.com>
-
-Andy Grundman, <andy at hybridized.org>
+Sebastian Riedel, C<< <sri at cpan.org> >>.
+
+Christian Hansen, C<< <ch at ngmedia.com> >>.
+
+Andy Grundman, C<< <andy at hybridized.org> >>.
 
 =head1 COPYRIGHT
+
+Copyright 2005-2010 by the above above listed "AUTHORS" and "MAINTAINERS".
+
+=head1 LICENSE
 
 This program is free software, you can redistribute it and/or modify it under
 the same terms as Perl itself.




More information about the Pkg-perl-cvs-commits mailing list