This is an automated email from the git hooks/post-receive script. js pushed a commit to annotated tag upstream/1.19 in repository libcatmandu-marc-perl.
commit d688147bfc960c22a4dc810b35e05b5dd6694ec1 Author: Johann Rolschewski <[email protected]> Date: Thu Sep 15 09:23:47 2016 +0200 gh#43: Add all prerequisites to cpanfile, delete unused modules --- cpanfile | 6 +++++- t/02-aleph.t | 1 - t/17-microlif.t | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cpanfile b/cpanfile index 3192151..03f1ab1 100644 --- a/cpanfile +++ b/cpanfile @@ -10,13 +10,17 @@ on 'test', sub { requires 'Test::Pod' , '0'; }; +requires 'Carp', '0'; requires 'Catmandu', '>=1.0201'; requires 'JSON::XS', '2.3'; requires 'YAML::XS', '0.34'; +requires 'List::Util', '0'; requires 'MARC::File::XML', '1.0.3'; requires 'MARC::File::MARCMaker', '0.05'; requires 'MARC::File::MiJ' , '0.04'; requires 'MARC::Record', '2.0.6'; +requires 'MARC::Lint', '0'; requires 'MARC::Parser::RAW', '0'; +requires 'Memoize', '0'; requires 'Moo', '1.0'; -requires 'MooX::Singleton', '0'; +requires 'MooX::Singleton', '0'; \ No newline at end of file diff --git a/t/02-aleph.t b/t/02-aleph.t index ad276c4..7d8327a 100644 --- a/t/02-aleph.t +++ b/t/02-aleph.t @@ -5,7 +5,6 @@ use warnings; use Catmandu::Importer::MARC; use Test::Simple tests => 3; -use Data::Dumper; my $importer = Catmandu::Importer::MARC->new( file => 't/rug01.aleph', type => "ALEPHSEQ" ); diff --git a/t/17-microlif.t b/t/17-microlif.t index 577d9f7..d315a58 100644 --- a/t/17-microlif.t +++ b/t/17-microlif.t @@ -5,7 +5,6 @@ use warnings; use Catmandu::Importer::MARC; use Test::Simple tests => 2; -use Data::Dumper; my $importer = Catmandu::Importer::MARC->new( file => 't/sample1.lif', type => "MicroLIF" ); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-marc-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
