diff -Nru libyaml-tiny-perl-1.67/Changes libyaml-tiny-perl-1.69/Changes --- libyaml-tiny-perl-1.67/Changes 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/Changes 2015-07-26 00:51:17.000000000 +0000 @@ -1,6 +1,22 @@ Revision history for YAML-Tiny -1.67 2015-05-12 00:10:24Z +1.69 2015-07-26 00:51:03Z + - No changes since 1.68-TRIAL. + +1.68 2015-07-09 23:39:49Z (TRIAL RELEASE) + + [FIXED] + + - tests no longer print to stderr unnecessarily; this makes core perl + builds (where this distribution is included as CPAN-Meta-YAML) a + little quieter. + + [CHANGED] + + - the Test::More dependency has been reduced to 0.88 by emulating + 'subtest' for those tests that need it + +1.67 2015-05-12 00:10:24Z [FIXED] @@ -12,20 +28,20 @@ - Updated File::Temp test prereq to 0.19 for 'newdir' -1.66 2015-03-16 22:26:30Z +1.66 2015-03-16 22:26:30Z [CHANGED] - removed bundled Test::TempDir::Tiny to rely on File::Temp for temporary directories during testing -1.65 2015-03-13 23:02:34Z +1.65 2015-03-13 23:02:34Z [CHANGED] - artifacts left behind from testing are now cleaned up (GH#34) -1.64 2014-10-08 02:56:30Z +1.64 2014-10-08 02:56:30Z [CHANGED] @@ -33,7 +49,7 @@ Scalar::Util (GH#33, Graham Knop) - now using JSON::MaybeXS in tests instead of JSON.pm -1.63 2014-06-11 21:58:18Z +1.63 2014-06-11 21:58:18Z [FIXED] @@ -45,24 +61,24 @@ - now checking for, and erroring on, duplicate keys found in a hash (GH#32, Hilko Bengen) -1.62 2014-03-16 12:28:44Z +1.62 2014-03-16 12:28:44Z [FIXED] - fix handling of trailing colon in key name (RT#92916, H.Merijn Brand) -1.61 2014-02-24 16:59:49Z +1.61 2014-02-24 16:59:49Z [FIXED] - fixed a test for VMS (RT#93297, Craig Berry) -1.60 2014-02-13 20:31:56Z +1.60 2014-02-13 20:31:56Z - shipping 1.59 as stable, with no changes. -1.59 2014-02-06 03:10:35Z (TRIAL RELEASE) +1.59 2014-02-06 03:10:35Z (TRIAL RELEASE) [CHANGED] @@ -72,7 +88,7 @@ (github issue #24) - numeric hash keys are now always quoted. -1.58 2014-02-04 18:01:58Z +1.58 2014-02-04 18:01:58Z [INCOMPATIBLE CHANGE] @@ -85,25 +101,25 @@ 'write_string' methods and the 'Load' and 'Dump' functions expect or generate (decoded) character data. -1.57 2014-01-30 22:12:38Z +1.57 2014-01-30 22:12:38Z [INCOMPATIBLE CHANGE] - - Previously, some errors would throw exceptions and some would - return the error condition in $YAML::Tiny::errstr. Now all - errors throw exceptions. Use of $errstr and the errstr method - are deprecated. (David Golden) + - Previously, some errors would throw exceptions and some would + return the error condition in $YAML::Tiny::errstr. Now all + errors throw exceptions. Use of $errstr and the errstr method + are deprecated. (David Golden) [FIXED] - - Fixed write method to encode YAML file with UTF-8 (David Golden) - - Improved SYNOPSIS and documentation of new (David Golden) + - Fixed write method to encode YAML file with UTF-8 (David Golden) + - Improved SYNOPSIS and documentation of new (David Golden) [TESTING] - - Tests have been cleaned up and reorganized. Test coverage - has been significnatly improved. (Ingy döt Net, David Golden, - Jim Keenan, Karen Etheridge) + - Tests have been cleaned up and reorganized. Test coverage + has been significnatly improved. (Ingy döt Net, David Golden, + Jim Keenan, Karen Etheridge) 1.56 2013-09-25 02:38:19Z - read_string documentation error fixed (RT#74409, thanks Tim Heaney!) diff -Nru libyaml-tiny-perl-1.67/CONTRIBUTING libyaml-tiny-perl-1.69/CONTRIBUTING --- libyaml-tiny-perl-1.67/CONTRIBUTING 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/CONTRIBUTING 2015-07-26 00:51:17.000000000 +0000 @@ -94,5 +94,5 @@ request to the .mailmap file to contain the correct mapping. -This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.005 from a -template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.092. +This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.006 from a +template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.100. diff -Nru libyaml-tiny-perl-1.67/debian/changelog libyaml-tiny-perl-1.69/debian/changelog --- libyaml-tiny-perl-1.67/debian/changelog 2015-05-24 15:40:15.000000000 +0000 +++ libyaml-tiny-perl-1.69/debian/changelog 2015-08-13 09:49:42.000000000 +0000 @@ -1,3 +1,13 @@ +libyaml-tiny-perl (1.69-1) unstable; urgency=medium + + * Team upload. + * Import upstream version 1.69 + * Drop explicit alternative (versioned) Build-Depends-Indep for Test::More. + Upstream lowered the requirement to Test::More 0.88 which is already + satisfied in Perl core in Wheezy. + + -- Salvatore Bonaccorso Thu, 13 Aug 2015 11:49:12 +0200 + libyaml-tiny-perl (1.67-1) unstable; urgency=medium * Team upload. diff -Nru libyaml-tiny-perl-1.67/debian/control libyaml-tiny-perl-1.69/debian/control --- libyaml-tiny-perl-1.67/debian/control 2015-05-24 15:40:15.000000000 +0000 +++ libyaml-tiny-perl-1.69/debian/control 2015-08-13 09:49:42.000000000 +0000 @@ -6,7 +6,6 @@ Build-Depends: debhelper (>= 9) Build-Depends-Indep: libjson-maybexs-perl, perl (>= 5.13.9) | libjson-pp-perl, - perl (>= 5.19.5) | libtest-simple-perl (>= 0.99), perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libyaml-tiny-perl.git diff -Nru libyaml-tiny-perl-1.67/dist.ini libyaml-tiny-perl-1.69/dist.ini --- libyaml-tiny-perl-1.67/dist.ini 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/dist.ini 2015-07-26 00:51:17.000000000 +0000 @@ -12,6 +12,7 @@ [@Author::ETHER] :version = 0.088 installer = MakeMaker +changes_version_columns = 8 -remove = PodWeaver AutoPrereqs.skip = ^YAML Authority.authority = cpan:ADAMK diff -Nru libyaml-tiny-perl-1.67/lib/YAML/Tiny.pm libyaml-tiny-perl-1.69/lib/YAML/Tiny.pm --- libyaml-tiny-perl-1.67/lib/YAML/Tiny.pm 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/lib/YAML/Tiny.pm 2015-07-26 00:51:17.000000000 +0000 @@ -1,12 +1,12 @@ use 5.008001; # sane UTF-8 support use strict; use warnings; -package YAML::Tiny; # git description: v1.66-5-ge09e1ae +package YAML::Tiny; # git description: v1.68-2-gcc5324e # XXX-INGY is 5.8.1 too old/broken for utf8? # XXX-XDG Lancaster consensus was that it was sufficient until # proven otherwise -our $VERSION = '1.67'; +our $VERSION = '1.69'; ##################################################################### # The YAML::Tiny API. @@ -878,7 +878,7 @@ =head1 VERSION -version 1.67 +version 1.69 =head1 PREAMBLE diff -Nru libyaml-tiny-perl-1.67/Makefile.PL libyaml-tiny-perl-1.69/Makefile.PL --- libyaml-tiny-perl-1.67/Makefile.PL 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/Makefile.PL 2015-07-26 00:51:17.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037. use strict; use warnings; @@ -37,12 +37,13 @@ "IO::Dir" => 0, "JSON::PP" => 0, "List::Util" => 0, - "Test::More" => "0.99", + "Test::More" => "0.88", + "base" => 0, "lib" => 0, "utf8" => 0, "vars" => 0 }, - "VERSION" => "1.67", + "VERSION" => "1.69", "test" => { "TESTS" => "t/*.t" } @@ -65,7 +66,8 @@ "JSON::PP" => 0, "List::Util" => 0, "Scalar::Util" => 0, - "Test::More" => "0.99", + "Test::More" => "0.88", + "base" => 0, "lib" => 0, "strict" => 0, "utf8" => 0, diff -Nru libyaml-tiny-perl-1.67/MANIFEST libyaml-tiny-perl-1.69/MANIFEST --- libyaml-tiny-perl-1.67/MANIFEST 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/MANIFEST 2015-07-26 00:51:17.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.036. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.037. CONTRIBUTING Changes INSTALL @@ -30,6 +30,7 @@ t/data/multibyte.yml t/data/utf_16_le_bom.yml t/data/utf_8_bom.yml +t/lib/SubtestCompat.pm t/lib/TestBridge.pm t/lib/TestML/Tiny.pm t/lib/TestUtils.pm @@ -64,6 +65,8 @@ xt/author/00-compile.t xt/author/clean-namespaces.t xt/author/eol.t +xt/author/kwalitee.t +xt/author/mojibake.t xt/author/no-tabs.t xt/author/pod-spell.t xt/compare/roundtrip.t @@ -71,9 +74,7 @@ xt/release/changes_has_content.t xt/release/cpan-changes.t xt/release/distmeta.t -xt/release/kwalitee.t xt/release/minimum-version.t -xt/release/mojibake.t xt/release/pod-coverage.t xt/release/pod-no404s.t xt/release/pod-syntax.t diff -Nru libyaml-tiny-perl-1.67/META.json libyaml-tiny-perl-1.69/META.json --- libyaml-tiny-perl-1.67/META.json 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/META.json 2015-07-26 00:51:17.000000000 +0000 @@ -4,7 +4,7 @@ "Adam Kennedy " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150003", + "generated_by" : "Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005", "keywords" : [ "YAML", "markup", @@ -29,6 +29,9 @@ ] }, "prereqs" : { + "build" : { + "requires" : {} + }, "configure" : { "requires" : { "ExtUtils::MakeMaker" : "0", @@ -37,11 +40,11 @@ }, "develop" : { "recommends" : { - "Dist::Zilla::PluginBundle::Author::ETHER" : "0.092" + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.100" }, "requires" : { "Dist::Zilla" : "5", - "Dist::Zilla::Plugin::Authority" : "0", + "Dist::Zilla::Plugin::Authority" : "1.009", "Dist::Zilla::Plugin::AuthorityFromModule" : "0.002", "Dist::Zilla::Plugin::AutoMetaResources" : "0", "Dist::Zilla::Plugin::AutoPrereqs" : "0", @@ -53,10 +56,9 @@ "Dist::Zilla::Plugin::ConfirmRelease" : "0", "Dist::Zilla::Plugin::CopyFilesFromRelease" : "0", "Dist::Zilla::Plugin::Encoding" : "0", - "Dist::Zilla::Plugin::ExecDir" : "0", "Dist::Zilla::Plugin::FileFinder::ByName" : "0", "Dist::Zilla::Plugin::GenerateFile::ShareDir" : "0", - "Dist::Zilla::Plugin::Git::Check" : "2.025", + "Dist::Zilla::Plugin::Git::Check" : "0", "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch" : "0.004", "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts" : "0", "Dist::Zilla::Plugin::Git::Commit" : "2.020", @@ -67,7 +69,7 @@ "Dist::Zilla::Plugin::Git::Remote::Check" : "0", "Dist::Zilla::Plugin::Git::Tag" : "0", "Dist::Zilla::Plugin::GitHub::Update" : "0.40", - "Dist::Zilla::Plugin::GithubMeta" : "0", + "Dist::Zilla::Plugin::GithubMeta" : "0.54", "Dist::Zilla::Plugin::InstallGuide" : "0", "Dist::Zilla::Plugin::Keywords" : "0.004", "Dist::Zilla::Plugin::License" : "0", @@ -81,7 +83,7 @@ "Dist::Zilla::Plugin::MetaTests" : "0", "Dist::Zilla::Plugin::MetaYAML" : "0", "Dist::Zilla::Plugin::MinimumPerl" : "1.006", - "Dist::Zilla::Plugin::MojibakeTests" : "0", + "Dist::Zilla::Plugin::MojibakeTests" : "0.8", "Dist::Zilla::Plugin::NextRelease" : "5.033", "Dist::Zilla::Plugin::OnlyCorePrereqs" : "0.008", "Dist::Zilla::Plugin::PodCoverageTests" : "0", @@ -94,19 +96,19 @@ "Dist::Zilla::Plugin::Readme" : "0", "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180", "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004", - "Dist::Zilla::Plugin::Run::AfterBuild" : "0.028", - "Dist::Zilla::Plugin::Run::AfterRelease" : "0.031", + "Dist::Zilla::Plugin::Run::AfterBuild" : "0.038", + "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038", "Dist::Zilla::Plugin::RunExtraTests" : "0.024", - "Dist::Zilla::Plugin::ShareDir" : "0", + "Dist::Zilla::Plugin::StaticInstall" : "0.005", "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008", "Dist::Zilla::Plugin::Test::ChangesHasContent" : "0", "Dist::Zilla::Plugin::Test::CleanNamespaces" : "0.006", "Dist::Zilla::Plugin::Test::Compile" : "2.039", - "Dist::Zilla::Plugin::Test::EOL" : "0.14", + "Dist::Zilla::Plugin::Test::EOL" : "0.17", "Dist::Zilla::Plugin::Test::Kwalitee" : "2.06", "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000003", "Dist::Zilla::Plugin::Test::NoTabs" : "0.08", - "Dist::Zilla::Plugin::Test::Pod::No404s" : "0", + "Dist::Zilla::Plugin::Test::Pod::No404s" : "1.002", "Dist::Zilla::Plugin::Test::PodSpelling" : "2.006001", "Dist::Zilla::Plugin::Test::Portability" : "0", "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.019", @@ -122,10 +124,12 @@ "Test::CleanNamespaces" : "0.15", "Test::EOL" : "0", "Test::Kwalitee" : "1.21", + "Test::Mojibake" : "0", "Test::More" : "0.94", "Test::NoTabs" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08", + "Test::Pod::No404s" : "0", "Test::Spelling" : "0.12" } }, @@ -157,7 +161,8 @@ "IO::Dir" : "0", "JSON::PP" : "0", "List::Util" : "0", - "Test::More" : "0.99", + "Test::More" : "0.88", + "base" : "0", "lib" : "0", "perl" : "5.008001", "utf8" : "0", @@ -168,7 +173,7 @@ "provides" : { "YAML::Tiny" : { "file" : "lib/YAML/Tiny.pm", - "version" : "1.67" + "version" : "1.69" } }, "release_status" : "stable", @@ -185,16 +190,16 @@ }, "x_IRC" : "irc://irc.perl.org/#yaml" }, - "version" : "1.67", + "version" : "1.69", "x_Dist_Zilla" : { "perl" : { - "version" : "5.021011" + "version" : "5.023001" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::PodVersion", "name" : "PodVersion", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -205,20 +210,24 @@ } }, "name" : "@Author::ETHER/bundle_plugins", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional", "config" : { - "Dist::Zilla::Plugin::RewriteVersion::Transitional" : { - "_fallback_version_provider_args" : { - "version_regexp" : "^v([\\d._]+)(-TRIAL)?$" - }, - "fallback_version_provider" : "Git::NextVersion" - } + "Dist::Zilla::Plugin::RewriteVersion" : { + "add_tarball_name" : 0, + "finders" : [ + ":ExecFiles", + ":InstallModules" + ], + "global" : 1, + "skip_version_provider" : 0 + }, + "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {} }, "name" : "@Author::ETHER/RewriteVersion::Transitional", - "version" : "0.004" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -234,7 +243,7 @@ } }, "name" : "@Author::ETHER/stale modules, build", - "version" : "0.042" + "version" : "0.045" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -248,27 +257,17 @@ } }, "name" : "@Author::ETHER/stale modules, release", - "version" : "0.042" - }, - { - "class" : "Dist::Zilla::Plugin::ExecDir", - "name" : "@Author::ETHER/ExecDir", - "version" : "5.036" - }, - { - "class" : "Dist::Zilla::Plugin::ShareDir", - "name" : "@Author::ETHER/ShareDir", - "version" : "5.036" + "version" : "0.045" }, { "class" : "Dist::Zilla::Plugin::FileFinder::ByName", "name" : "@Author::ETHER/Examples", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::FileFinder::ByName", "name" : "@Author::ETHER/ExtraTestFiles", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", @@ -277,7 +276,8 @@ "exclude_filename" : [ "README.pod", "CONTRIBUTING", - "LICENSE" + "LICENSE", + "INSTALL" ], "exclude_match" : [], "follow_symlinks" : "0", @@ -287,36 +287,36 @@ "root" : "." }, "Dist::Zilla::Plugin::Git::GatherDir" : { - "include_untracked" : "0" + "include_untracked" : 0 } }, "name" : "@Author::ETHER/Git::GatherDir", - "version" : "2.033" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::ETHER/MetaYAML", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::ETHER/MetaJSON", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::ETHER/License", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Author::ETHER/Readme", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::ETHER/Manifest", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::GenerateFile::ShareDir", @@ -326,11 +326,12 @@ "dist" : "Dist-Zilla-PluginBundle-Author-ETHER", "encoding" : "UTF-8", "has_xs" : 0, + "location" : "build", "source_filename" : "CONTRIBUTING" } }, "name" : "@Author::ETHER/generate CONTRIBUTING", - "version" : "0.005" + "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::InstallGuide", @@ -358,7 +359,7 @@ } }, "name" : "@Author::ETHER/Test::Compile", - "version" : "2.052" + "version" : "2.053" }, { "class" : "Dist::Zilla::Plugin::Test::NoTabs", @@ -375,7 +376,7 @@ } }, "name" : "@Author::ETHER/Test::NoTabs", - "version" : "0.14" + "version" : "0.15" }, { "class" : "Dist::Zilla::Plugin::Test::EOL", @@ -385,7 +386,9 @@ "finder" : [ ":InstallModules", ":ExecFiles", - ":TestFiles" + "@Author::ETHER/Examples", + ":TestFiles", + "@Author::ETHER/ExtraTestFiles" ], "trailing_whitespace" : "1" } @@ -396,7 +399,7 @@ { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::ETHER/MetaTests", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", @@ -416,12 +419,12 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::ETHER/PodSyntaxTests", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::ETHER/PodCoverageTests", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Test::PodSpelling", @@ -431,13 +434,13 @@ { "class" : "Dist::Zilla::Plugin::Test::Pod::No404s", "name" : "@Author::ETHER/Test::Pod::No404s", - "version" : "1.001" + "version" : "1.002" }, { "class" : "Dist::Zilla::Plugin::Test::Kwalitee", "config" : { "Dist::Zilla::Plugin::Test::Kwalitee" : { - "filename" : "xt/release/kwalitee.t", + "filename" : "xt/author/kwalitee.t", "skiptest" : [] } }, @@ -447,7 +450,7 @@ { "class" : "Dist::Zilla::Plugin::MojibakeTests", "name" : "@Author::ETHER/MojibakeTests", - "version" : "0.7" + "version" : "0.8" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", @@ -477,13 +480,18 @@ }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", + "config" : { + "Dist::Zilla::Role::FileWatcher" : { + "version" : "0.006" + } + }, "name" : "@Author::ETHER/ReadmeAnyFromPod", "version" : "0.150250" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@Author::ETHER/GithubMeta", - "version" : "0.48" + "version" : "0.54" }, { "class" : "Dist::Zilla::Plugin::AutoMetaResources", @@ -512,7 +520,7 @@ { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "@Author::ETHER/MetaNoIndex", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -525,7 +533,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.036" + "version" : "5.037" } ] }, @@ -541,7 +549,7 @@ { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::ETHER/MetaConfig", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Keywords", @@ -565,19 +573,21 @@ "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "include_authors" : "0", - "include_releaser" : "1", + "include_authors" : 0, + "include_releaser" : 1, "order_by" : "commits", - "paths" : [] + "paths" : [ + "." + ] } }, "name" : "@Author::ETHER/Git::Contributors", - "version" : "0.011" + "version" : "0.013" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::ETHER/AutoPrereqs", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", @@ -598,7 +608,7 @@ } }, "name" : "@Author::ETHER/pluginbundle_version", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -608,7 +618,18 @@ } }, "name" : "@Author::ETHER/MakeMaker", - "version" : "5.036" + "version" : "5.037" + }, + { + "class" : "Dist::Zilla::Plugin::StaticInstall", + "config" : { + "Dist::Zilla::Plugin::StaticInstall" : { + "dry_run" : 1, + "mode" : "auto" + } + }, + "name" : "@Author::ETHER/StaticInstall", + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -641,13 +662,14 @@ "config" : { "Dist::Zilla::Plugin::Run::Role::Runner" : { "fatal_errors" : 1, + "quiet" : 1, "run" : [ - "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname %d` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\"" + "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname '%d'` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\"" ] } }, "name" : "@Author::ETHER/.ackrc", - "version" : "0.036" + "version" : "0.039" }, { "class" : "Dist::Zilla::Plugin::Run::AfterBuild", @@ -656,11 +678,12 @@ "eval" : [ "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }" ], - "fatal_errors" : 1 + "fatal_errors" : 1, + "quiet" : 1 } }, "name" : "@Author::ETHER/.latest", - "version" : "0.036" + "version" : "0.039" }, { "class" : "Dist::Zilla::Plugin::CheckStrictVersion", @@ -683,7 +706,7 @@ } }, "name" : "@Author::ETHER/initial check", - "version" : "2.033" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", @@ -708,17 +731,17 @@ { "class" : "Dist::Zilla::Plugin::Git::Remote::Check", "name" : "@Author::ETHER/Git::Remote::Check", - "version" : "0.1.2" + "version" : "0.2.0" }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@Author::ETHER/CheckPrereqsIndexed", - "version" : "0.015" + "version" : "0.016" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::ETHER/TestRelease", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -736,7 +759,7 @@ } }, "name" : "@Author::ETHER/after tests", - "version" : "2.033" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::CheckIssues", @@ -746,22 +769,24 @@ { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::ETHER/UploadToCPAN", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease", "config" : { "Dist::Zilla::Plugin::CopyFilesFromRelease" : { "filename" : [ - "LICENSE", "CONTRIBUTING", - "Changes" + "Changes", + "INSTALL", + "LICENSE", + "ppport.h" ], "match" : [] } }, "name" : "@Author::ETHER/CopyFilesFromRelease", - "version" : "0.005" + "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -770,43 +795,49 @@ "add_files_in" : [ "." ], - "commit_msg" : "%N-%v%t%n%n%c", - "time_zone" : "local" + "commit_msg" : "%N-%v%t%n%n%c" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "README.pod", - "LICENSE", "CONTRIBUTING", - "Changes" + "Changes", + "INSTALL", + "LICENSE", + "README.pod" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::ETHER/release snapshot", - "version" : "2.033" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, + "changelog" : "Changes", "signed" : 0, - "tag" : "v1.67", + "tag" : "v1.69", "tag_format" : "v%v", - "tag_message" : "v%v%t", - "time_zone" : "local" + "tag_message" : "v%v%t" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::ETHER/Git::Tag", - "version" : "2.033" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::GitHub::Update", @@ -816,23 +847,30 @@ { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional", "config" : { + "Dist::Zilla::Plugin::BumpVersionAfterRelease" : { + "finders" : [ + ":ExecFiles", + ":InstallModules" + ], + "global" : 1, + "munge_makefile_pl" : 1 + }, "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : {} }, "name" : "@Author::ETHER/BumpVersionAfterRelease::Transitional", - "version" : "0.004" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Author::ETHER/NextRelease", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "increment $VERSION after release", - "time_zone" : "local" + "commit_msg" : "increment $VERSION after %v release" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ @@ -845,10 +883,13 @@ }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::ETHER/post-release commit", - "version" : "2.033" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -864,20 +905,21 @@ } }, "name" : "@Author::ETHER/Git::Push", - "version" : "2.033" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", "config" : { "Dist::Zilla::Plugin::Run::Role::Runner" : { "fatal_errors" : 0, + "quiet" : 0, "run" : [ "REDACTED" ] } }, "name" : "@Author::ETHER/install release", - "version" : "0.036" + "version" : "0.039" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", @@ -886,16 +928,17 @@ "eval" : [ "print \"release complete!\\xa\"" ], - "fatal_errors" : 1 + "fatal_errors" : 1, + "quiet" : 1 } }, "name" : "@Author::ETHER/release complete", - "version" : "0.036" + "version" : "0.039" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::ETHER/ConfirmRelease", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Prereqs::Soften", @@ -921,17 +964,17 @@ } }, "name" : "TestRequires", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "MetaResources", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::Encoding", "name" : "data", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::OnlyCorePrereqs", @@ -956,42 +999,42 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.036" + "version" : "5.037" }, { "class" : "Dist::Zilla::Plugin::VerifyPhases", @@ -1004,7 +1047,7 @@ "config" : { "is_trial" : "0" }, - "version" : "5.036" + "version" : "5.037" } }, "x_authority" : "cpan:ADAMK", diff -Nru libyaml-tiny-perl-1.67/META.yml libyaml-tiny-perl-1.69/META.yml --- libyaml-tiny-perl-1.67/META.yml 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/META.yml 2015-07-26 00:51:17.000000000 +0000 @@ -13,7 +13,8 @@ IO::Dir: '0' JSON::PP: '0' List::Util: '0' - Test::More: '0.99' + Test::More: '0.88' + base: '0' lib: '0' perl: '5.008001' utf8: '0' @@ -22,7 +23,7 @@ ExtUtils::MakeMaker: '0' perl: '5.008001' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150003' +generated_by: 'Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005' keywords: - YAML - markup @@ -43,7 +44,7 @@ provides: YAML::Tiny: file: lib/YAML/Tiny.pm - version: '1.67' + version: '1.69' requires: B: '0' Carp: '0' @@ -58,15 +59,15 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=YAML-Tiny homepage: https://github.com/Perl-Toolchain-Gang/YAML-Tiny repository: https://github.com/Perl-Toolchain-Gang/YAML-Tiny.git -version: '1.67' +version: '1.69' x_Dist_Zilla: perl: - version: '5.021011' + version: '5.023001' plugins: - class: Dist::Zilla::Plugin::PodVersion name: PodVersion - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Prereqs config: @@ -74,16 +75,20 @@ phase: develop type: requires name: '@Author::ETHER/bundle_plugins' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::RewriteVersion::Transitional config: - Dist::Zilla::Plugin::RewriteVersion::Transitional: - _fallback_version_provider_args: - version_regexp: ^v([\d._]+)(-TRIAL)?$ - fallback_version_provider: Git::NextVersion + Dist::Zilla::Plugin::RewriteVersion: + add_tarball_name: 0 + finders: + - ':ExecFiles' + - ':InstallModules' + global: 1 + skip_version_provider: 0 + Dist::Zilla::Plugin::RewriteVersion::Transitional: {} name: '@Author::ETHER/RewriteVersion::Transitional' - version: '0.004' + version: '0.007' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -95,7 +100,7 @@ phase: build skip: [] name: '@Author::ETHER/stale modules, build' - version: '0.042' + version: '0.045' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -106,23 +111,15 @@ phase: release skip: [] name: '@Author::ETHER/stale modules, release' - version: '0.042' - - - class: Dist::Zilla::Plugin::ExecDir - name: '@Author::ETHER/ExecDir' - version: '5.036' - - - class: Dist::Zilla::Plugin::ShareDir - name: '@Author::ETHER/ShareDir' - version: '5.036' + version: '0.045' - class: Dist::Zilla::Plugin::FileFinder::ByName name: '@Author::ETHER/Examples' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::FileFinder::ByName name: '@Author::ETHER/ExtraTestFiles' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Git::GatherDir config: @@ -131,6 +128,7 @@ - README.pod - CONTRIBUTING - LICENSE + - INSTALL exclude_match: [] follow_symlinks: '0' include_dotfiles: '0' @@ -138,29 +136,29 @@ prune_directory: [] root: . Dist::Zilla::Plugin::Git::GatherDir: - include_untracked: '0' + include_untracked: 0 name: '@Author::ETHER/Git::GatherDir' - version: '2.033' + version: '2.036' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::ETHER/MetaYAML' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::ETHER/MetaJSON' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::License name: '@Author::ETHER/License' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Readme name: '@Author::ETHER/Readme' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Manifest name: '@Author::ETHER/Manifest' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::GenerateFile::ShareDir config: @@ -169,9 +167,10 @@ dist: Dist-Zilla-PluginBundle-Author-ETHER encoding: UTF-8 has_xs: 0 + location: build source_filename: CONTRIBUTING name: '@Author::ETHER/generate CONTRIBUTING' - version: '0.005' + version: '0.006' - class: Dist::Zilla::Plugin::InstallGuide name: '@Author::ETHER/InstallGuide' @@ -193,7 +192,7 @@ - '@Author::ETHER/Examples' skips: [] name: '@Author::ETHER/Test::Compile' - version: '2.052' + version: '2.053' - class: Dist::Zilla::Plugin::Test::NoTabs config: @@ -206,7 +205,7 @@ - ':TestFiles' - '@Author::ETHER/ExtraTestFiles' name: '@Author::ETHER/Test::NoTabs' - version: '0.14' + version: '0.15' - class: Dist::Zilla::Plugin::Test::EOL config: @@ -215,14 +214,16 @@ finder: - ':InstallModules' - ':ExecFiles' + - '@Author::ETHER/Examples' - ':TestFiles' + - '@Author::ETHER/ExtraTestFiles' trailing_whitespace: '1' name: '@Author::ETHER/Test::EOL' version: '0.18' - class: Dist::Zilla::Plugin::MetaTests name: '@Author::ETHER/MetaTests' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Test::CPAN::Changes name: '@Author::ETHER/Test::CPAN::Changes' @@ -238,11 +239,11 @@ - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::ETHER/PodSyntaxTests' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::ETHER/PodCoverageTests' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Test::PodSpelling name: '@Author::ETHER/Test::PodSpelling' @@ -250,19 +251,19 @@ - class: Dist::Zilla::Plugin::Test::Pod::No404s name: '@Author::ETHER/Test::Pod::No404s' - version: '1.001' + version: '1.002' - class: Dist::Zilla::Plugin::Test::Kwalitee config: Dist::Zilla::Plugin::Test::Kwalitee: - filename: xt/release/kwalitee.t + filename: xt/author/kwalitee.t skiptest: [] name: '@Author::ETHER/Test::Kwalitee' version: '2.11' - class: Dist::Zilla::Plugin::MojibakeTests name: '@Author::ETHER/MojibakeTests' - version: '0.7' + version: '0.8' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::ETHER/Test::ReportPrereqs' @@ -285,12 +286,15 @@ version: '0.005' - class: Dist::Zilla::Plugin::ReadmeAnyFromPod + config: + Dist::Zilla::Role::FileWatcher: + version: '0.006' name: '@Author::ETHER/ReadmeAnyFromPod' version: '0.150250' - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::ETHER/GithubMeta' - version: '0.48' + version: '0.54' - class: Dist::Zilla::Plugin::AutoMetaResources name: '@Author::ETHER/AutoMetaResources' @@ -312,7 +316,7 @@ - class: Dist::Zilla::Plugin::MetaNoIndex name: '@Author::ETHER/MetaNoIndex' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -323,7 +327,7 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.036' + version: '5.037' Dist::Zilla::Role::MetaProvider::Provider: inherit_missing: '0' inherit_version: '0' @@ -333,7 +337,7 @@ - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::ETHER/MetaConfig' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Keywords config: @@ -352,16 +356,17 @@ class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: - include_authors: '0' - include_releaser: '1' + include_authors: 0 + include_releaser: 1 order_by: commits - paths: [] + paths: + - . name: '@Author::ETHER/Git::Contributors' - version: '0.011' + version: '0.013' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::ETHER/AutoPrereqs' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Prereqs::AuthorDeps name: '@Author::ETHER/Prereqs::AuthorDeps' @@ -377,14 +382,22 @@ phase: develop type: recommends name: '@Author::ETHER/pluginbundle_version' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/MakeMaker' - version: '5.036' + version: '5.037' + - + class: Dist::Zilla::Plugin::StaticInstall + config: + Dist::Zilla::Plugin::StaticInstall: + dry_run: 1 + mode: auto + name: '@Author::ETHER/StaticInstall' + version: '0.007' - class: Dist::Zilla::Plugin::RunExtraTests config: @@ -408,10 +421,11 @@ config: Dist::Zilla::Plugin::Run::Role::Runner: fatal_errors: 1 + quiet: 1 run: - - "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname %d` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\"" + - "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname '%d'` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\"" name: '@Author::ETHER/.ackrc' - version: '0.036' + version: '0.039' - class: Dist::Zilla::Plugin::Run::AfterBuild config: @@ -419,8 +433,9 @@ eval: - "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }" fatal_errors: 1 + quiet: 1 name: '@Author::ETHER/.latest' - version: '0.036' + version: '0.039' - class: Dist::Zilla::Plugin::CheckStrictVersion name: '@Author::ETHER/CheckStrictVersion' @@ -437,7 +452,7 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::ETHER/initial check' - version: '2.033' + version: '2.036' - class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts config: @@ -455,15 +470,15 @@ - class: Dist::Zilla::Plugin::Git::Remote::Check name: '@Author::ETHER/Git::Remote::Check' - version: 0.1.2 + version: 0.2.0 - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@Author::ETHER/CheckPrereqsIndexed' - version: '0.015' + version: '0.016' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::ETHER/TestRelease' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Git::Check config: @@ -476,7 +491,7 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::ETHER/after tests' - version: '2.033' + version: '2.036' - class: Dist::Zilla::Plugin::CheckIssues name: '@Author::ETHER/CheckIssues' @@ -484,18 +499,20 @@ - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::ETHER/UploadToCPAN' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::CopyFilesFromRelease config: Dist::Zilla::Plugin::CopyFilesFromRelease: filename: - - LICENSE - CONTRIBUTING - Changes + - INSTALL + - LICENSE + - ppport.h match: [] name: '@Author::ETHER/CopyFilesFromRelease' - version: '0.005' + version: '0.006' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -503,33 +520,37 @@ add_files_in: - . commit_msg: '%N-%v%t%n%n%c' - time_zone: local Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - - README.pod - - LICENSE - CONTRIBUTING - Changes + - INSTALL + - LICENSE + - README.pod allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@Author::ETHER/release snapshot' - version: '2.033' + version: '2.036' - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: ~ + changelog: Changes signed: 0 - tag: v1.67 + tag: v1.69 tag_format: v%v tag_message: v%v%t - time_zone: local Dist::Zilla::Role::Git::Repo: repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@Author::ETHER/Git::Tag' - version: '2.033' + version: '2.036' - class: Dist::Zilla::Plugin::GitHub::Update name: '@Author::ETHER/GitHub::Update' @@ -537,20 +558,25 @@ - class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional config: + Dist::Zilla::Plugin::BumpVersionAfterRelease: + finders: + - ':ExecFiles' + - ':InstallModules' + global: 1 + munge_makefile_pl: 1 Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional: {} name: '@Author::ETHER/BumpVersionAfterRelease::Transitional' - version: '0.004' + version: '0.007' - class: Dist::Zilla::Plugin::NextRelease name: '@Author::ETHER/NextRelease' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] - commit_msg: 'increment $VERSION after release' - time_zone: local + commit_msg: 'increment $VERSION after %v release' Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes @@ -559,8 +585,10 @@ changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@Author::ETHER/post-release commit' - version: '2.033' + version: '2.036' - class: Dist::Zilla::Plugin::Git::Push config: @@ -571,16 +599,17 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::ETHER/Git::Push' - version: '2.033' + version: '2.036' - class: Dist::Zilla::Plugin::Run::AfterRelease config: Dist::Zilla::Plugin::Run::Role::Runner: fatal_errors: 0 + quiet: 0 run: - REDACTED name: '@Author::ETHER/install release' - version: '0.036' + version: '0.039' - class: Dist::Zilla::Plugin::Run::AfterRelease config: @@ -588,12 +617,13 @@ eval: - 'print "release complete!\xa"' fatal_errors: 1 + quiet: 1 name: '@Author::ETHER/release complete' - version: '0.036' + version: '0.039' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::ETHER/ConfirmRelease' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Prereqs::Soften config: @@ -612,15 +642,15 @@ phase: test type: requires name: TestRequires - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::MetaResources name: MetaResources - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::Encoding name: data - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::OnlyCorePrereqs config: @@ -640,35 +670,35 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.036' + version: '5.037' - class: Dist::Zilla::Plugin::VerifyPhases name: '@Author::ETHER/PHASE VERIFICATION' @@ -677,7 +707,7 @@ class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.036' + version: '5.037' x_authority: cpan:ADAMK x_authority_from_module: YAML::Tiny x_contributors: diff -Nru libyaml-tiny-perl-1.67/README libyaml-tiny-perl-1.69/README --- libyaml-tiny-perl-1.67/README 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/README 2015-07-26 00:51:17.000000000 +0000 @@ -1,7 +1,7 @@ This archive contains the distribution YAML-Tiny, -version 1.67: +version 1.69: Read/Write YAML files with as little code as possible @@ -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.036. +This README file was generated by Dist::Zilla::Plugin::Readme v5.037. diff -Nru libyaml-tiny-perl-1.67/t/00-report-prereqs.dd libyaml-tiny-perl-1.69/t/00-report-prereqs.dd --- libyaml-tiny-perl-1.67/t/00-report-prereqs.dd 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/00-report-prereqs.dd 2015-07-26 00:51:17.000000000 +0000 @@ -7,11 +7,11 @@ }, 'develop' => { 'recommends' => { - 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.092' + 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.100' }, 'requires' => { 'Dist::Zilla' => '5', - 'Dist::Zilla::Plugin::Authority' => '0', + 'Dist::Zilla::Plugin::Authority' => '1.009', 'Dist::Zilla::Plugin::AuthorityFromModule' => '0.002', 'Dist::Zilla::Plugin::AutoMetaResources' => '0', 'Dist::Zilla::Plugin::AutoPrereqs' => '0', @@ -23,10 +23,9 @@ 'Dist::Zilla::Plugin::ConfirmRelease' => '0', 'Dist::Zilla::Plugin::CopyFilesFromRelease' => '0', 'Dist::Zilla::Plugin::Encoding' => '0', - 'Dist::Zilla::Plugin::ExecDir' => '0', 'Dist::Zilla::Plugin::FileFinder::ByName' => '0', 'Dist::Zilla::Plugin::GenerateFile::ShareDir' => '0', - 'Dist::Zilla::Plugin::Git::Check' => '2.025', + 'Dist::Zilla::Plugin::Git::Check' => '0', 'Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch' => '0.004', 'Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts' => '0', 'Dist::Zilla::Plugin::Git::Commit' => '2.020', @@ -37,7 +36,7 @@ 'Dist::Zilla::Plugin::Git::Remote::Check' => '0', 'Dist::Zilla::Plugin::Git::Tag' => '0', 'Dist::Zilla::Plugin::GitHub::Update' => '0.40', - 'Dist::Zilla::Plugin::GithubMeta' => '0', + 'Dist::Zilla::Plugin::GithubMeta' => '0.54', 'Dist::Zilla::Plugin::InstallGuide' => '0', 'Dist::Zilla::Plugin::Keywords' => '0.004', 'Dist::Zilla::Plugin::License' => '0', @@ -51,7 +50,7 @@ 'Dist::Zilla::Plugin::MetaTests' => '0', 'Dist::Zilla::Plugin::MetaYAML' => '0', 'Dist::Zilla::Plugin::MinimumPerl' => '1.006', - 'Dist::Zilla::Plugin::MojibakeTests' => '0', + 'Dist::Zilla::Plugin::MojibakeTests' => '0.8', 'Dist::Zilla::Plugin::NextRelease' => '5.033', 'Dist::Zilla::Plugin::OnlyCorePrereqs' => '0.008', 'Dist::Zilla::Plugin::PodCoverageTests' => '0', @@ -64,19 +63,19 @@ 'Dist::Zilla::Plugin::Readme' => '0', 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180', 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004', - 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.028', - 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.031', + 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.038', + 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038', 'Dist::Zilla::Plugin::RunExtraTests' => '0.024', - 'Dist::Zilla::Plugin::ShareDir' => '0', + 'Dist::Zilla::Plugin::StaticInstall' => '0.005', 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.008', 'Dist::Zilla::Plugin::Test::ChangesHasContent' => '0', 'Dist::Zilla::Plugin::Test::CleanNamespaces' => '0.006', 'Dist::Zilla::Plugin::Test::Compile' => '2.039', - 'Dist::Zilla::Plugin::Test::EOL' => '0.14', + 'Dist::Zilla::Plugin::Test::EOL' => '0.17', 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.06', 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000003', 'Dist::Zilla::Plugin::Test::NoTabs' => '0.08', - 'Dist::Zilla::Plugin::Test::Pod::No404s' => '0', + 'Dist::Zilla::Plugin::Test::Pod::No404s' => '1.002', 'Dist::Zilla::Plugin::Test::PodSpelling' => '2.006001', 'Dist::Zilla::Plugin::Test::Portability' => '0', 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.019', @@ -92,10 +91,12 @@ 'Test::CleanNamespaces' => '0.15', 'Test::EOL' => '0', 'Test::Kwalitee' => '1.21', + 'Test::Mojibake' => '0', 'Test::More' => '0.94', 'Test::NoTabs' => '0', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08', + 'Test::Pod::No404s' => '0', 'Test::Spelling' => '0.12' } }, @@ -127,7 +128,8 @@ 'IO::Dir' => '0', 'JSON::PP' => '0', 'List::Util' => '0', - 'Test::More' => '0.99', + 'Test::More' => '0.88', + 'base' => '0', 'lib' => '0', 'perl' => '5.008001', 'utf8' => '0', diff -Nru libyaml-tiny-perl-1.67/t/01_api.t libyaml-tiny-perl-1.69/t/01_api.t --- libyaml-tiny-perl-1.67/t/01_api.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/01_api.t 2015-07-26 00:51:17.000000000 +0000 @@ -4,7 +4,8 @@ use warnings; use lib 't/lib/'; -use Test::More 0.99; +use Test::More 0.88; +use SubtestCompat; use TestBridge; use YAML::Tiny; diff -Nru libyaml-tiny-perl-1.67/t/01_compile.t libyaml-tiny-perl-1.69/t/01_compile.t --- libyaml-tiny-perl-1.67/t/01_compile.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/01_compile.t 2015-07-26 00:51:17.000000000 +0000 @@ -8,7 +8,7 @@ $| = 1; } -use Test::More 0.99; +use Test::More 0.88; # Check their perl version ok( $] ge '5.008001', "Your perl is new enough" ); diff -Nru libyaml-tiny-perl-1.67/t/10_read.t libyaml-tiny-perl-1.69/t/10_read.t --- libyaml-tiny-perl-1.67/t/10_read.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/10_read.t 2015-07-26 00:51:17.000000000 +0000 @@ -2,7 +2,8 @@ use warnings; use utf8; use lib 't/lib/'; -use Test::More 0.99; +use Test::More 0.88; +use SubtestCompat; use TestUtils; use TestBridge; diff -Nru libyaml-tiny-perl-1.67/t/11_read_string.t libyaml-tiny-perl-1.69/t/11_read_string.t --- libyaml-tiny-perl-1.67/t/11_read_string.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/11_read_string.t 2015-07-26 00:51:17.000000000 +0000 @@ -1,7 +1,8 @@ use strict; use warnings; use lib 't/lib/'; -use Test::More 0.99; +use Test::More 0.88; +use SubtestCompat; use TestUtils; use TestBridge; diff -Nru libyaml-tiny-perl-1.67/t/12_write.t libyaml-tiny-perl-1.69/t/12_write.t --- libyaml-tiny-perl-1.67/t/12_write.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/12_write.t 2015-07-26 00:51:17.000000000 +0000 @@ -2,7 +2,8 @@ use strict; use warnings; use lib 't/lib/'; -use Test::More 0.99; +use Test::More 0.88; +use SubtestCompat; use TestBridge; use TestUtils; diff -Nru libyaml-tiny-perl-1.67/t/13_write_string.t libyaml-tiny-perl-1.69/t/13_write_string.t --- libyaml-tiny-perl-1.67/t/13_write_string.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/13_write_string.t 2015-07-26 00:51:17.000000000 +0000 @@ -1,7 +1,8 @@ use strict; use warnings; use lib 't/lib/'; -use Test::More 0.99; +use Test::More 0.88; +use SubtestCompat; use TestUtils; use TestBridge; diff -Nru libyaml-tiny-perl-1.67/t/20_subclass.t libyaml-tiny-perl-1.69/t/20_subclass.t --- libyaml-tiny-perl-1.67/t/20_subclass.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/20_subclass.t 2015-07-26 00:51:17.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use warnings; use lib 't/lib/'; -use Test::More 0.99; +use Test::More 0.88; use TestUtils; use File::Spec::Functions ':ALL'; diff -Nru libyaml-tiny-perl-1.67/t/21_yamlpm_compat.t libyaml-tiny-perl-1.69/t/21_yamlpm_compat.t --- libyaml-tiny-perl-1.67/t/21_yamlpm_compat.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/21_yamlpm_compat.t 2015-07-26 00:51:17.000000000 +0000 @@ -1,7 +1,7 @@ use strict; use warnings; use lib 't/lib/'; -use Test::More 0.99; +use Test::More 0.88; use TestBridge; use File::Spec::Functions 'catfile'; use File::Temp 0.19; # newdir diff -Nru libyaml-tiny-perl-1.67/t/30_yaml_spec_tml.t libyaml-tiny-perl-1.69/t/30_yaml_spec_tml.t --- libyaml-tiny-perl-1.67/t/30_yaml_spec_tml.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/30_yaml_spec_tml.t 2015-07-26 00:51:17.000000000 +0000 @@ -2,14 +2,16 @@ use strict; use warnings; use lib 't/lib'; -use Test::More 0.99; +use Test::More 0.88; +use SubtestCompat; use TestBridge; use TestUtils; my $JSON = json_class() or Test::More::plan skip_all => 'no JSON backends available!?'; -diag 'using JSON backend: ' . $JSON; +diag 'using JSON backend: ' . $JSON . ' ' . $JSON->VERSION + if not $ENV{PERL_CORE}; # Each spec test will need a different bridge and arguments: my @spec_tests = ( @@ -24,7 +26,6 @@ my $code = sub { my ($file, $blocks) = @_; subtest "YAML Spec Test; file: $file" => sub { - plan tests => scalar @$blocks; my $func = \&{$bridge}; $func->($_) for @$blocks; }; diff -Nru libyaml-tiny-perl-1.67/t/31_local_tml.t libyaml-tiny-perl-1.69/t/31_local_tml.t --- libyaml-tiny-perl-1.67/t/31_local_tml.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/31_local_tml.t 2015-07-26 00:51:17.000000000 +0000 @@ -1,7 +1,7 @@ use strict; use warnings; use lib 't/lib/'; -use Test::More 0.99; +use Test::More 0.88; use TestBridge; use IO::Dir; use File::Spec::Functions qw/catdir/; diff -Nru libyaml-tiny-perl-1.67/t/32_world_tml.t libyaml-tiny-perl-1.69/t/32_world_tml.t --- libyaml-tiny-perl-1.67/t/32_world_tml.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/32_world_tml.t 2015-07-26 00:51:17.000000000 +0000 @@ -1,7 +1,7 @@ use strict; use warnings; use lib 't/lib/'; -use Test::More 0.99; +use Test::More 0.88; use TestBridge; run_all_testml_files( diff -Nru libyaml-tiny-perl-1.67/t/lib/SubtestCompat.pm libyaml-tiny-perl-1.69/t/lib/SubtestCompat.pm --- libyaml-tiny-perl-1.67/t/lib/SubtestCompat.pm 1970-01-01 00:00:00.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/lib/SubtestCompat.pm 2015-07-26 00:51:17.000000000 +0000 @@ -0,0 +1,66 @@ +use 5.008001; +use strict; +use warnings; + +package SubtestCompat; + +# XXX must be used with no_plan or done_testing +use Test::More 0.88; + +use base 'Exporter'; +our @EXPORT; + +our $INDENT = -2; + +# intercept 'skip_all' in subtest and turn into a regular skip +sub _fake_plan { + my ( $self, $cmd, $arg ) = @_; + + return unless $cmd; + + if ( $cmd eq 'skip_all' ) { + die bless { reason => $arg }, "Subtest::SKIP"; + } + else { + goto &Test::Builder::plan; + } +} + +unless ( Test::More->can("subtest") ) { + *subtest = sub { + my ( $label, $code ) = @_; + local $Test::Builder::Level = $Test::Builder::Level + 1; + + local $INDENT = $INDENT + 2; + + $label = "TEST: $label"; + my $sep_len = 60 - length($label); + + note( " " x $INDENT . "$label { " . ( " " x ($sep_len-$INDENT-2) ) ); + eval { + no warnings 'redefine'; + local *Test::Builder::plan = \&_fake_plan; + # only want subtest error reporting to look up to the code ref + # for where test was called, not further up to *our* callers, + # so we *reset* the Level, rather than increment it + local $Test::Builder::Level = 1; + $code->(); + }; + if ( my $err = $@ ) { + if ( ref($err) eq 'Subtest::SKIP' ) { + SKIP: { + skip $err->{reason}, 1; + } + } + else { + fail("SUBTEST: $label"); + diag("Caught exception: $err"); + die "$err\n"; + } + } + note( " " x $INDENT . "}" ); + }; + push @EXPORT, 'subtest'; +} + +1; diff -Nru libyaml-tiny-perl-1.67/t/lib/TestBridge.pm libyaml-tiny-perl-1.69/t/lib/TestBridge.pm --- libyaml-tiny-perl-1.67/t/lib/TestBridge.pm 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/lib/TestBridge.pm 2015-07-26 00:51:17.000000000 +0000 @@ -2,8 +2,9 @@ use strict; use warnings; - -use Test::More 0.99; +use lib 't/lib'; +use Test::More 0.88; +use SubtestCompat; use TestUtils; use TestML::Tiny; @@ -51,8 +52,7 @@ # run_all_testml_files # # Iterate over all .tml files in a directory using a particular test bridge -# code # reference. Each file is wrapped in a subtest with a test plan -# equal to the number of blocks. +# code # reference. Each file is wrapped in a subtest. #--------------------------------------------------------------------------# sub run_all_testml_files { @@ -61,7 +61,6 @@ my $code = sub { my ($file, $blocks) = @_; subtest "$label: $file" => sub { - plan tests => scalar @$blocks; $bridge->($_, @args) for @$blocks; }; }; diff -Nru libyaml-tiny-perl-1.67/t/lib/TestML/Tiny.pm libyaml-tiny-perl-1.69/t/lib/TestML/Tiny.pm --- libyaml-tiny-perl-1.67/t/lib/TestML/Tiny.pm 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/lib/TestML/Tiny.pm 2015-07-26 00:51:17.000000000 +0000 @@ -4,7 +4,7 @@ $TestML::Tiny::VERSION = 0.000001; use Carp(); -use Test::More 0.99 (); +use Test::More 0.88 (); # use XXX; diff -Nru libyaml-tiny-perl-1.67/t/README.md libyaml-tiny-perl-1.69/t/README.md --- libyaml-tiny-perl-1.67/t/README.md 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/README.md 2015-07-26 00:51:17.000000000 +0000 @@ -19,10 +19,8 @@ Some .t files have complete inputs/outputs for their tests. Others iterate over .tml files in the t/tml-* directories. -A .t file should load Test::More and either use `done_testing` or provide a -test plan. If tests iterate over external data, the use of `done_testing` is -preferred so that external data can be updated with new tests without needing -to also update a test plan. +A .t file should load Test::More and use `done_testing` at the end +to so that new tests may be added without needing to also update a test plan. Currently, the convention is to name .t files matching the pattern qr/^\d\d_\w+\.t$/ @@ -35,10 +33,16 @@ The test libraries are: +* SubtestCompat * TestML::Tiny * TestBridge * TestUtils +The "SubtestCompat" library provides a limited emulation of +Test::More::subtest that is reasonably compatible back to 0.88. If using +subtests, you must not set a plan in the subtest and you must use +done_testing in the *.t file. + The TestML::Tiny library contains functions for parsing and executing TestML tests with callbacks. TestML is a data-driven testing language; TestML::Tiny implements a small subset of its features. See the section on TestML, below, diff -Nru libyaml-tiny-perl-1.67/t/tml libyaml-tiny-perl-1.69/t/tml --- libyaml-tiny-perl-1.67/t/tml 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/t/tml 2015-07-26 00:51:17.000000000 +0000 @@ -2,7 +2,8 @@ use strict; use warnings; use lib 'lib', 't/lib/'; -use Test::More 0.99; +use Test::More 0.88; +use SubtestCompat; use Getopt::Long qw/:config passthrough/; use List::Util qw/first/; use TestBridge; @@ -42,7 +43,6 @@ sub { my ($file, $blocks) = @_; subtest "TestML dev runner: $file" => sub { - plan tests => scalar @$blocks; $BRIDGE_MAP{$bridge}->($_) for @$blocks; }; done_testing; diff -Nru libyaml-tiny-perl-1.67/xt/author/00-compile.t libyaml-tiny-perl-1.69/xt/author/00-compile.t --- libyaml-tiny-perl-1.67/xt/author/00-compile.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/xt/author/00-compile.t 2015-07-26 00:51:17.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.052 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.053 use Test::More 0.94; @@ -36,6 +36,9 @@ waitpid($pid, 0); is($?, 0, "$lib loaded ok"); + shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ + and not eval { blib->VERSION('1.01') }; + if (@_warnings) { warn @_warnings; diff -Nru libyaml-tiny-perl-1.67/xt/author/eol.t libyaml-tiny-perl-1.69/xt/author/eol.t --- libyaml-tiny-perl-1.67/xt/author/eol.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/xt/author/eol.t 2015-07-26 00:51:17.000000000 +0000 @@ -22,10 +22,28 @@ 't/31_local_tml.t', 't/32_world_tml.t', 't/86_fail.t', + 't/lib/SubtestCompat.pm', 't/lib/TestBridge.pm', 't/lib/TestML/Tiny.pm', 't/lib/TestUtils.pm', - 't/tml' + 't/tml', + 'xt/author/00-compile.t', + 'xt/author/clean-namespaces.t', + 'xt/author/eol.t', + 'xt/author/kwalitee.t', + 'xt/author/mojibake.t', + 'xt/author/no-tabs.t', + 'xt/author/pod-spell.t', + 'xt/compare/roundtrip.t', + 'xt/lib/Test.pm', + 'xt/release/changes_has_content.t', + 'xt/release/cpan-changes.t', + 'xt/release/distmeta.t', + 'xt/release/minimum-version.t', + 'xt/release/pod-coverage.t', + 'xt/release/pod-no404s.t', + 'xt/release/pod-syntax.t', + 'xt/release/portability.t' ); eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; diff -Nru libyaml-tiny-perl-1.67/xt/author/kwalitee.t libyaml-tiny-perl-1.69/xt/author/kwalitee.t --- libyaml-tiny-perl-1.67/xt/author/kwalitee.t 1970-01-01 00:00:00.000000000 +0000 +++ libyaml-tiny-perl-1.69/xt/author/kwalitee.t 2015-07-26 00:51:17.000000000 +0000 @@ -0,0 +1,9 @@ +# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11 +use strict; +use warnings; +use Test::More 0.88; +use Test::Kwalitee 1.21 'kwalitee_ok'; + +kwalitee_ok(); + +done_testing; diff -Nru libyaml-tiny-perl-1.67/xt/author/mojibake.t libyaml-tiny-perl-1.69/xt/author/mojibake.t --- libyaml-tiny-perl-1.67/xt/author/mojibake.t 1970-01-01 00:00:00.000000000 +0000 +++ libyaml-tiny-perl-1.69/xt/author/mojibake.t 2015-07-26 00:51:17.000000000 +0000 @@ -0,0 +1,9 @@ +#!perl + +use strict; +use warnings qw(all); + +use Test::More; +use Test::Mojibake; + +all_files_encoding_ok(); diff -Nru libyaml-tiny-perl-1.67/xt/author/no-tabs.t libyaml-tiny-perl-1.69/xt/author/no-tabs.t --- libyaml-tiny-perl-1.67/xt/author/no-tabs.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/xt/author/no-tabs.t 2015-07-26 00:51:17.000000000 +0000 @@ -1,7 +1,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.14 +# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15 use Test::More 0.88; use Test::NoTabs; @@ -22,6 +22,7 @@ 't/31_local_tml.t', 't/32_world_tml.t', 't/86_fail.t', + 't/lib/SubtestCompat.pm', 't/lib/TestBridge.pm', 't/lib/TestML/Tiny.pm', 't/lib/TestUtils.pm', @@ -29,6 +30,8 @@ 'xt/author/00-compile.t', 'xt/author/clean-namespaces.t', 'xt/author/eol.t', + 'xt/author/kwalitee.t', + 'xt/author/mojibake.t', 'xt/author/no-tabs.t', 'xt/author/pod-spell.t', 'xt/compare/roundtrip.t', @@ -36,9 +39,7 @@ 'xt/release/changes_has_content.t', 'xt/release/cpan-changes.t', 'xt/release/distmeta.t', - 'xt/release/kwalitee.t', 'xt/release/minimum-version.t', - 'xt/release/mojibake.t', 'xt/release/pod-coverage.t', 'xt/release/pod-no404s.t', 'xt/release/pod-syntax.t', diff -Nru libyaml-tiny-perl-1.67/xt/release/changes_has_content.t libyaml-tiny-perl-1.69/xt/release/changes_has_content.t --- libyaml-tiny-perl-1.67/xt/release/changes_has_content.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/xt/release/changes_has_content.t 2015-07-26 00:51:17.000000000 +0000 @@ -4,7 +4,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '1.67'; +my $newver = '1.69'; my $trial_token = '-TRIAL'; SKIP: { diff -Nru libyaml-tiny-perl-1.67/xt/release/kwalitee.t libyaml-tiny-perl-1.69/xt/release/kwalitee.t --- libyaml-tiny-perl-1.67/xt/release/kwalitee.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/xt/release/kwalitee.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11 -use strict; -use warnings; -use Test::More 0.88; -use Test::Kwalitee 1.21 'kwalitee_ok'; - -kwalitee_ok(); - -done_testing; diff -Nru libyaml-tiny-perl-1.67/xt/release/mojibake.t libyaml-tiny-perl-1.69/xt/release/mojibake.t --- libyaml-tiny-perl-1.67/xt/release/mojibake.t 2015-05-12 00:10:30.000000000 +0000 +++ libyaml-tiny-perl-1.69/xt/release/mojibake.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -#!perl - -use strict; -use warnings qw(all); - -use Test::More; - -## no critic (ProhibitStringyEval, RequireCheckingReturnValueOfEval) -eval q(use Test::Mojibake); -plan skip_all => q(Test::Mojibake required for source encoding testing) if $@; - -all_files_encoding_ok();