[libcatmandu-perl] 45/46: fix small pod errors
Jonas Smedegaard
dr at jones.dk
Tue Oct 14 13:52:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.9205
in repository libcatmandu-perl.
commit eb20e46b5dbf9293e35bc024283e19bd3877f7bb
Author: Nicolas Steenlant <nicolas.steenlant at ugent.be>
Date: Mon Oct 6 14:09:02 2014 +0200
fix small pod errors
---
Build.PL | 2 +-
README.md | 10 +---------
lib/Catmandu.pm | 4 +++-
lib/Catmandu/Exporter/CSV.pm | 2 ++
4 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/Build.PL b/Build.PL
index dfa775f..8b69ee1 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
"Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
],
"dist_name" => "Catmandu",
- "dist_version" => "0.9204",
+ "dist_version" => "0.9205",
"license" => "perl",
"module_name" => "Catmandu",
"recommends" => {
diff --git a/README.md b/README.md
index fc5f89a..790a307 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Catmandu - a data toolkit
$fixer->fix($store)
);
$exporter->commit;
-
+
# Or be very lazy and do this via the command line
$ catmandu import OAI --url https://biblio.ugent.be/oai to MongoDB --database_name test
$ catmandu export MongoDB --database_name test --fix myfixes.txt to YAML
@@ -393,11 +393,3 @@ under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See [http://dev.perl.org/licenses/](http://dev.perl.org/licenses/) for more information.
-
-# POD ERRORS
-
-Hey! **The above document had some coding errors, which are explained below:**
-
-- Around line 379:
-
- You forgot a '=back' before '=head1'
diff --git a/lib/Catmandu.pm b/lib/Catmandu.pm
index 15ffee6..04c0593 100644
--- a/lib/Catmandu.pm
+++ b/lib/Catmandu.pm
@@ -38,7 +38,7 @@ Catmandu - a data toolkit
$fixer->fix($store)
);
$exporter->commit;
-
+
# Or be very lazy and do this via the command line
$ catmandu import OAI --url https://biblio.ugent.be/oai to MongoDB --database_name test
$ catmandu export MongoDB --database_name test --fix myfixes.txt to YAML
@@ -549,6 +549,8 @@ L<Catmandu::Iterable>
L<Catmandu::Validator>
+=back
+
=head1 AUTHOR
Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>
diff --git a/lib/Catmandu/Exporter/CSV.pm b/lib/Catmandu/Exporter/CSV.pm
index 27eb23f..aa60a37 100644
--- a/lib/Catmandu/Exporter/CSV.pm
+++ b/lib/Catmandu/Exporter/CSV.pm
@@ -101,6 +101,8 @@ are in field values are escaped as C<\n>, C<\r>, and C<\t>.
=head1 CONFIGURATION
+=over 4
+
=item sep_char
Column separator (C<,> by default>)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git
More information about the Pkg-perl-cvs-commits
mailing list