[libcatmandu-perl] 05/101: Updating POD
Jonas Smedegaard
dr at jones.dk
Tue Feb 23 13:43:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcatmandu-perl.
commit a0f525913b03426965bdd5aa5cd0ec880c950ef0
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date: Thu Dec 10 11:45:33 2015 +0100
Updating POD
---
lib/Catmandu/Fix/log.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/Catmandu/Fix/log.pm b/lib/Catmandu/Fix/log.pm
index 555f1cc..3083ca7 100644
--- a/lib/Catmandu/Fix/log.pm
+++ b/lib/Catmandu/Fix/log.pm
@@ -39,16 +39,16 @@ Catmandu::Fix::log - Log::Any logger as fix
=head1 SYNOPSIS
- log('test123');
+ log('test123')
- log('hello world' , level => 'DEBUG');
+ log('hello world' , level:DEBUG);
=head1 DESCRIPTION
This fix add debugging capabilities to fixes. To use it via the command line you need to add the
'-D' option to your script. E.g.
- echo '{}' | catmandu convert -D to YAML --fix 'log("help!", level =>WARN)'
+ echo '{}' | catmandu convert -D to YAML --fix 'log("help!", level:WARN)'
=head1 SEE ALSO
--
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