[libcatmandu-perl] 04/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 1142d2299df3a724a82fa5eb94ad31c281f5ddce
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Thu Dec 10 11:26:00 2015 +0100

    Updating POD
---
 Build.PL                  | 4 ++--
 lib/Catmandu/Fix/paste.pm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Build.PL b/Build.PL
index 3cf9dc3..55948f9 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.041.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.039.
 use strict;
 use warnings;
 
@@ -15,7 +15,7 @@ my %module_build_args = (
   },
   "dist_abstract" => "a data toolkit",
   "dist_author" => [
-    "Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
+    "Nicolas Steenlant <nicolas.steenlant\@ugent.be>"
   ],
   "dist_name" => "Catmandu",
   "dist_version" => "0.9505",
diff --git a/lib/Catmandu/Fix/paste.pm b/lib/Catmandu/Fix/paste.pm
index 8c6cbba..672ed5f 100644
--- a/lib/Catmandu/Fix/paste.pm
+++ b/lib/Catmandu/Fix/paste.pm
@@ -33,7 +33,7 @@ sub emit {
 
     $join_char   = $fixer->emit_string($join_char);
       
-      my $vals_var = $fixer->generate_var;
+    my $vals_var = $fixer->generate_var;
     my $perl     = $fixer->emit_declare_vars($vals_var, '[]');
 
     for my $val (@parsed_values) {
@@ -88,7 +88,7 @@ Catmandu::Fix::paste - concatenate path values
    paste(my.string,a,b,c,d,join_char:", ")  # my.string: eeny, meeny, miny, moe
 
    # Paste literal strings with a tilde sign
-   paste(my.string,~Hi,a,~,how are you?)    # my.string: Hi eeny ,how are you?
+   paste(my.string,~Hi,a,~how are you?)    # my.string: Hi eeny how are you?
 
 =head1 DESCRIPTION
 

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