r69116 - in /trunk/libplack-perl: debian/changelog debian/control t/Plack-Handler/fcgi_client.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 19 17:07:21 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 19 17:07:06 2011
New Revision: 69116

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69116
Log:
remove Carp::Always, turns out I screwed up fcgi_client.t

Modified:
    trunk/libplack-perl/debian/changelog
    trunk/libplack-perl/debian/control
    trunk/libplack-perl/t/Plack-Handler/fcgi_client.t

Modified: trunk/libplack-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/changelog?rev=69116&op=diff
==============================================================================
--- trunk/libplack-perl/debian/changelog (original)
+++ trunk/libplack-perl/debian/changelog Sat Feb 19 17:07:06 2011
@@ -7,8 +7,6 @@
   [ Jonathan Yu ]
   * Move eloy's copyright back to debian/* (somehow it landed in
     the clause for inc/Module/*)
-  * Add build dependency on Carp::Always as it is required for
-    testing (and not mentioned in upstream META.yml)
   * Add patch to fix minor typo
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 19 Feb 2011 10:13:05 -0500

Modified: trunk/libplack-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/control?rev=69116&op=diff
==============================================================================
--- trunk/libplack-perl/debian/control (original)
+++ trunk/libplack-perl/debian/control Sat Feb 19 17:07:06 2011
@@ -3,7 +3,6 @@
 Priority: optional
 Build-Depends: debhelper (>= 7.2.13)
 Build-Depends-Indep: perl,
- libcarp-always-perl,
  libauthen-simple-passwd-perl,
  libdevel-stacktrace-ashtml-perl,
  libdevel-stacktrace-perl (>= 1.2300),

Modified: trunk/libplack-perl/t/Plack-Handler/fcgi_client.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/t/Plack-Handler/fcgi_client.t?rev=69116&op=diff
==============================================================================
--- trunk/libplack-perl/t/Plack-Handler/fcgi_client.t (original)
+++ trunk/libplack-perl/t/Plack-Handler/fcgi_client.t Sat Feb 19 17:07:06 2011
@@ -1,5 +1,3 @@
-use Carp::Always;
-
 use strict;
 use warnings;
 use Test::More;




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