r55726 - in /trunk/libplack-perl/debian: patches/ patches/fix-plack-test-suite-docs.patch patches/fix-pod-spelling.patch patches/series source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Apr 8 07:51:05 UTC 2010


Author: jawnsy-guest
Date: Thu Apr  8 07:50:58 2010
New Revision: 55726

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55726
Log:
add patches from github

Added:
    trunk/libplack-perl/debian/patches/
    trunk/libplack-perl/debian/patches/fix-plack-test-suite-docs.patch
    trunk/libplack-perl/debian/patches/fix-pod-spelling.patch
    trunk/libplack-perl/debian/patches/series
    trunk/libplack-perl/debian/source/
    trunk/libplack-perl/debian/source/format

Added: trunk/libplack-perl/debian/patches/fix-plack-test-suite-docs.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/patches/fix-plack-test-suite-docs.patch?rev=55726&op=file
==============================================================================
--- trunk/libplack-perl/debian/patches/fix-plack-test-suite-docs.patch (added)
+++ trunk/libplack-perl/debian/patches/fix-plack-test-suite-docs.patch Thu Apr  8 07:50:58 2010
@@ -1,0 +1,39 @@
+Description: add documentation to Plack::Test::Suite
+Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Reviewed-by: Jonathan Yu <jawnsy at cpan.org>
+Origin: upstream
+
+--- a/lib/Plack/Test/Suite.pm
++++ b/lib/Plack/Test/Suite.pm
+@@ -673,13 +673,29 @@
+ 1;
+ __END__
+ 
++=head1 NAME
++
++Plack::Test::Suite - Test suite for Plack handlers
++
+ =head1 SYNOPSIS
+ 
+-  # TBD See t/Plack-Servet/*.t for now
++use Test::More;
++use Plack::Test::Suite;
++Plack::Test::Suite->run_server_tests('Your::Handler');
++done_testing;
+ 
+ =head1 DESCRIPTION
+ 
+-Plack::Test::Suite is a test suite to test a new PSGI server implementation.
++Plack::Test::Suite is a test suite to test a new PSGI server
++implementation. It automatically loads a new handler environment and
++uses LWP to send HTTP requests to the local server to make sure your
++handler implements the PSGI specification correctly.
++
++Note that the handler name doesn't include the C<Plack::Handler::>
++prefix, i.e. if you have a new Plack handler Plack::Handler::Foo, your
++test script would look like:
++
++Plack::Test::Suite->run_server_tests('Foo');
+ 
+ =head1 AUTHOR
+ 

Added: trunk/libplack-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/patches/fix-pod-spelling.patch?rev=55726&op=file
==============================================================================
--- trunk/libplack-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libplack-perl/debian/patches/fix-pod-spelling.patch Thu Apr  8 07:50:58 2010
@@ -1,0 +1,16 @@
+Description: fix POD spelling error
+Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Reviewed-by: Jonathan Yu <jawnsy at cpan.org>
+Origin: upstream
+
+--- a/scripts/plackup
++++ b/scripts/plackup
+@@ -96,7 +96,7 @@
+ 
+ Select a specific implementation to run on using the C<PLACK_SERVER>
+ environment variable or use the C<-s> or C<--server> flag which will
+-be prefered over the environment variable if present.
++be preferred over the environment variable if present.
+ 
+ =item -S, --socket
+ 

Added: trunk/libplack-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/patches/series?rev=55726&op=file
==============================================================================
--- trunk/libplack-perl/debian/patches/series (added)
+++ trunk/libplack-perl/debian/patches/series Thu Apr  8 07:50:58 2010
@@ -1,0 +1,2 @@
+fix-pod-spelling.patch
+fix-plack-test-suite-docs.patch

Added: trunk/libplack-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libplack-perl/debian/source/format?rev=55726&op=file
==============================================================================
--- trunk/libplack-perl/debian/source/format (added)
+++ trunk/libplack-perl/debian/source/format Thu Apr  8 07:50:58 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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