[libcatmandu-perl] 33/101: avoid qw warning in t/Catmandu-Cmd-convert.t
Jonas Smedegaard
dr at jones.dk
Tue Feb 23 13:43:51 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 7b0a95a7fd8e0aaba705d45fae92b18f10c40fb9
Author: Nicolas Steenlant <nicolas.steenlant at ugent.be>
Date: Thu Dec 17 15:38:50 2015 +0100
avoid qw warning in t/Catmandu-Cmd-convert.t
---
Build.PL | 4 ++--
t/Catmandu-Cmd-convert.t | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Build.PL b/Build.PL
index e6255f0..2ed230e 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,5 +1,5 @@
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.039.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.041.
use strict;
use warnings;
@@ -15,7 +15,7 @@ my %module_build_args = (
},
"dist_abstract" => "a data toolkit",
"dist_author" => [
- "Nicolas Steenlant <nicolas.steenlant\@ugent.be>"
+ "Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
],
"dist_name" => "Catmandu",
"dist_version" => "0.9505",
diff --git a/t/Catmandu-Cmd-convert.t b/t/Catmandu-Cmd-convert.t
index ef4c44b..08b082d 100644
--- a/t/Catmandu-Cmd-convert.t
+++ b/t/Catmandu-Cmd-convert.t
@@ -26,7 +26,7 @@ is $result->error, undef, 'threw no exceptions' ;
# Next test can fail on buggy Perl installations
##is $result->stderr, '', 'nothing sent to sderr' ;
-$result = test_app(qq|Catmandu::CLI| => [ qw(convert -v --start=2 --total=1 CSV --file t/planets.csv to CSV --header 0 --fields english,latin) ]);
+$result = test_app(qq|Catmandu::CLI| => ['convert', '-v', '--start=2' ,'--total=1', 'CSV', '--file', 't/planets.csv', 'to', 'CSV', '--header', '0', '--fields', 'english,latin']);
is $result->stdout, "Moon,Luna\n", 'start and limit' ;
-done_testing 6;
+done_testing;
--
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