r48364 - in /trunk/libweb-simple-perl/debian/patches: pod_fragment.patch series whatis.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Dec 6 18:29:40 UTC 2009


Author: gregoa
Date: Sun Dec  6 18:29:28 2009
New Revision: 48364

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48364
Log:
rename patch

Added:
    trunk/libweb-simple-perl/debian/patches/pod_fragment.patch
Removed:
    trunk/libweb-simple-perl/debian/patches/whatis.patch
Modified:
    trunk/libweb-simple-perl/debian/patches/series

Added: trunk/libweb-simple-perl/debian/patches/pod_fragment.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-simple-perl/debian/patches/pod_fragment.patch?rev=48364&op=file
==============================================================================
--- trunk/libweb-simple-perl/debian/patches/pod_fragment.patch (added)
+++ trunk/libweb-simple-perl/debian/patches/pod_fragment.patch Sun Dec  6 18:29:28 2009
@@ -1,0 +1,36 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: remove POD fragment
+
+--- a/lib/Web/Simple/HackedPlack.pm
++++ b/lib/Web/Simple/HackedPlack.pm
+@@ -66,30 +66,3 @@
+ }
+ 
+ 1;
+-__END__
+-
+-=head1 SYNOPSIS
+-
+-    ## in your .cgi
+-    #!/usr/bin/perl
+-    use Plack::Server::CGI;
+-
+-    # or Plack::Util::load_psgi("/path/to/app.psgi");
+-    my $app = sub {
+-        my $env = shift;
+-        return [
+-            200,
+-            [ 'Content-Type' => 'text/plain', 'Content-Length' => 13 ],
+-            'Hello, world!',
+-        ];
+-    };
+-
+-    Plack::Server::CGI->new->run($app);
+-
+-=head1 SEE ALSO
+-
+-L<Plack::Server::Base>
+-
+-=cut
+-
+-

Modified: trunk/libweb-simple-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-simple-perl/debian/patches/series?rev=48364&op=diff
==============================================================================
--- trunk/libweb-simple-perl/debian/patches/series (original)
+++ trunk/libweb-simple-perl/debian/patches/series Sun Dec  6 18:29:28 2009
@@ -1,1 +1,1 @@
-whatis.patch
+pod_fragment.patch




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