~ubuntu-branches/debian/sid/libje-perl/sid

« back to all changes in this revision

Viewing changes to debian/patches/fix-pod-errors.patch

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2010-12-17 21:13:23 UTC
  • Revision ID: james.westby@ubuntu.com-20101217211323-b1h9cwy3y0txb41o
Tags: 0.053-1
Initial Release. (Closes: #607210 -- ITP)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Description: Fix errors in embedded documentation (POD)
 
2
# Author: Damyan Ivanov <dmn@debian.org>
 
3
# Forwarded: https://rt.cpan.org/Ticket/Display.html?id=6401
 
4
 
 
5
--- a/lib/JE.pm
 
6
+++ b/lib/JE.pm
 
7
@@ -1001,6 +1001,8 @@ sub false { $${+shift}{f} }
 
8
 (This method can create a potential security hole. Please see L</BUGS>,
 
9
 below.)
 
10
 
 
11
+=back
 
12
+
 
13
 =head2 Synopsis
 
14
 
 
15
  $j->bind_class(
 
16
@@ -2030,7 +2032,7 @@ sub bind_class {
 
17
        return # nothing
 
18
 }
 
19
 
 
20
-
 
21
+=over
 
22
 
 
23
 =item $j->new_parser
 
24
 
 
25
@@ -2121,6 +2123,8 @@ The spec. states that, whenever it (the
 
26
 SyntaxError, an implementation may provide other behaviour instead. Here
 
27
 are some instances of this:
 
28
 
 
29
+=over
 
30
+
 
31
 =item *
 
32
 
 
33
 C<return> may be used outside a function. It's like an 'exit' statement,
 
34
--- a/lib/JE/Scope.pm
 
35
+++ b/lib/JE/Scope.pm
 
36
@@ -122,6 +122,8 @@ The variable object is the first object
 
37
 stack) that is a call object, or C<< $scope->[0] >> if no call object is 
 
38
 found.
 
39
 
 
40
+=back
 
41
+
 
42
 =head1 CONSTRUCTOR
 
43
 
 
44
 None. Just bless an array reference. You should not need to do
 
45
@@ -130,12 +132,16 @@ classes.
 
46
 
 
47
 =head1 SEE ALSO
 
48
 
 
49
+=over
 
50
+
 
51
 =item L<JE>
 
52
 
 
53
 =item L<JE::LValue>
 
54
 
 
55
 =item L<JE::Object::Function>
 
56
 
 
57
+=back
 
58
+
 
59
 =cut
 
60
 
 
61