r20668 - in /trunk/librest-application-perl/debian: changelog patches/ patches/perldoc_fixes patches/series

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Jun 3 21:09:54 UTC 2008


Author: djpig
Date: Tue Jun  3 21:09:54 2008
New Revision: 20668

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20668
Log:
New patch:
 + perldoc_fixes: fix several syntax problems in POD and
   some typos.

Added:
    trunk/librest-application-perl/debian/patches/
    trunk/librest-application-perl/debian/patches/perldoc_fixes
    trunk/librest-application-perl/debian/patches/series
Modified:
    trunk/librest-application-perl/debian/changelog

Modified: trunk/librest-application-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librest-application-perl/debian/changelog?rev=20668&op=diff
==============================================================================
--- trunk/librest-application-perl/debian/changelog (original)
+++ trunk/librest-application-perl/debian/changelog Tue Jun  3 21:09:54 2008
@@ -1,3 +1,12 @@
+librest-application-perl (0.992-2) unstable; urgency=low
+
+  * Use quilt.
+  * New patches:
+    + perldoc_fixes: fix several syntax problems in POD and
+      some typos.
+
+ -- Frank Lichtenheld <djpig at debian.org>  Tue, 03 Jun 2008 23:02:41 +0200
+
 librest-application-perl (0.992-1) unstable; urgency=low
 
   * Initial Release. (Closes: #464182)

Added: trunk/librest-application-perl/debian/patches/perldoc_fixes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librest-application-perl/debian/patches/perldoc_fixes?rev=20668&op=file
==============================================================================
--- trunk/librest-application-perl/debian/patches/perldoc_fixes (added)
+++ trunk/librest-application-perl/debian/patches/perldoc_fixes Tue Jun  3 21:09:54 2008
@@ -1,0 +1,69 @@
+Index: librest-application-perl/lib/REST/Application.pm
+===================================================================
+--- librest-application-perl.orig/lib/REST/Application.pm	2008-06-03 23:02:19.000000000 +0200
++++ librest-application-perl/lib/REST/Application.pm	2008-06-03 23:05:59.000000000 +0200
+@@ -514,7 +514,7 @@
+ 
+ =head1 SYNOPSIS
+ 
+-    # MyRESTApp L<REST::Application> instance / mod_perl handler
++    # MyRESTApp REST::Application instance / mod_perl handler
+     package MyRESTApp;
+     use Apache;
+     use Apache::Constants qw(:common);
+@@ -642,6 +642,8 @@
+ string.  Optionally the handler should set any header information via the
+ C<header()> method on instance object pased in.
+ 
++=back
++
+ =head1 CALLING ORDER
+ 
+ The L<REST::Application> base class provides a good number of methods, each of
+@@ -701,8 +703,6 @@
+ HTTP request rather than just the path info you'd merely overload
+ C<getMatchText()> to return the URI rather than the path info.
+ 
+-=back
+-
+ =head1 METHODS
+ 
+ =head2 new(%args)
+@@ -819,7 +819,7 @@
+ 
+ =head2 sendRepresentation($representation)
+ 
+-This method just returns C<$representation>.  It is provided soely for
++This method just returns C<$representation>.  It is provided solely for
+ overloading purposes.
+ 
+ =head2 headerType([$type])
+@@ -835,8 +835,8 @@
+ keys are the header fields and the values are the header field values.
+ 
+ If this method is called multiple times then the values of %args are additive.
+-So calling C<$self->header(-type => "text/html")> and C<$self->header(-foo =>
+-"bar")> results in both the content-type header being set and the "foo" header
++So calling C<$self-E<gt>header(-type =E<gt> 'text/html')> and C<$self-E<gt>header(-foo =E<gt>
++'bar')> results in both the content-type header being set and the "foo" header
+ being set.
+ 
+ =head2 resetHeader()
+@@ -854,7 +854,7 @@
+ 
+ Given a list of MIME types this function returns the best matching type
+ considering the Accept header of the current request (as returned by
+-C<getAcceptHeader()>.
++C<getAcceptHeader()>).
+ 
+ =head2 simpleContentNegotiation(@types)
+ 
+@@ -906,7 +906,7 @@
+ 
+ =head1 AUTHORS
+ 
+-Matthew O'Connor E<lt>matthew at canonical.org<gt>
++Matthew O'Connor E<lt>matthew at canonical.orgE<gt>
+ 
+ =head1 LICENSE
+ 

Added: trunk/librest-application-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librest-application-perl/debian/patches/series?rev=20668&op=file
==============================================================================
--- trunk/librest-application-perl/debian/patches/series (added)
+++ trunk/librest-application-perl/debian/patches/series Tue Jun  3 21:09:54 2008
@@ -1,0 +1,1 @@
+perldoc_fixes




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