[libcatmandu-perl] 06/46: Fixing errors in catmandu move examples
Jonas Smedegaard
dr at jones.dk
Tue Oct 14 13:52:51 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 6d904fe76d632c7b4f6b6f01bce559126972a4bc
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date: Wed Jul 2 10:50:04 2014 +0200
Fixing errors in catmandu move examples
---
Build.PL | 2 +-
lib/Catmandu/Cmd/move.pm | 2 +-
lib/Catmandu/Store.pm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Build.PL b/Build.PL
index dfa775f..2e7ac7b 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,5 +1,5 @@
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.017.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.019.
use strict;
use warnings;
diff --git a/lib/Catmandu/Cmd/move.pm b/lib/Catmandu/Cmd/move.pm
index 03e1831..4880670 100644
--- a/lib/Catmandu/Cmd/move.pm
+++ b/lib/Catmandu/Cmd/move.pm
@@ -17,7 +17,7 @@ sub description {
<<EOS;
examples:
-catmandu move MongoDB --database-name items --bag book to ElasticSearch --index-name items --bag book
+catmandu move MongoDB --database_name items --bag book to ElasticSearch --index_name items --bag book
options:
EOS
diff --git a/lib/Catmandu/Store.pm b/lib/Catmandu/Store.pm
index 3315237..e5070b3 100644
--- a/lib/Catmandu/Store.pm
+++ b/lib/Catmandu/Store.pm
@@ -128,7 +128,7 @@ Return the current logger. Can be used when creating your own Stores.
E.g.
- package Catmandu::Importer::Store::Mock;
+ package Catmandu::Store::Hash;
...
--
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