File: pod.patch

package info (click to toggle)
libmath-calculus-expression-perl 0.2.2.ds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 164 kB
  • ctags: 46
  • sloc: perl: 1,221; sh: 51; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,245 bytes parent folder | download | duplicates (3)
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
28
29
30
31
32
33
34
35
36
37
Description: fix POD errors
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Author: Axel Beckert <abe@debian.org>
Last-Update: 2015-05-31

Index: libmath-calculus-expression-perl/Expression.pm
===================================================================
--- libmath-calculus-expression-perl.orig/Expression.pm	2015-05-31 01:48:22.112754744 +0200
+++ libmath-calculus-expression-perl/Expression.pm	2015-05-31 01:51:00.419035502 +0200
@@ -54,6 +54,8 @@
 # Constructor
 # ###########
 
+=over
+
 =item new
 
   $exp = Math::Calculus::Expression->new;
@@ -259,7 +261,7 @@
 
 The sameRepresentation method takes another expression object as its parameter
 and returns true if that expression has the same internal representation as the
-expression the method is invoked on. Be careful  while it can be said that if
+expression the method is invoked on. Be careful - while it can be said that if
 two expressions have the same representation they are equal, it would be wrong
 to say that if they have different representations they are not equal. It is
 clear to see that "x + 2" and "2 + x" are equal, but their internal representation
@@ -394,6 +396,7 @@
 	}
 }
 
+=back
 
 =head1 SEE ALSO