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

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jun 25 00:09:26 UTC 2011


Author: periapt-guest
Date: Sat Jun 25 00:09:24 2011
New Revision: 76527

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

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

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=76527&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/Build.PL (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/Build.PL Sat Jun 25 00:09:24 2011
@@ -22,7 +22,7 @@
         'Try::Tiny'                  => 0,
     },
     build_requires => {
-        'CGI::PSGI'        => 1, # recommended by CGI::Application, but not required. We still need it at least to test with.
+        '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,

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=76527&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/Changes (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/Changes Sat Jun 25 00:09:24 2011
@@ -1,4 +1,10 @@
 Revision history for Perl extension CGI::Application::Dispatch.
+
+3.02 June 24th, 2011
+    No code changes.
+
+    [INTERNALS]
+    - further refined dependency definitions. (Nicholas Bamber)
 
 3.01 Jun 23, 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=76527&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/META.json (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/META.json Sat Jun 25 00:09:24 2011
@@ -16,7 +16,7 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "CGI::PSGI" : "1",
+            "CGI::PSGI" : 0,
             "Plack::Test" : "0.9956",
             "Test::LongString" : 0,
             "Test::More" : 0
@@ -42,7 +42,7 @@
    "provides" : {
       "CGI::Application::Dispatch" : {
          "file" : "lib/CGI/Application/Dispatch.pm",
-         "version" : "3.01"
+         "version" : "3.02"
       },
       "CGI::Application::Dispatch::PSGI" : {
          "file" : "lib/CGI/Application/Dispatch/PSGI.pm",
@@ -59,5 +59,5 @@
          "http://dev.perl.org/licenses/"
       ]
    },
-   "version" : "3.01"
+   "version" : "3.02"
 }

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=76527&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/META.yml (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/META.yml Sat Jun 25 00:09:24 2011
@@ -3,7 +3,7 @@
 author:
   - 'Michael Peters <mpeters at plusthree.com>'
 build_requires:
-  CGI::PSGI: 1
+  CGI::PSGI: 0
   Plack::Test: 0.9956
   Test::LongString: 0
   Test::More: 0
@@ -19,7 +19,7 @@
 provides:
   CGI::Application::Dispatch:
     file: lib/CGI/Application/Dispatch.pm
-    version: 3.01
+    version: 3.02
   CGI::Application::Dispatch::PSGI:
     file: lib/CGI/Application/Dispatch/PSGI.pm
     version: 3.00
@@ -36,4 +36,4 @@
   version: 0.82
 resources:
   license: http://dev.perl.org/licenses/
-version: 3.01
+version: 3.02

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=76527&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 Sat Jun 25 00:09:24 2011
@@ -4,7 +4,7 @@
 use Carp qw(carp cluck);
 use Exception::Class::TryCatch qw(catch);
 
-our $VERSION = '3.01';
+our $VERSION = '3.02';
 our $DEBUG   = 0;
 
 BEGIN {




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