r70557 - in /trunk/libclass-prototyped-perl/debian: changelog patches/pod-long-line patches/series

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sat Mar 5 23:41:52 UTC 2011


Author: rra
Date: Sat Mar  5 23:41:45 2011
New Revision: 70557

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70557
Log:
* Rephrase the profile() method description to avoid long, unwrappable
  lines.

Added:
    trunk/libclass-prototyped-perl/debian/patches/pod-long-line
Modified:
    trunk/libclass-prototyped-perl/debian/changelog
    trunk/libclass-prototyped-perl/debian/patches/series

Modified: trunk/libclass-prototyped-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-prototyped-perl/debian/changelog?rev=70557&op=diff
==============================================================================
--- trunk/libclass-prototyped-perl/debian/changelog (original)
+++ trunk/libclass-prototyped-perl/debian/changelog Sat Mar  5 23:41:45 2011
@@ -25,6 +25,8 @@
     pointless for a source package that only builds arch-independent
     binary packages.
   * Fix a spelling error in the POD documentation reported by Lintian.
+  * Rephrase the profile() method description to avoid long, unwrappable
+    lines.
   * Rewrite the package long description to digest and summarize the
     information and avoid long quotes from the module documentation.
   * Update standards version to 3.9.1 (no changes required).

Added: trunk/libclass-prototyped-perl/debian/patches/pod-long-line
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-prototyped-perl/debian/patches/pod-long-line?rev=70557&op=file
==============================================================================
--- trunk/libclass-prototyped-perl/debian/patches/pod-long-line (added)
+++ trunk/libclass-prototyped-perl/debian/patches/pod-long-line Sat Mar  5 23:41:45 2011
@@ -1,0 +1,24 @@
+Author: Russ Allbery <rra at debian.org>
+Description: Avoid lines that are too long to be displayed by nroff by
+ rephrasing the description of the profile() method.
+
+--- libclass-prototyped-perl.orig/lib/Class/Prototyped.pm
++++ libclass-prototyped-perl/lib/Class/Prototyped.pm
+@@ -2559,11 +2559,12 @@
+ 
+ =item C<profile> (C<filter>, rank 80)
+ 
+-If C<profile> is set to 1, increments C<< 
+-$Class::Prototyped::Mirror::PROFILE::counts->{$package}->{$slotName} >> 
+-everytime the slot is accessed.  If C<profile> is set to 2, increments C<< 
+-$Class::Prototyped::Mirror::PROFILE::counts->{$package}->{$slotName}->{$caller} >>
+-everytime the slot is accessed, where C<$caller> is C<"$file ($line)">.
++Stores profiling information in C<<
++$Class::Prototyped::Mirror::PROFILE::counts >>.  If C<profile> is set to 1,
++increments C<< $counts->{$package}->{$slotName} >> everytime the slot is
++accessed.  If C<profile> is set to 2, increments C<<
++$counts->{$package}->{$slotName}->{$caller} >> everytime the slot is accessed,
++where C<$caller> is C<"$file ($line)">.
+ 
+ =item C<wantarray> (C<filter>, rank 90)
+ 

Modified: trunk/libclass-prototyped-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-prototyped-perl/debian/patches/series?rev=70557&op=diff
==============================================================================
--- trunk/libclass-prototyped-perl/debian/patches/series (original)
+++ trunk/libclass-prototyped-perl/debian/patches/series Sat Mar  5 23:41:45 2011
@@ -1,1 +1,2 @@
 pod-spelling
+pod-long-line




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