File: pod-long-line

package info (click to toggle)
libclass-prototyped-perl 1.13-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 544 kB
  • sloc: perl: 1,456; makefile: 11
file content (27 lines) | stat: -rw-r--r-- 1,145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: Avoid lines that are too long to be displayed by nroff by
 rephrasing the description of the profile() method.
Forwarded: not-needed
Author: Russ Allbery <rra@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-01

--- a/lib/Class/Prototyped.pm
+++ b/lib/Class/Prototyped.pm
@@ -2565,11 +2565,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)