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

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Jun 24 18:07:53 UTC 2011


Author: periapt-guest
Date: Fri Jun 24 18:07:44 2011
New Revision: 76475

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

Removed:
    branches/upstream/libcgi-application-dispatch-perl/current/TODO
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/MANIFEST
    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=76475&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/Build.PL (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/Build.PL Fri Jun 24 18:07:44 2011
@@ -17,13 +17,15 @@
         'version'                    => 0.82,
         'CGI::Application'           => '4.50', # For native PSGI support.
         'HTTP::Exception'            => 0,
+        'Exception::Class'           => 1.2,
         'Exception::Class::TryCatch' => 0,
         'Try::Tiny'                  => 0,
     },
     build_requires => {
+        'CGI::PSGI'        => 1, # recommended by CGI::Application, but not required. We still need it at least to test with.
         'Test::More'       => 0,
         'Test::LongString' => 0,
-        'Plack'            => 0.9956, # For Plack::Test,
+        'Plack::Test'      => 0.9956,
         $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=76475&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/Changes (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/Changes Fri Jun 24 18:07:44 2011
@@ -1,4 +1,11 @@
 Revision history for Perl extension CGI::Application::Dispatch.
+
+3.01 Jun 23, 2011
+    No code changes.
+
+    [INTERNALS]
+    - Fixed Build.PL issue that was causing tests to fail in a lot of environments. (Brad Oaks) 
+    - cleaned up MANIFEST
 
 3.00 Jun 16, 2011
     [FEATURES] 

Modified: branches/upstream/libcgi-application-dispatch-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcgi-application-dispatch-perl/current/MANIFEST?rev=76475&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/MANIFEST (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/MANIFEST Fri Jun 24 18:07:44 2011
@@ -20,4 +20,3 @@
 t/lib/MyApp/Module/Name.pm
 t/lib/MyApp/Module/Rest.pm
 t/psgi.t
-TODO

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=76475&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/META.json (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/META.json Fri Jun 24 18:07:44 2011
@@ -16,7 +16,8 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "Plack" : "0.9956",
+            "CGI::PSGI" : "1",
+            "Plack::Test" : "0.9956",
             "Test::LongString" : 0,
             "Test::More" : 0
          }
@@ -29,6 +30,7 @@
       "runtime" : {
          "requires" : {
             "CGI::Application" : "4.50",
+            "Exception::Class" : "1.2",
             "Exception::Class::TryCatch" : 0,
             "HTTP::Exception" : 0,
             "Try::Tiny" : 0,
@@ -40,7 +42,7 @@
    "provides" : {
       "CGI::Application::Dispatch" : {
          "file" : "lib/CGI/Application/Dispatch.pm",
-         "version" : "3.00"
+         "version" : "3.01"
       },
       "CGI::Application::Dispatch::PSGI" : {
          "file" : "lib/CGI/Application/Dispatch/PSGI.pm",
@@ -57,5 +59,5 @@
          "http://dev.perl.org/licenses/"
       ]
    },
-   "version" : "3.00"
+   "version" : "3.01"
 }

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=76475&op=diff
==============================================================================
--- branches/upstream/libcgi-application-dispatch-perl/current/META.yml (original)
+++ branches/upstream/libcgi-application-dispatch-perl/current/META.yml Fri Jun 24 18:07:44 2011
@@ -3,7 +3,8 @@
 author:
   - 'Michael Peters <mpeters at plusthree.com>'
 build_requires:
-  Plack: 0.9956
+  CGI::PSGI: 1
+  Plack::Test: 0.9956
   Test::LongString: 0
   Test::More: 0
 configure_requires:
@@ -18,7 +19,7 @@
 provides:
   CGI::Application::Dispatch:
     file: lib/CGI/Application/Dispatch.pm
-    version: 3.00
+    version: 3.01
   CGI::Application::Dispatch::PSGI:
     file: lib/CGI/Application/Dispatch/PSGI.pm
     version: 3.00
@@ -27,6 +28,7 @@
     version: 2.13
 requires:
   CGI::Application: 4.50
+  Exception::Class: 1.2
   Exception::Class::TryCatch: 0
   HTTP::Exception: 0
   Try::Tiny: 0
@@ -34,4 +36,4 @@
   version: 0.82
 resources:
   license: http://dev.perl.org/licenses/
-version: 3.00
+version: 3.01

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=76475&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 Fri Jun 24 18:07:44 2011
@@ -4,7 +4,7 @@
 use Carp qw(carp cluck);
 use Exception::Class::TryCatch qw(catch);
 
-our $VERSION = '3.00';
+our $VERSION = '3.01';
 our $DEBUG   = 0;
 
 BEGIN {




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