Codebase list libmath-matrixreal-perl / bc7bff5
Drop patch fix-pod.patch, present upstream. Debian Janitor 2 years ago
3 changed file(s) with 1 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
66
77 [ Debian Janitor ]
88 * New upstream snapshot.
9 * Drop patch fix-pod.patch, present upstream.
910
1011 -- Étienne Mollier <emollier@debian.org> Fri, 30 Jul 2021 21:28:39 -0000
1112
+0
-19
debian/patches/fix-pod.patch less more
0 Description: fix pod error
1 The following errors were encountered while parsing the POD, around line 4032:
2 '=item' outside of any '=over'
3 Author: Étienne Mollier <etienne.mollier@mailoo.org>
4 Forwarded: https://github.com/leto/math--matrixreal/pull/21
5 Last-Update: 2020-05-19
6 ---
7 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8 --- libmath-matrixreal-perl.orig/lib/Math/MatrixReal.pm
9 +++ libmath-matrixreal-perl/lib/Math/MatrixReal.pm
10 @@ -4027,8 +4027,6 @@
11 The adjoint is just the transpose of the cofactor matrix. This method is
12 just an alias for C< ~($matrix-E<gt>cofactor)>.
13
14 -=back
15 -
16 =item *
17
18 C<$part_of_matrix = $matrix-E<gt>submatrix(x1,y1,x2,Y2);>
0 fix-pod.patch
10 spell.patch