This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.91
in repository libcatmandu-perl.

commit c519acfb64c6b49b005e61d190cb9a965f172810
Author: Patrick Hochstenbach <patrick.hochstenb...@ugent.be>
Date:   Fri May 16 09:59:06 2014 +0200

    Fixing a typo in the Catmandu documentation. Adding a Wiki link to the
    Fix documentation
---
 Build.PL            | 2 +-
 META.json           | 7 +++----
 lib/Catmandu.pm     | 2 +-
 lib/Catmandu/Fix.pm | 2 ++
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Build.PL b/Build.PL
index da886e1..a792eb0 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,4 @@
 # This Build.PL for Catmandu was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
 use v5.10.1;
-use Module::Build::Tiny 0.030;
+use Module::Build::Tiny 0.036;
 Build_PL();
diff --git a/META.json b/META.json
index 6a15619..ffd4af5 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 5.013, 
CPAN::Meta::Converter version 2.133380",
+   "generated_by" : "Dist::Milla version v1.0.5, Dist::Zilla version 5.016, 
CPAN::Meta::Converter version 2.132830",
    "license" : [
       "perl_5"
    ],
@@ -38,7 +38,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "Module::Build::Tiny" : "0.035"
+            "Module::Build::Tiny" : "0.036"
          }
       },
       "develop" : {
@@ -111,11 +111,10 @@
       "Nicolas <nicolas.steenl...@ugent.be>",
       "Nicolas Franck <nicolas.fra...@ugent.be>",
       "Nicolas Steenlant <nicolas.steenl...@gmail.com>",
+      "Nicolas Steenlant <nicolas.steenl...@ugent.be>",
       "Nicolas Steenlant <nstee...@ca20c608.ugent.be>",
       "Nicolas Steenlnat <nicolas.steenl...@ugent.be>",
       "Patrick <phoch...@hal.lub.lu.se>",
-      "Patrick Hochstenbach <patrick.hochstenb...@ugent.be>",
-      "Patrick Hochstenbach <patrick.hochstenb...@ugent.be>",
       "Snorri Briem <snorri.br...@lub.lu.se>",
       "Snorri Briem <snorri.br...@ub.lu.se>",
       "Vitali Peil <vitali.p...@uni-bielefeld.de>",
diff --git a/lib/Catmandu.pm b/lib/Catmandu.pm
index 6392c8b..7757b4d 100644
--- a/lib/Catmandu.pm
+++ b/lib/Catmandu.pm
@@ -20,7 +20,7 @@ such as MongoDB and full text indexes such as Solr to create 
a rapid
 development environment for digital library services such as institutional
 repositories and search engines.
 
-In the L<http://librecat.org/|LibreCat> project it is our goal to provide an 
+In the L<http://librecat.org/> project it is our goal to provide an 
 open source set of programming components to build up digital libraries 
 services suited to your local needs.
 
diff --git a/lib/Catmandu/Fix.pm b/lib/Catmandu/Fix.pm
index 086f671..d2eff36 100644
--- a/lib/Catmandu/Fix.pm
+++ b/lib/Catmandu/Fix.pm
@@ -636,6 +636,8 @@ E.g.
  # Create { mods => { titleInfo => [ { 'title' => 'foo' } , { 'title' => 'bar' 
}] } };
  add_field('mods.titleInfo.$last.title', 'bar');
 
+Read more about the Fix language at our Wiki: 
L<https://github.com/LibreCat/Catmandu/wiki/Fixes>
+
 =head1 METHODS
 
 =head2 new(fixes => [ FIX , ...])

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to