File lire-2.1.1-pod.patch of Package lire
From: Andreas Stieger <andreas.stieger@gmx.de>
Date: Sun, 09 Feb 2014 16:45:11 +0000
Subject: [PATCH] fix various pod errors
Upstream: submitted
References:
Fixes various pod2man errors, e.g.
lr_env.in around line 106: You forgot a '=back' before '=head1'
---
all/lib/Lire/Config/ConfigFile.pm | 2 +-
all/lib/Lire/DlfStore.pm | 2 ++
all/lib/Lire/OutputJob.pm | 2 --
all/lib/Lire/Plugin.pm | 2 ++
all/lib/Lire/Report/Subreport.pm | 2 --
all/lib/Lire/ReportParser.pm | 2 ++
all/lib/Lire/ReportParser/LaTeXWriter.pm | 2 ++
all/script/lr_env.in | 2 ++
email/script/s1ms2dlf.in | 1 +
9 files changed, 12 insertions(+), 5 deletions(-)
Index: lire-2.1.1/all/lib/Lire/Config/ConfigFile.pm
===================================================================
--- lire-2.1.1.orig/all/lib/Lire/Config/ConfigFile.pm 2006-07-23 14:16:30.000000000 +0100
+++ lire-2.1.1/all/lib/Lire/Config/ConfigFile.pm 2014-02-09 16:36:19.000000000 +0000
@@ -39,7 +39,7 @@ The file form where the configuration wa
The Lire::Config::TypeSpec object to which this configuration adheres.
-=end
+=back
=cut
Index: lire-2.1.1/all/lib/Lire/DlfStore.pm
===================================================================
--- lire-2.1.1.orig/all/lib/Lire/DlfStore.pm 2011-12-31 13:08:51.000000000 +0000
+++ lire-2.1.1/all/lib/Lire/DlfStore.pm 2014-02-09 16:24:36.000000000 +0000
@@ -818,6 +818,8 @@ __END__
=pod
+=back
+
=head1 SEE ALSO
Lire::DlfConverter(3pm)
Index: lire-2.1.1/all/lib/Lire/OutputJob.pm
===================================================================
--- lire-2.1.1.orig/all/lib/Lire/OutputJob.pm 2006-07-23 14:16:29.000000000 +0100
+++ lire-2.1.1/all/lib/Lire/OutputJob.pm 2014-02-09 16:26:44.000000000 +0000
@@ -171,8 +171,6 @@ The subject of the email.
An additional text file that will be appended to text report or attach
to other report types.
-=item
-
=back
=head2 emails()
Index: lire-2.1.1/all/lib/Lire/Plugin.pm
===================================================================
--- lire-2.1.1.orig/all/lib/Lire/Plugin.pm 2006-07-23 14:16:29.000000000 +0100
+++ lire-2.1.1/all/lib/Lire/Plugin.pm 2014-02-09 16:39:03.000000000 +0000
@@ -105,6 +105,8 @@ __END__
=pod
+=back
+
=head1 SEE ALSO
Lire::PluginManager(3pm), Lire::DlfConverter(3pm),
Index: lire-2.1.1/all/lib/Lire/Report/Subreport.pm
===================================================================
--- lire-2.1.1.orig/all/lib/Lire/Report/Subreport.pm 2014-02-09 16:30:55.000000000 +0000
+++ lire-2.1.1/all/lib/Lire/Report/Subreport.pm 2014-02-09 16:31:03.000000000 +0000
@@ -203,8 +203,6 @@ sub schemas {
return $self->{'_schemas'};
}
-=cut
-
=pod
=head2 field_schema( $field )
Index: lire-2.1.1/all/lib/Lire/ReportParser.pm
===================================================================
--- lire-2.1.1.orig/all/lib/Lire/ReportParser.pm 2006-07-23 14:16:29.000000000 +0100
+++ lire-2.1.1/all/lib/Lire/ReportParser.pm 2014-02-09 16:41:09.000000000 +0000
@@ -135,6 +135,8 @@ Those are methods that are invoked on ea
specific or higher ones and can be used to hook before the other events
are synthesized.
+=back
+
=head1 HIGH-LEVEL EVENT METHODS
For each element defined, an I<element_name>_start() and an
Index: lire-2.1.1/all/lib/Lire/ReportParser/LaTeXWriter.pm
===================================================================
--- lire-2.1.1.orig/all/lib/Lire/ReportParser/LaTeXWriter.pm 2006-07-29 18:57:34.000000000 +0100
+++ lire-2.1.1/all/lib/Lire/ReportParser/LaTeXWriter.pm 2014-02-09 16:32:58.000000000 +0000
@@ -450,6 +450,8 @@ __END__
=pod
+=back
+
=head1 SEE ALSO
Lire::ReportParser::LaTeXDocBookFormatter(3pm)
Index: lire-2.1.1/all/script/lr_env.in
===================================================================
--- lire-2.1.1.orig/all/script/lr_env.in 2006-07-23 14:16:32.000000000 +0100
+++ lire-2.1.1/all/script/lr_env.in 2014-02-09 16:23:21.000000000 +0000
@@ -103,6 +103,8 @@ The path where XML report templates are
The directory where platform independant perl modules are installed.
+=back
+
=head1 VERSION
$Id: lr_env.in,v 1.7 2006/07/23 13:16:32 vanbaal Exp $
Index: lire-2.1.1/email/script/s1ms2dlf.in
===================================================================
--- lire-2.1.1.orig/email/script/s1ms2dlf.in 2006-07-23 14:16:34.000000000 +0100
+++ lire-2.1.1/email/script/s1ms2dlf.in 2014-02-09 16:43:02.000000000 +0000
@@ -65,6 +65,7 @@ Do:
TO BE WRITTEN
+=back
=head1 EXAMPLES