r75605 - in /trunk/libmojolicious-perl: debian/changelog t/pod_coverage.t

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Mon Jun 13 11:02:58 UTC 2011


Author: fabreg-guest
Date: Mon Jun 13 11:02:50 2011
New Revision: 75605

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75605
Log:
Ready for upload

Modified:
    trunk/libmojolicious-perl/debian/changelog
    trunk/libmojolicious-perl/t/pod_coverage.t

Modified: trunk/libmojolicious-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/changelog?rev=75605&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/changelog (original)
+++ trunk/libmojolicious-perl/debian/changelog Mon Jun 13 11:02:50 2011
@@ -1,4 +1,4 @@
-libmojolicious-perl (1.42-1) UNRELEASED; urgency=low
+libmojolicious-perl (1.42-1) unstable; urgency=low
 
   * New upstream release
   * Add myself to Uploaders.

Modified: trunk/libmojolicious-perl/t/pod_coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/t/pod_coverage.t?rev=75605&op=diff
==============================================================================
--- trunk/libmojolicious-perl/t/pod_coverage.t (original)
+++ trunk/libmojolicious-perl/t/pod_coverage.t Mon Jun 13 11:02:50 2011
@@ -10,18 +10,10 @@
 plan skip_all => 'set TEST_POD to enable this test (developer only!)'
   unless $ENV{TEST_POD};
 
-# DEPRECATED in Smiling Cat Face With Heart-Shaped Eyes!
-my @smiling_cat = (
-  qw/async build_form_tx build_tx build_websocket_tx client clone delete/,
-  qw/detect_proxy finish get head need_proxy on_finish on_message/,
-  qw/post post_form put queue req res send_message singleton start/,
-  qw/test_server websocket/
-);
-
-# DEPRECATED in Hot Beverage!
-my @hot_beverage = qw/handler helper session/;
+# DEPRECATED in Smiling Face With Sunglasses!
+my @sunglasses =
+  qw/add_after add_before inner_xml render_inner replace_inner/;
 
 # "Marge, I'm going to miss you so much. And it's not just the sex.
 #  It's also the food preparation."
-all_pod_coverage_ok(
-  {also_private => ['inet_pton', @smiling_cat, @hot_beverage]});
+all_pod_coverage_ok({also_private => ['inet_pton', @sunglasses]});




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