[libcatmandu-perl] 20/46: more POD

Jonas Smedegaard dr at jones.dk
Tue Oct 14 13:52:53 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 1e8a5fca44c6cf177a27b42c2f97938f97fb1f5f
Author: Jakob Voss <voss at gbv.de>
Date:   Mon Sep 8 09:49:46 2014 +0200

    more POD
---
 lib/Catmandu.pm         | 32 ++++++++++++++++++++++++++++----
 lib/Catmandu/Fixable.pm | 12 ++++++++++++
 2 files changed, 40 insertions(+), 4 deletions(-)

diff --git a/lib/Catmandu.pm b/lib/Catmandu.pm
index b70e937..15ffee6 100644
--- a/lib/Catmandu.pm
+++ b/lib/Catmandu.pm
@@ -15,7 +15,7 @@ Catmandu - a data toolkit
 
     use Catmandu -all;
     use Catmandu qw(config store);
-    use Catmandu -load;
+    use Catmandu -load; # loads default configuration file
     use Catmandu -all -load => [qw(/config/path' '/another/config/path)];
 
     # If you have Catmandu::OAI and Catmandu::MongoDB installed
@@ -451,6 +451,14 @@ Same as C<< Catmandu->export >>.
 
 Same as C<< Catmandu->export_to_string >>.
 
+=item fixer
+
+Same as C<< Catmandu->fixer >>.
+
+=item log
+
+Same as C<< Catmandu->log >>.
+
 =item -all/:all
 
 Import everything.
@@ -519,11 +527,27 @@ See L<Config::Onion> for more information on how this works.
 
 =head1 SEE ALSO
 
-L<https://github.com/LibreCat/Catmandu/wiki>,
-L<Catmandu::Importer>,
+=over 4
+
+=item documentation
+
+L<https://github.com/LibreCat/Catmandu/wiki>
+
+=item command line client
+
+L<catmandu>
+
+=item core modules
+
+L<Catmandu::Importer>
 L<Catmandu::Exporter>,
 L<Catmandu::Store>,
-L<Catmandu::Fix>
+L<Catmandu::Fix>,
+L<Catmandu::Iterable>
+
+=item extended features
+
+L<Catmandu::Validator>
 
 =head1 AUTHOR
 
diff --git a/lib/Catmandu/Fixable.pm b/lib/Catmandu/Fixable.pm
index eb14db1..67f22f3 100644
--- a/lib/Catmandu/Fixable.pm
+++ b/lib/Catmandu/Fixable.pm
@@ -14,4 +14,16 @@ has _fixer => (
     },
 );
 
+=head1 NAME
+
+Catmandu::Fixable - a Catmandu role to apply fixes
+
+=head1 DESCRIPTION
+
+This role provides a C<fix> attribute to apply L<Catmandu::Fix>es to items
+processed by L<Catmandu::Importer>, L<Catmandu::Exporter>, and
+L<Catmandu::Bag>.
+ 
+=cut
+
 1;

-- 
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