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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Subject: Pod files lacking description in NAME section
Bug: https://rt.cpan.org/Ticket/Display.html?id=97030
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472860
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=97030
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-07-07
--- a/Parser/Style/Objects.pm
+++ b/Parser/Style/Objects.pm
@@ -52,7 +52,7 @@
=head1 NAME
-XML::Parser::Style::Objects
+XML::Parser::Style::Objects - Objects styler parser
=head1 SYNOPSIS
@@ -75,4 +75,4 @@
L<XML::Parser::Style::Tree>
-=cut
\ No newline at end of file
+=cut
--- a/Parser/Style/Subs.pm
+++ b/Parser/Style/Subs.pm
@@ -23,7 +23,7 @@
=head1 NAME
-XML::Parser::Style::Subs
+XML::Parser::Style::Subs - glue for handling element callbacks
=head1 SYNOPSIS
@@ -55,4 +55,4 @@
Nothing special is returned by parse.
-=cut
\ No newline at end of file
+=cut
--- a/Parser/Style/Tree.pm
+++ b/Parser/Style/Tree.pm
@@ -49,7 +49,7 @@
=head1 NAME
-XML::Parser::Style::Tree
+XML::Parser::Style::Tree - Tree style parser
=head1 SYNOPSIS
|