r76579 - in /branches/upstream/libcgi-application-dispatch-perl/current: Build.PL Changes META.json META.yml lib/CGI/Application/Dispatch.pm lib/CGI/Application/Dispatch/PSGI.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Jun 26 09:04:14 UTC 2011


Author: periapt-guest
Date: Sun Jun 26 09:04:10 2011
New Revision: 76579

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76579
Log:
[svn-upgrade] new version libcgi-application-dispatch-perl (3.03)

Modified:
    branches/upstream/libcgi-application-dispatch-perl/current/Build.PL
    branches/upstream/libcgi-application-dispatch-perl/current/Changes
    branches/upstream/libcgi-application-dispatch-perl/current/META.json
    branches/upstream/libcgi-application-dispatch-perl/current/META.yml
    branches/upstream/libcgi-application-dispatch-perl/current/lib/CGI/Application/Dispatch.pm
    branches/upstream/libcgi-application-dispatch-perl/current/lib/CGI/Application/Dispatch/PSGI.pm

Modified: branches/upstream/libcgi-application-dispatch-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-application-dispatch-perl/current/Build.PL?rev=76579&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/Build.PL (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/Build.PL Sun Jun 26 09:04:10 2011
@@ -25,7 +25,7 @@
         'CGI::PSGI'        => 0, # recommended by CGI::Application, but not required. We still need it at least to test with.
         'Test::More'       => 0,
         'Test::LongString' => 0,
-        'Plack::Test'      => 0.9956,
+        'Plack'      => 0.9956, # really, we just depend on Plack::Test, but Plack::Test has not declared a version.
         $have_apache_test ? ( 'Apache::Test' => 0 ) : (),
     },
 );

Modified: branches/upstream/libcgi-application-dispatch-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-application-dispatch-perl/current/Changes?rev=76579&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/Changes (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/Changes Sun Jun 26 09:04:10 2011
@@ -1,4 +1,10 @@
 Revision history for Perl extension CGI::Application::Dispatch.
+
+3.03 June 25th, 2011
+    No code changes.
+
+    [INTERNALS]
+    - further dependency refinement and a typo fix. (Nicholas Bamber)
 
 3.02 June 24th, 2011
     No code changes.

Modified: branches/upstream/libcgi-application-dispatch-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-application-dispatch-perl/current/META.json?rev=76579&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/META.json (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/META.json Sun Jun 26 09:04:10 2011
@@ -17,7 +17,7 @@
       "build" : {
          "requires" : {
             "CGI::PSGI" : 0,
-            "Plack::Test" : "0.9956",
+            "Plack" : "0.9956",
             "Test::LongString" : 0,
             "Test::More" : 0
          }
@@ -42,11 +42,11 @@
    "provides" : {
       "CGI::Application::Dispatch" : {
          "file" : "lib/CGI/Application/Dispatch.pm",
-         "version" : "3.02"
+         "version" : "3.03"
       },
       "CGI::Application::Dispatch::PSGI" : {
          "file" : "lib/CGI/Application/Dispatch/PSGI.pm",
-         "version" : "3.00"
+         "version" : "3.03"
       },
       "CGI::Application::Dispatch::Regexp" : {
          "file" : "lib/CGI/Application/Dispatch/Regexp.pm",
@@ -59,5 +59,5 @@
          "http://dev.perl.org/licenses/"
       ]
    },
-   "version" : "3.02"
+   "version" : "3.03"
 }

Modified: branches/upstream/libcgi-application-dispatch-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-application-dispatch-perl/current/META.yml?rev=76579&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/META.yml (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/META.yml Sun Jun 26 09:04:10 2011
@@ -4,7 +4,7 @@
   - 'Michael Peters <mpeters at plusthree.com>'
 build_requires:
   CGI::PSGI: 0
-  Plack::Test: 0.9956
+  Plack: 0.9956
   Test::LongString: 0
   Test::More: 0
 configure_requires:
@@ -19,10 +19,10 @@
 provides:
   CGI::Application::Dispatch:
     file: lib/CGI/Application/Dispatch.pm
-    version: 3.02
+    version: 3.03
   CGI::Application::Dispatch::PSGI:
     file: lib/CGI/Application/Dispatch/PSGI.pm
-    version: 3.00
+    version: 3.03
   CGI::Application::Dispatch::Regexp:
     file: lib/CGI/Application/Dispatch/Regexp.pm
     version: 2.13
@@ -36,4 +36,4 @@
   version: 0.82
 resources:
   license: http://dev.perl.org/licenses/
-version: 3.02
+version: 3.03

Modified: branches/upstream/libcgi-application-dispatch-perl/current/lib/CGI/Application/Dispatch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-application-dispatch-perl/current/lib/CGI/Application/Dispatch.pm?rev=76579&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/lib/CGI/Application/Dispatch.pm (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/lib/CGI/Application/Dispatch.pm Sun Jun 26 09:04:10 2011
@@ -4,7 +4,7 @@
 use Carp qw(carp cluck);
 use Exception::Class::TryCatch qw(catch);
 
-our $VERSION = '3.02';
+our $VERSION = '3.03';
 our $DEBUG   = 0;
 
 BEGIN {
@@ -199,7 +199,7 @@
 B<A URI to which the application will be redirected> - if no leading C<"> or
 C<<> will be found.
 
-Custom messages will be displayed I<in non mod_perl enviroment only>. (Under
+Custom messages will be displayed I<in non mod_perl environment only>. (Under
 mod_perl, please use ErrorDocument directive in Apache configuration files.)
 This value can contain C<%s> placeholder for L<sprintf> Perl function. This
 placeholder will be replaced with numeric HTTP error code. Currently

Modified: branches/upstream/libcgi-application-dispatch-perl/current/lib/CGI/Application/Dispatch/PSGI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-application-dispatch-perl/current/lib/CGI/Application/Dispatch/PSGI.pm?rev=76579&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/lib/CGI/Application/Dispatch/PSGI.pm (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/lib/CGI/Application/Dispatch/PSGI.pm Sun Jun 26 09:04:10 2011
@@ -5,7 +5,7 @@
 use HTTP::Exception;
 use Try::Tiny;
 
-our $VERSION = '3.00';
+our $VERSION = '3.03';
 our $DEBUG   = 0;
 
 =pod




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