File: pod-syntax.patch

package info (click to toggle)
libvalidation-class-perl 7.900057-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,572 kB
  • ctags: 355
  • sloc: perl: 21,493; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix POD ERROR (=back without =over)
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=96062
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=96062
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-05-29

--- a/lib/Validation/Class.pm
+++ b/lib/Validation/Class.pm
@@ -1793,8 +1793,6 @@
 L<Mouse>, or L<Moose>. Alternatively, you could use decoupled object
 validators like L<Type::Tiny>, L<Params::Validate> or L<Specio>.
 
-=back
-
 =head1 AUTHOR
 
 Al Newkirk <anewkirk@ana.io>