diff -Nru libaudio-mpd-common-perl-2.002/Build.PL libaudio-mpd-common-perl-2.003/Build.PL --- libaudio-mpd-common-perl-2.002/Build.PL 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/Build.PL 2015-11-23 14:04:56.000000000 +0000 @@ -1,27 +1,34 @@ +# +# This file is part of Audio-MPD-Common +# +# This software is copyright (c) 2007 by Jerome Quelin. +# +# This is free software; you can redistribute it and/or modify it under +# the same terms as the Perl 5 programming language system itself. +# -# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.019. +# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.040. use strict; use warnings; -use Module::Build 0.3601; +use Module::Build 0.28; my %module_build_args = ( "build_requires" => { - "Module::Build" => "0.3601" + "Module::Build" => "0.28" }, "configure_requires" => { - "Module::Build" => "0.3601" + "Module::Build" => "0.28" }, "dist_abstract" => "common helper classes for mpd", "dist_author" => [ "Jerome Quelin" ], "dist_name" => "Audio-MPD-Common", - "dist_version" => "2.002", + "dist_version" => "2.003", "license" => "perl", "module_name" => "Audio::MPD::Common", - "recommends" => {}, "recursive_test_files" => 1, "requires" => { "Moose" => "0.92", @@ -36,12 +43,12 @@ "strict" => 0, "warnings" => 0 }, - "script_files" => [], "test_requires" => { "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, - "Test::More" => "0.88" + "Test::More" => "0.88", + "blib" => "1.01" } ); @@ -50,8 +57,9 @@ "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, - "Module::Build" => "0.3601", - "Test::More" => "0.88" + "Module::Build" => "0.28", + "Test::More" => "0.88", + "blib" => "1.01" ); @@ -62,4 +70,5 @@ my $build = Module::Build->new(%module_build_args); + $build->create_build_script; diff -Nru libaudio-mpd-common-perl-2.002/Changes libaudio-mpd-common-perl-2.003/Changes --- libaudio-mpd-common-perl-2.002/Changes 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/Changes 2015-11-23 14:04:56.000000000 +0000 @@ -1,5 +1,8 @@ Revision history for Audio-MPD-Common +2.003 2015-11-23 15:04:48+01:00 Europe/Paris + - new song attributes (johna) + 2.002 2014-06-11 15:03:22+02:00 Europe/Paris - new accessor last_modified for amci::directory diff -Nru libaudio-mpd-common-perl-2.002/debian/changelog libaudio-mpd-common-perl-2.003/debian/changelog --- libaudio-mpd-common-perl-2.002/debian/changelog 2015-06-01 20:16:22.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/debian/changelog 2015-11-24 20:22:00.000000000 +0000 @@ -1,3 +1,12 @@ +libaudio-mpd-common-perl (2.003-1) unstable; urgency=medium + + * Team upload. + * Import upstream version 2.003 + * Bump debhelper compatibility level to 9 + * Update upstream contact in metadata + + -- Lucas Kanashiro Mon, 23 Nov 2015 20:53:51 -0200 + libaudio-mpd-common-perl (2.002-2) unstable; urgency=medium [ Salvatore Bonaccorso ] diff -Nru libaudio-mpd-common-perl-2.002/debian/compat libaudio-mpd-common-perl-2.003/debian/compat --- libaudio-mpd-common-perl-2.002/debian/compat 2015-06-01 20:16:22.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/debian/compat 2015-11-24 20:22:00.000000000 +0000 @@ -1 +1 @@ -8 +9 diff -Nru libaudio-mpd-common-perl-2.002/debian/control libaudio-mpd-common-perl-2.003/debian/control --- libaudio-mpd-common-perl-2.002/debian/control 2015-06-01 20:16:22.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/debian/control 2015-11-24 20:22:00.000000000 +0000 @@ -7,7 +7,7 @@ Alessandro Ghedini Section: perl Priority: optional -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 9), libmodule-build-perl Build-Depends-Indep: perl, libmoose-perl, diff -Nru libaudio-mpd-common-perl-2.002/debian/upstream/metadata libaudio-mpd-common-perl-2.003/debian/upstream/metadata --- libaudio-mpd-common-perl-2.002/debian/upstream/metadata 2015-06-01 20:16:22.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/debian/upstream/metadata 2015-11-24 20:22:00.000000000 +0000 @@ -2,7 +2,7 @@ Archive: CPAN Bug-Database: http://rt.cpan.org/Public/Dist/Display.html?Name=Audio-MPD-Common Bug-Submit: bug-audio-mpd-common@rt.cpan.org -Contact: Jerome Quelin +Contact: Jerome Quelin Name: Audio-MPD-Common Repository: git://github.com/jquelin/audio-mpd-common.git Repository-Browse: https://github.com/jquelin/audio-mpd-common diff -Nru libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Item/Directory.pm libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Item/Directory.pm --- libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Item/Directory.pm 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Item/Directory.pm 2015-11-23 14:04:56.000000000 +0000 @@ -12,7 +12,7 @@ package Audio::MPD::Common::Item::Directory; # ABSTRACT: a directory object -$Audio::MPD::Common::Item::Directory::VERSION = '2.002'; +$Audio::MPD::Common::Item::Directory::VERSION = '2.003'; use Moose; use MooseX::Has::Sugar; use MooseX::Types::Moose qw{ Str }; @@ -40,7 +40,7 @@ =head1 VERSION -version 2.002 +version 2.003 =head1 DESCRIPTION diff -Nru libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Item/Playlist.pm libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Item/Playlist.pm --- libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Item/Playlist.pm 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Item/Playlist.pm 2015-11-23 14:04:56.000000000 +0000 @@ -12,7 +12,7 @@ package Audio::MPD::Common::Item::Playlist; # ABSTRACT: a playlist object -$Audio::MPD::Common::Item::Playlist::VERSION = '2.002'; +$Audio::MPD::Common::Item::Playlist::VERSION = '2.003'; use Moose; use MooseX::Has::Sugar; use MooseX::Types::Moose qw{ Str }; @@ -40,7 +40,7 @@ =head1 VERSION -version 2.002 +version 2.003 =head1 DESCRIPTION diff -Nru libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Item/Song.pm libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Item/Song.pm --- libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Item/Song.pm 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Item/Song.pm 2015-11-23 14:04:56.000000000 +0000 @@ -12,7 +12,7 @@ package Audio::MPD::Common::Item::Song; # ABSTRACT: a song object with some audio tags -$Audio::MPD::Common::Item::Song::VERSION = '2.002'; +$Audio::MPD::Common::Item::Song::VERSION = '2.003'; use Moose; use MooseX::Has::Sugar; use MooseX::Types::Moose qw{ Int Str }; @@ -36,6 +36,12 @@ P => sub { $_[0]->performer }, p => sub { $_[0]->pos }, t => sub { $_[0]->title }, + s => sub { $_[0]->artistsort }, + S => sub { $_[0]->albumartistsort }, + T => sub { $_[0]->musicbrainz_trackid }, + I => sub { $_[0]->musicbrainz_albumartistid }, + B => sub { $_[0]->musicbrainz_albumid }, + E => sub { $_[0]->musicbrainz_artistid }, }, }; @@ -64,7 +70,12 @@ has title => ( rw, isa => Str ); has track => ( rw, isa => Str ); has time => ( rw, isa => Int ); - +has artistsort => ( rw, isa => Str ); +has albumartistsort => ( rw, isa => Str ); +has musicbrainz_trackid => ( rw, isa => Str ); +has musicbrainz_albumartistid => ( rw, isa => Str ); +has musicbrainz_albumid => ( rw, isa => Str ); +has musicbrainz_artistid => ( rw, isa => Str ); # -- public methods @@ -99,7 +110,7 @@ =head1 VERSION -version 2.002 +version 2.003 =head1 DESCRIPTION diff -Nru libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Item.pm libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Item.pm --- libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Item.pm 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Item.pm 2015-11-23 14:04:56.000000000 +0000 @@ -12,7 +12,7 @@ package Audio::MPD::Common::Item; # ABSTRACT: a generic collection item -$Audio::MPD::Common::Item::VERSION = '2.002'; +$Audio::MPD::Common::Item::VERSION = '2.003'; use Audio::MPD::Common::Item::Directory; use Audio::MPD::Common::Item::Playlist; use Audio::MPD::Common::Item::Song; @@ -47,7 +47,7 @@ =head1 VERSION -version 2.002 +version 2.003 =head1 SYNOPSIS diff -Nru libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Output.pm libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Output.pm --- libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Output.pm 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Output.pm 2015-11-23 14:04:56.000000000 +0000 @@ -12,7 +12,7 @@ package Audio::MPD::Common::Output; # ABSTRACT: class representing MPD output -$Audio::MPD::Common::Output::VERSION = '2.002'; +$Audio::MPD::Common::Output::VERSION = '2.003'; use Moose; use MooseX::Has::Sugar; @@ -39,7 +39,7 @@ =head1 VERSION -version 2.002 +version 2.003 =head1 DESCRIPTION diff -Nru libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Stats.pm libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Stats.pm --- libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Stats.pm 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Stats.pm 2015-11-23 14:04:56.000000000 +0000 @@ -12,7 +12,7 @@ package Audio::MPD::Common::Stats; # ABSTRACT: class representing MPD stats -$Audio::MPD::Common::Stats::VERSION = '2.002'; +$Audio::MPD::Common::Stats::VERSION = '2.003'; use Moose; use MooseX::Has::Sugar; use MooseX::Types::Moose qw{ Int }; @@ -44,7 +44,7 @@ =head1 VERSION -version 2.002 +version 2.003 =head1 DESCRIPTION diff -Nru libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Status.pm libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Status.pm --- libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Status.pm 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Status.pm 2015-11-23 14:04:56.000000000 +0000 @@ -12,7 +12,7 @@ package Audio::MPD::Common::Status; # ABSTRACT: class representing MPD status -$Audio::MPD::Common::Status::VERSION = '2.002'; +$Audio::MPD::Common::Status::VERSION = '2.003'; use Moose; use MooseX::Has::Sugar; use MooseX::Types::Moose qw{ Bool Int Str }; @@ -54,7 +54,7 @@ =head1 VERSION -version 2.002 +version 2.003 =head1 DESCRIPTION diff -Nru libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Time.pm libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Time.pm --- libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Time.pm 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Time.pm 2015-11-23 14:04:56.000000000 +0000 @@ -12,7 +12,7 @@ package Audio::MPD::Common::Time; # ABSTRACT: class representing time of current song -$Audio::MPD::Common::Time::VERSION = '2.002'; +$Audio::MPD::Common::Time::VERSION = '2.003'; use Moose 0.92; # need hash trait @@ -110,7 +110,7 @@ =head1 VERSION -version 2.002 +version 2.003 =head1 DESCRIPTION diff -Nru libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Types.pm libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Types.pm --- libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common/Types.pm 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common/Types.pm 2015-11-23 14:04:56.000000000 +0000 @@ -12,7 +12,7 @@ package Audio::MPD::Common::Types; # ABSTRACT: types used in the distribution -$Audio::MPD::Common::Types::VERSION = '2.002'; +$Audio::MPD::Common::Types::VERSION = '2.003'; use Moose::Util::TypeConstraints; use Audio::MPD::Common::Time; @@ -37,7 +37,7 @@ =head1 VERSION -version 2.002 +version 2.003 =head1 DESCRIPTION diff -Nru libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common.pm libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common.pm --- libaudio-mpd-common-perl-2.002/lib/Audio/MPD/Common.pm 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/lib/Audio/MPD/Common.pm 2015-11-23 14:04:56.000000000 +0000 @@ -12,7 +12,7 @@ package Audio::MPD::Common; # ABSTRACT: common helper classes for mpd -$Audio::MPD::Common::VERSION = '2.002'; +$Audio::MPD::Common::VERSION = '2.003'; 1; __END__ @@ -27,7 +27,7 @@ =head1 VERSION -version 2.002 +version 2.003 =head1 DESCRIPTION diff -Nru libaudio-mpd-common-perl-2.002/MANIFEST libaudio-mpd-common-perl-2.003/MANIFEST --- libaudio-mpd-common-perl-2.002/MANIFEST 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/MANIFEST 2015-11-23 14:04:56.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.040. AUTHOR_PLEDGE Build.PL Changes @@ -20,10 +20,10 @@ lib/Audio/MPD/Common/Types.pm t/00-compile.t t/000-report-versions-tiny.t +t/author-pod-coverage.t +t/author-pod-syntax.t t/item.t t/output.t -t/release-pod-coverage.t -t/release-pod-syntax.t t/stats.t t/status.t t/time.t diff -Nru libaudio-mpd-common-perl-2.002/META.json libaudio-mpd-common-perl-2.003/META.json --- libaudio-mpd-common-perl-2.002/META.json 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/META.json 2015-11-23 14:04:56.000000000 +0000 @@ -4,24 +4,24 @@ "Jerome Quelin" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520", + "generated_by" : "Dist::Zilla version 5.040, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Audio-MPD-Common", "prereqs" : { "build" : { "requires" : { - "Module::Build" : "0.3601" + "Module::Build" : "0.28" } }, "configure" : { "requires" : { - "Module::Build" : "0.3601" + "Module::Build" : "0.28" } }, "develop" : { @@ -52,50 +52,51 @@ "File::Spec" : "0", "IO::Handle" : "0", "IPC::Open3" : "0", - "Test::More" : "0.88" + "Test::More" : "0.88", + "blib" : "1.01" } } }, "provides" : { "Audio::MPD::Common" : { "file" : "lib/Audio/MPD/Common.pm", - "version" : "2.002" + "version" : "2.003" }, "Audio::MPD::Common::Item" : { "file" : "lib/Audio/MPD/Common/Item.pm", - "version" : "2.002" + "version" : "2.003" }, "Audio::MPD::Common::Item::Directory" : { "file" : "lib/Audio/MPD/Common/Item/Directory.pm", - "version" : "2.002" + "version" : "2.003" }, "Audio::MPD::Common::Item::Playlist" : { "file" : "lib/Audio/MPD/Common/Item/Playlist.pm", - "version" : "2.002" + "version" : "2.003" }, "Audio::MPD::Common::Item::Song" : { "file" : "lib/Audio/MPD/Common/Item/Song.pm", - "version" : "2.002" + "version" : "2.003" }, "Audio::MPD::Common::Output" : { "file" : "lib/Audio/MPD/Common/Output.pm", - "version" : "2.002" + "version" : "2.003" }, "Audio::MPD::Common::Stats" : { "file" : "lib/Audio/MPD/Common/Stats.pm", - "version" : "2.002" + "version" : "2.003" }, "Audio::MPD::Common::Status" : { "file" : "lib/Audio/MPD/Common/Status.pm", - "version" : "2.002" + "version" : "2.003" }, "Audio::MPD::Common::Time" : { "file" : "lib/Audio/MPD/Common/Time.pm", - "version" : "2.002" + "version" : "2.003" }, "Audio::MPD::Common::Types" : { "file" : "lib/Audio/MPD/Common/Types.pm", - "version" : "2.002" + "version" : "2.003" } }, "release_status" : "stable", @@ -112,23 +113,23 @@ }, "x_MailingList" : "http://groups.google.com/group/audio-mpd" }, - "version" : "2.002", + "version" : "2.003", "x_Dist_Zilla" : { "perl" : { - "version" : "5.020000" + "version" : "5.022000" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "MetaResources", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "config" : { "Dist::Zilla::Plugin::Git::NextVersion" : { "first_version" : "0.001", - "version_by_branch" : "0", + "version_by_branch" : 0, "version_regexp" : "(?^:^v(.+)$)" }, "Dist::Zilla::Role::Git::Repo" : { @@ -136,78 +137,95 @@ } }, "name" : "@Author::JQUELIN/Git::NextVersion", - "version" : "2.022" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::GatherDir", + "config" : { + "Dist::Zilla::Plugin::GatherDir" : { + "exclude_filename" : [], + "exclude_match" : [], + "follow_symlinks" : 0, + "include_dotfiles" : 0, + "prefix" : "", + "prune_directory" : [], + "root" : "." + } + }, "name" : "@Author::JQUELIN/GatherDir", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", "config" : { "Dist::Zilla::Plugin::Test::Compile" : { + "bail_out_on_fail" : "0", + "fail_on_warning" : "author", + "fake_home" : 0, "filename" : "t/00-compile.t", "module_finder" : [ ":InstallModules" ], + "needs_display" : 0, + "phase" : "test", "script_finder" : [ - ":ExecFiles" - ] + ":PerlExecFiles" + ], + "skips" : [] } }, "name" : "@Author::JQUELIN/Test::Compile", - "version" : "2.042" + "version" : "2.054" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::JQUELIN/PodCoverageTests", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::JQUELIN/PodSyntaxTests", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny", "name" : "@Author::JQUELIN/ReportVersions::Tiny", - "version" : "1.10" + "version" : "1.12" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Author::JQUELIN/PruneCruft", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::PruneFiles", "name" : "@Author::JQUELIN/PruneFiles", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::JQUELIN/ManifestSkip", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::JQUELIN/AutoPrereqs", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::ExtraTests", "name" : "@Author::JQUELIN/ExtraTests", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Author::JQUELIN/NextRelease", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@Author::JQUELIN/PkgVersion", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -221,103 +239,103 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@Default/SingleEncoding", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@Default/Name", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@Default/Version", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Default/prelude", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "FUNCTIONS", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@Default/Leftovers", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Default/postlude", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@Default/Authors", - "version" : "4.006" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "@Default/Legal", - "version" : "4.006" + "version" : "4.012" } ] } }, "name" : "@Author::JQUELIN/PodWeaver", - "version" : "4.005" + "version" : "4.006" }, { "class" : "Dist::Zilla::Plugin::Prepender", "name" : "@Author::JQUELIN/Prepender", - "version" : "1.112280" + "version" : "2.002" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Author::JQUELIN/ExecDir", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Author::JQUELIN/ShareDir", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Bugtracker", @@ -342,7 +360,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::JQUELIN/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.019" + "version" : "5.040" } ] }, @@ -353,12 +371,12 @@ } }, "name" : "@Author::JQUELIN/MetaProvides::Package", - "version" : "2.000001" + "version" : "2.003001" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::JQUELIN/MetaConfig", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::HelpWanted", @@ -368,22 +386,22 @@ { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::JQUELIN/License", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Covenant", "name" : "@Author::JQUELIN/Covenant", - "version" : "0.1.0" + "version" : "0.1.1" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::JQUELIN/MetaYAML", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::JQUELIN/MetaJSON", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::ModuleBuild", @@ -393,32 +411,32 @@ } }, "name" : "@Author::JQUELIN/ModuleBuild", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Author::JQUELIN/Readme", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", "name" : "@Author::JQUELIN/ReadmeAnyFromPod", - "version" : "0.141120" + "version" : "0.150250" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::JQUELIN/Manifest", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::CheckChangeLog", "name" : "@Author::JQUELIN/CheckChangeLog", - "version" : "0.01" + "version" : "0.02" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::JQUELIN/TestRelease", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -429,8 +447,8 @@ "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ "Changes", - "dist.ini", - "README.mkdn" + "README.mkdn", + "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" @@ -440,49 +458,54 @@ } }, "name" : "@Author::JQUELIN/Git::Check", - "version" : "2.022" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "v%v%n%n%c", - "time_zone" : "local" + "commit_msg" : "v%v%n%n%c" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ "Changes", - "dist.ini", - "README.mkdn" + "README.mkdn", + "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::JQUELIN/Git::Commit", - "version" : "2.022" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, + "changelog" : "Changes", "signed" : 0, - "tag" : "v2.002", + "tag" : "v2.003", "tag_format" : "v%v", - "tag_message" : "v%v", - "time_zone" : "local" + "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::JQUELIN/Git::Tag", - "version" : "2.022" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -498,57 +521,67 @@ } }, "name" : "@Author::JQUELIN/Git::Push", - "version" : "2.022" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::JQUELIN/UploadToCPAN", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.019" + "version" : "5.040" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":ExtraTestFiles", + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.019" + "version" : "5.040" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":PerlExecFiles", + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.019" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::JQUELIN/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.019" + "version" : "5.040" } ], "zilla" : { @@ -556,7 +589,7 @@ "config" : { "is_trial" : "0" }, - "version" : "5.019" + "version" : "5.040" } }, "x_author_pledge" : { diff -Nru libaudio-mpd-common-perl-2.002/META.yml libaudio-mpd-common-perl-2.003/META.yml --- libaudio-mpd-common-perl-2.002/META.yml 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/META.yml 2015-11-23 14:04:56.000000000 +0000 @@ -6,12 +6,13 @@ File::Spec: '0' IO::Handle: '0' IPC::Open3: '0' - Module::Build: '0.3601' + Module::Build: '0.28' Test::More: '0.88' + blib: '1.01' configure_requires: - Module::Build: '0.3601' + Module::Build: '0.28' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520' +generated_by: 'Dist::Zilla version 5.040, CPAN::Meta::Converter version 2.150005' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -20,34 +21,34 @@ provides: Audio::MPD::Common: file: lib/Audio/MPD/Common.pm - version: '2.002' + version: '2.003' Audio::MPD::Common::Item: file: lib/Audio/MPD/Common/Item.pm - version: '2.002' + version: '2.003' Audio::MPD::Common::Item::Directory: file: lib/Audio/MPD/Common/Item/Directory.pm - version: '2.002' + version: '2.003' Audio::MPD::Common::Item::Playlist: file: lib/Audio/MPD/Common/Item/Playlist.pm - version: '2.002' + version: '2.003' Audio::MPD::Common::Item::Song: file: lib/Audio/MPD/Common/Item/Song.pm - version: '2.002' + version: '2.003' Audio::MPD::Common::Output: file: lib/Audio/MPD/Common/Output.pm - version: '2.002' + version: '2.003' Audio::MPD::Common::Stats: file: lib/Audio/MPD/Common/Stats.pm - version: '2.002' + version: '2.003' Audio::MPD::Common::Status: file: lib/Audio/MPD/Common/Status.pm - version: '2.002' + version: '2.003' Audio::MPD::Common::Time: file: lib/Audio/MPD/Common/Time.pm - version: '2.002' + version: '2.003' Audio::MPD::Common::Types: file: lib/Audio/MPD/Common/Types.pm - version: '2.002' + version: '2.003' requires: Moose: '0.92' Moose::Util::TypeConstraints: '0' @@ -65,81 +66,96 @@ bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Audio-MPD-Common homepage: http://search.cpan.org/dist/Audio-MPD-Common/ repository: git://github.com/jquelin/audio-mpd-common.git -version: '2.002' +version: '2.003' x_Dist_Zilla: perl: - version: '5.020000' + version: '5.022000' plugins: - class: Dist::Zilla::Plugin::MetaResources name: MetaResources - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::Git::NextVersion config: Dist::Zilla::Plugin::Git::NextVersion: first_version: '0.001' - version_by_branch: '0' + version_by_branch: 0 version_regexp: (?^:^v(.+)$) Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::JQUELIN/Git::NextVersion' - version: '2.022' + version: '2.036' - class: Dist::Zilla::Plugin::GatherDir + config: + Dist::Zilla::Plugin::GatherDir: + exclude_filename: [] + exclude_match: [] + follow_symlinks: 0 + include_dotfiles: 0 + prefix: '' + prune_directory: [] + root: . name: '@Author::JQUELIN/GatherDir' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::Test::Compile config: Dist::Zilla::Plugin::Test::Compile: + bail_out_on_fail: '0' + fail_on_warning: author + fake_home: 0 filename: t/00-compile.t module_finder: - ':InstallModules' + needs_display: 0 + phase: test script_finder: - - ':ExecFiles' + - ':PerlExecFiles' + skips: [] name: '@Author::JQUELIN/Test::Compile' - version: '2.042' + version: '2.054' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::JQUELIN/PodCoverageTests' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::JQUELIN/PodSyntaxTests' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::ReportVersions::Tiny name: '@Author::JQUELIN/ReportVersions::Tiny' - version: '1.10' + version: '1.12' - class: Dist::Zilla::Plugin::PruneCruft name: '@Author::JQUELIN/PruneCruft' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::PruneFiles name: '@Author::JQUELIN/PruneFiles' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Author::JQUELIN/ManifestSkip' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::JQUELIN/AutoPrereqs' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::ExtraTests name: '@Author::JQUELIN/ExtraTests' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::NextRelease name: '@Author::JQUELIN/NextRelease' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::PkgVersion name: '@Author::JQUELIN/PkgVersion' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -151,81 +167,81 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.006' + version: '4.012' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.006' + version: '4.012' - class: Pod::Weaver::Plugin::SingleEncoding name: '@Default/SingleEncoding' - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Name name: '@Default/Name' - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Version name: '@Default/Version' - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Region name: '@Default/prelude' - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Collect name: FUNCTIONS - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Leftovers name: '@Default/Leftovers' - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Region name: '@Default/postlude' - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Authors name: '@Default/Authors' - version: '4.006' + version: '4.012' - class: Pod::Weaver::Section::Legal name: '@Default/Legal' - version: '4.006' + version: '4.012' name: '@Author::JQUELIN/PodWeaver' - version: '4.005' + version: '4.006' - class: Dist::Zilla::Plugin::Prepender name: '@Author::JQUELIN/Prepender' - version: '1.112280' + version: '2.002' - class: Dist::Zilla::Plugin::ExecDir name: '@Author::JQUELIN/ExecDir' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::ShareDir name: '@Author::JQUELIN/ShareDir' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::Bugtracker name: '@Author::JQUELIN/Bugtracker' @@ -246,17 +262,17 @@ - class: Dist::Zilla::Plugin::FinderCode name: '@Author::JQUELIN/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.019' + version: '5.040' Dist::Zilla::Role::MetaProvider::Provider: inherit_missing: '1' inherit_version: '1' meta_noindex: '1' name: '@Author::JQUELIN/MetaProvides::Package' - version: '2.000001' + version: '2.003001' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::JQUELIN/MetaConfig' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::HelpWanted name: '@Author::JQUELIN/HelpWanted' @@ -264,46 +280,46 @@ - class: Dist::Zilla::Plugin::License name: '@Author::JQUELIN/License' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::Covenant name: '@Author::JQUELIN/Covenant' - version: 0.1.0 + version: 0.1.1 - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::JQUELIN/MetaYAML' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::JQUELIN/MetaJSON' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::ModuleBuild config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Author::JQUELIN/ModuleBuild' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::Readme name: '@Author::JQUELIN/Readme' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::ReadmeAnyFromPod name: '@Author::JQUELIN/ReadmeAnyFromPod' - version: '0.141120' + version: '0.150250' - class: Dist::Zilla::Plugin::Manifest name: '@Author::JQUELIN/Manifest' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::CheckChangeLog name: '@Author::JQUELIN/CheckChangeLog' - version: '0.01' + version: '0.02' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::JQUELIN/TestRelease' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::Git::Check config: @@ -312,46 +328,49 @@ Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes - - dist.ini - README.mkdn + - dist.ini allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::JQUELIN/Git::Check' - version: '2.022' + version: '2.036' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: v%v%n%n%c - time_zone: local Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes - - dist.ini - README.mkdn + - dist.ini allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@Author::JQUELIN/Git::Commit' - version: '2.022' + version: '2.036' - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: ~ + changelog: Changes signed: 0 - tag: v2.002 + tag: v2.003 tag_format: v%v tag_message: v%v - time_zone: local Dist::Zilla::Role::Git::Repo: repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@Author::JQUELIN/Git::Tag' - version: '2.022' + version: '2.036' - class: Dist::Zilla::Plugin::Git::Push config: @@ -362,51 +381,59 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::JQUELIN/Git::Push' - version: '2.022' + version: '2.036' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::JQUELIN/UploadToCPAN' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.019' + version: '5.040' + - + class: Dist::Zilla::Plugin::FinderCode + name: ':ExtraTestFiles' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.019' + version: '5.040' + - + class: Dist::Zilla::Plugin::FinderCode + name: ':PerlExecFiles' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.019' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: '@Author::JQUELIN/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.019' + version: '5.040' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.019' + version: '5.040' x_author_pledge: version: 1 diff -Nru libaudio-mpd-common-perl-2.002/README libaudio-mpd-common-perl-2.003/README --- libaudio-mpd-common-perl-2.002/README 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/README 2015-11-23 14:04:56.000000000 +0000 @@ -1,7 +1,7 @@ This archive contains the distribution Audio-MPD-Common, -version 2.002: +version 2.003: common helper classes for mpd @@ -11,5 +11,5 @@ the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v5.019. +This README file was generated by Dist::Zilla::Plugin::Readme v5.040. diff -Nru libaudio-mpd-common-perl-2.002/t/000-report-versions-tiny.t libaudio-mpd-common-perl-2.003/t/000-report-versions-tiny.t --- libaudio-mpd-common-perl-2.002/t/000-report-versions-tiny.t 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/t/000-report-versions-tiny.t 2015-11-23 14:04:56.000000000 +0000 @@ -9,7 +9,7 @@ END { $success && done_testing; } # List our own version used to generate this -my $v = "\nGenerated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10\n"; +my $v = "\nGenerated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.12\n"; eval { # no excuses! # report our Perl details @@ -21,9 +21,10 @@ # Now, our module version dependencies: sub pmver { my ($module, $wanted) = @_; + (my $file = "$module.pm") =~ s{::}{/}g; $wanted = " (want $wanted)"; my $pmver; - eval "require $module;"; + eval { require $file }; if ($@) { if ($@ =~ m/Can't locate .* in \@INC/) { $pmver = 'module not found.'; @@ -51,7 +52,7 @@ eval { $v .= pmver('File::Spec','any version') }; eval { $v .= pmver('IO::Handle','any version') }; eval { $v .= pmver('IPC::Open3','any version') }; -eval { $v .= pmver('Module::Build','0.3601') }; +eval { $v .= pmver('Module::Build','0.28') }; eval { $v .= pmver('Moose','0.92') }; eval { $v .= pmver('Moose::Util::TypeConstraints','any version') }; eval { $v .= pmver('MooseX::Has::Sugar','any version') }; @@ -60,6 +61,7 @@ eval { $v .= pmver('String::Formatter','any version') }; eval { $v .= pmver('Test::More','0.88') }; eval { $v .= pmver('base','any version') }; +eval { $v .= pmver('blib','1.01') }; eval { $v .= pmver('overload','any version') }; eval { $v .= pmver('strict','any version') }; eval { $v .= pmver('warnings','any version') }; diff -Nru libaudio-mpd-common-perl-2.002/t/00-compile.t libaudio-mpd-common-perl-2.003/t/00-compile.t --- libaudio-mpd-common-perl-2.002/t/00-compile.t 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/t/00-compile.t 2015-11-23 14:04:56.000000000 +0000 @@ -2,11 +2,11 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.042 - -use Test::More tests => 10 + ($ENV{AUTHOR_TESTING} ? 1 : 0); +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054 +use Test::More; +plan tests => 10 + ($ENV{AUTHOR_TESTING} ? 1 : 0); my @module_files = ( 'Audio/MPD/Common.pm', @@ -45,6 +45,9 @@ waitpid($pid, 0); is($?, 0, "$lib loaded ok"); + shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ + and not eval { require blib; blib->VERSION('1.01') }; + if (@_warnings) { warn @_warnings; @@ -54,6 +57,7 @@ -is(scalar(@warnings), 0, 'no warnings found') if $ENV{AUTHOR_TESTING}; +is(scalar(@warnings), 0, 'no warnings found') + or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if $ENV{AUTHOR_TESTING}; diff -Nru libaudio-mpd-common-perl-2.002/t/author-pod-coverage.t libaudio-mpd-common-perl-2.003/t/author-pod-coverage.t --- libaudio-mpd-common-perl-2.002/t/author-pod-coverage.t 1970-01-01 00:00:00.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/t/author-pod-coverage.t 2015-11-23 14:04:56.000000000 +0000 @@ -0,0 +1,23 @@ +#!perl +# +# This file is part of Audio-MPD-Common +# +# This software is copyright (c) 2007 by Jerome Quelin. +# +# This is free software; you can redistribute it and/or modify it under +# the same terms as the Perl 5 programming language system itself. +# + +BEGIN { + unless ($ENV{AUTHOR_TESTING}) { + require Test::More; + Test::More::plan(skip_all => 'these tests are for testing by the author'); + } +} + +# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. + +use Test::Pod::Coverage 1.08; +use Pod::Coverage::TrustPod; + +all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); diff -Nru libaudio-mpd-common-perl-2.002/t/author-pod-syntax.t libaudio-mpd-common-perl-2.003/t/author-pod-syntax.t --- libaudio-mpd-common-perl-2.002/t/author-pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/t/author-pod-syntax.t 2015-11-23 14:04:56.000000000 +0000 @@ -0,0 +1,23 @@ +#!perl +# +# This file is part of Audio-MPD-Common +# +# This software is copyright (c) 2007 by Jerome Quelin. +# +# This is free software; you can redistribute it and/or modify it under +# the same terms as the Perl 5 programming language system itself. +# + +BEGIN { + unless ($ENV{AUTHOR_TESTING}) { + require Test::More; + Test::More::plan(skip_all => 'these tests are for testing by the author'); + } +} + +# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; +use Test::More; +use Test::Pod 1.41; + +all_pod_files_ok(); diff -Nru libaudio-mpd-common-perl-2.002/t/release-pod-coverage.t libaudio-mpd-common-perl-2.003/t/release-pod-coverage.t --- libaudio-mpd-common-perl-2.002/t/release-pod-coverage.t 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/t/release-pod-coverage.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -#!perl -# -# This file is part of Audio-MPD-Common -# -# This software is copyright (c) 2007 by Jerome Quelin. -# -# This is free software; you can redistribute it and/or modify it under -# the same terms as the Perl 5 programming language system itself. -# - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - -# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. - -use Test::Pod::Coverage 1.08; -use Pod::Coverage::TrustPod; - -all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); diff -Nru libaudio-mpd-common-perl-2.002/t/release-pod-syntax.t libaudio-mpd-common-perl-2.003/t/release-pod-syntax.t --- libaudio-mpd-common-perl-2.002/t/release-pod-syntax.t 2014-06-11 13:03:28.000000000 +0000 +++ libaudio-mpd-common-perl-2.003/t/release-pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -#!perl -# -# This file is part of Audio-MPD-Common -# -# This software is copyright (c) 2007 by Jerome Quelin. -# -# This is free software; you can redistribute it and/or modify it under -# the same terms as the Perl 5 programming language system itself. -# - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - -# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. -use Test::More; -use Test::Pod 1.41; - -all_pod_files_ok();