[libdist-zilla-perl] branch master updated (060807f -> 53a630d)

Axel Beckert abe at deuxchevaux.org
Thu Jan 21 20:27:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libdist-zilla-perl.

      from  060807f   update changelog
      adds  cf1eb10   newer App::Cmd for reliable message formatting
      adds  842c41d   track log events, even when the object is lost
      adds  5f67313   call SUPER::global_opt_spec to get global --help
      adds  ed94947   Fix GatherDir for minting with symlinked .dzil
      adds  d741cad   add strict and warnings to pod syntax tests
      adds  2136b21   remove unneeded prereqs
      adds  a98e704   doc tweaks
      adds  1a56642   only load this module when needed
      adds  ff58a84   Keep no_index entries sorted
      adds  7c86bc5   Fixed broken in the pod document of Dist::Zilla package.
      adds  52b65e3   drop the -TRIAL in archive_filename if the version contains an underscore
      adds  0ad80d8   Make PodCoverage and PodSyntax tests author tests instead of release tests
      adds  9b11c45   [PkgVersion]: add eval $VERSION when version has an underscore
      adds  8e1790f   remove the underscore rather than using eval
      adds  e58ed28   v5.040
      adds  aee11bc   Add static_attribution attribution to MakeMaker plugin
      adds  4589302   main_module lookup: fix 'no module found' check
      adds  c81da14   fix some weird indenting that snuck in there
      adds  e4dae73   fix prereq for ini reader
      adds  8c7c794   fix prereq for App::Cmd
      adds  7e8fd0a   v5.041
      adds  08d30e7   fix fill_in_string() docs for accuracy
      adds  fe21480   Correct very minor grammar error in PkgVersion doc
      adds  d7dd5d2   set the default nextrelease time zone when testing
      adds  7ed7687   v5.042
      adds  53f5039   do not try using encodings that Encode can't handle
      adds  44f635f   Add support for the --extended option
      adds  a1e7116   Update the description of the --all option to include EXTENDED_TESTING
      adds  df650a4   Update the POD for the --all option to include --extended
      adds  e0c4949   Merge --extended options for dzil test
      adds  591c95c   we use Encode, so load it
      adds  212b94b   v5.043
      adds  7ffbbf6   Imported Upstream version 5.043
       new  afae5d2   Merge tag 'upstream/5.043'
       new  8dd8cf5   Update debian/changelog
       new  53a630d   Update versioned (b-)d on libapp-cmd-perl+libconfig-mvp-reader-ini-perl

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                        |  23 +++++
 LICENSE                                        |   6 +-
 MANIFEST                                       |   4 +-
 META.json                                      | 123 ++++++++++++++-----------
 META.yml                                       | 118 +++++++++++++-----------
 Makefile.PL                                    |  20 ++--
 README                                         |   6 +-
 bin/dzil                                       |   4 +-
 cpanfile                                       |   8 +-
 debian/changelog                               |   8 +-
 debian/control                                 |   8 +-
 dist.ini                                       |   2 +-
 lib/Dist/Zilla.pm                              |  73 ++++++++-------
 lib/Dist/Zilla/App.pm                          |  13 ++-
 lib/Dist/Zilla/App/Command.pm                  |   6 +-
 lib/Dist/Zilla/App/Command/add.pm              |   6 +-
 lib/Dist/Zilla/App/Command/authordeps.pm       |   6 +-
 lib/Dist/Zilla/App/Command/build.pm            |   6 +-
 lib/Dist/Zilla/App/Command/clean.pm            |   6 +-
 lib/Dist/Zilla/App/Command/install.pm          |   6 +-
 lib/Dist/Zilla/App/Command/listdeps.pm         |   6 +-
 lib/Dist/Zilla/App/Command/new.pm              |   6 +-
 lib/Dist/Zilla/App/Command/nop.pm              |   6 +-
 lib/Dist/Zilla/App/Command/release.pm          |   6 +-
 lib/Dist/Zilla/App/Command/run.pm              |   6 +-
 lib/Dist/Zilla/App/Command/setup.pm            |   6 +-
 lib/Dist/Zilla/App/Command/smoke.pm            |   6 +-
 lib/Dist/Zilla/App/Command/test.pm             |  26 ++++--
 lib/Dist/Zilla/App/Command/version.pm          |   6 +-
 lib/Dist/Zilla/App/Tester.pm                   |   8 +-
 lib/Dist/Zilla/Chrome/Term.pm                  |  11 ++-
 lib/Dist/Zilla/Chrome/Test.pm                  |   6 +-
 lib/Dist/Zilla/Dist/Builder.pm                 |  18 ++--
 lib/Dist/Zilla/Dist/Minter.pm                  |   6 +-
 lib/Dist/Zilla/File/FromCode.pm                |   6 +-
 lib/Dist/Zilla/File/InMemory.pm                |   6 +-
 lib/Dist/Zilla/File/OnDisk.pm                  |   6 +-
 lib/Dist/Zilla/MVP/Assembler.pm                |   6 +-
 lib/Dist/Zilla/MVP/Assembler/GlobalConfig.pm   |   6 +-
 lib/Dist/Zilla/MVP/Assembler/Zilla.pm          |   6 +-
 lib/Dist/Zilla/MVP/Reader/Finder.pm            |   6 +-
 lib/Dist/Zilla/MVP/Reader/Perl.pm              |   6 +-
 lib/Dist/Zilla/MVP/RootSection.pm              |   6 +-
 lib/Dist/Zilla/MVP/Section.pm                  |   6 +-
 lib/Dist/Zilla/MintingProfile/Default.pm       |   6 +-
 lib/Dist/Zilla/Plugin/AutoPrereq.pm            |   6 +-
 lib/Dist/Zilla/Plugin/AutoPrereqs.pm           |  22 ++---
 lib/Dist/Zilla/Plugin/AutoVersion.pm           |   6 +-
 lib/Dist/Zilla/Plugin/BumpVersion.pm           |   6 +-
 lib/Dist/Zilla/Plugin/CPANFile.pm              |   6 +-
 lib/Dist/Zilla/Plugin/ConfirmRelease.pm        |   6 +-
 lib/Dist/Zilla/Plugin/DistINI.pm               |   6 +-
 lib/Dist/Zilla/Plugin/Encoding.pm              |   6 +-
 lib/Dist/Zilla/Plugin/ExecDir.pm               |   6 +-
 lib/Dist/Zilla/Plugin/ExtraTests.pm            |   6 +-
 lib/Dist/Zilla/Plugin/FakeRelease.pm           |   6 +-
 lib/Dist/Zilla/Plugin/FileFinder/ByName.pm     |   6 +-
 lib/Dist/Zilla/Plugin/FileFinder/Filter.pm     |   6 +-
 lib/Dist/Zilla/Plugin/FinderCode.pm            |   6 +-
 lib/Dist/Zilla/Plugin/GatherDir.pm             |   8 +-
 lib/Dist/Zilla/Plugin/GatherDir/Template.pm    |   6 +-
 lib/Dist/Zilla/Plugin/GenerateFile.pm          |  30 +++---
 lib/Dist/Zilla/Plugin/InlineFiles.pm           |   6 +-
 lib/Dist/Zilla/Plugin/License.pm               |   6 +-
 lib/Dist/Zilla/Plugin/MakeMaker.pm             |  33 ++++++-
 lib/Dist/Zilla/Plugin/MakeMaker/Runner.pm      |   6 +-
 lib/Dist/Zilla/Plugin/Manifest.pm              |   6 +-
 lib/Dist/Zilla/Plugin/ManifestSkip.pm          |   6 +-
 lib/Dist/Zilla/Plugin/MetaConfig.pm            |   6 +-
 lib/Dist/Zilla/Plugin/MetaJSON.pm              |   9 +-
 lib/Dist/Zilla/Plugin/MetaNoIndex.pm           |   8 +-
 lib/Dist/Zilla/Plugin/MetaResources.pm         |   6 +-
 lib/Dist/Zilla/Plugin/MetaTests.pm             |   6 +-
 lib/Dist/Zilla/Plugin/MetaYAML.pm              |   6 +-
 lib/Dist/Zilla/Plugin/ModuleBuild.pm           |   6 +-
 lib/Dist/Zilla/Plugin/ModuleShareDirs.pm       |   6 +-
 lib/Dist/Zilla/Plugin/NextRelease.pm           |   9 +-
 lib/Dist/Zilla/Plugin/PkgDist.pm               |   6 +-
 lib/Dist/Zilla/Plugin/PkgVersion.pm            |  17 +++-
 lib/Dist/Zilla/Plugin/PodCoverageTests.pm      |  18 ++--
 lib/Dist/Zilla/Plugin/PodSyntaxTests.pm        |  19 ++--
 lib/Dist/Zilla/Plugin/PodVersion.pm            |   6 +-
 lib/Dist/Zilla/Plugin/Prereq.pm                |   6 +-
 lib/Dist/Zilla/Plugin/Prereqs.pm               |   6 +-
 lib/Dist/Zilla/Plugin/PruneCruft.pm            |   6 +-
 lib/Dist/Zilla/Plugin/PruneFiles.pm            |   6 +-
 lib/Dist/Zilla/Plugin/Readme.pm                |   6 +-
 lib/Dist/Zilla/Plugin/RemovePrereqs.pm         |   6 +-
 lib/Dist/Zilla/Plugin/ShareDir.pm              |   6 +-
 lib/Dist/Zilla/Plugin/TemplateModule.pm        |   6 +-
 lib/Dist/Zilla/Plugin/TestRelease.pm           |   6 +-
 lib/Dist/Zilla/Plugin/UploadToCPAN.pm          |   6 +-
 lib/Dist/Zilla/PluginBundle/Basic.pm           |   6 +-
 lib/Dist/Zilla/PluginBundle/Classic.pm         |   6 +-
 lib/Dist/Zilla/PluginBundle/FakeClassic.pm     |   6 +-
 lib/Dist/Zilla/PluginBundle/Filter.pm          |   6 +-
 lib/Dist/Zilla/Prereqs.pm                      |   6 +-
 lib/Dist/Zilla/Role/AfterBuild.pm              |   6 +-
 lib/Dist/Zilla/Role/AfterMint.pm               |   6 +-
 lib/Dist/Zilla/Role/AfterRelease.pm            |   6 +-
 lib/Dist/Zilla/Role/BeforeArchive.pm           |   6 +-
 lib/Dist/Zilla/Role/BeforeBuild.pm             |   6 +-
 lib/Dist/Zilla/Role/BeforeMint.pm              |   6 +-
 lib/Dist/Zilla/Role/BeforeRelease.pm           |   6 +-
 lib/Dist/Zilla/Role/BuildPL.pm                 |   6 +-
 lib/Dist/Zilla/Role/BuildRunner.pm             |   6 +-
 lib/Dist/Zilla/Role/Chrome.pm                  |   6 +-
 lib/Dist/Zilla/Role/ConfigDumper.pm            |   6 +-
 lib/Dist/Zilla/Role/EncodingProvider.pm        |   6 +-
 lib/Dist/Zilla/Role/ExecFiles.pm               |   6 +-
 lib/Dist/Zilla/Role/File.pm                    |   6 +-
 lib/Dist/Zilla/Role/FileFinder.pm              |   6 +-
 lib/Dist/Zilla/Role/FileFinderUser.pm          |   6 +-
 lib/Dist/Zilla/Role/FileGatherer.pm            |   6 +-
 lib/Dist/Zilla/Role/FileInjector.pm            |   6 +-
 lib/Dist/Zilla/Role/FileMunger.pm              |   6 +-
 lib/Dist/Zilla/Role/FilePruner.pm              |   6 +-
 lib/Dist/Zilla/Role/InstallTool.pm             |   6 +-
 lib/Dist/Zilla/Role/LicenseProvider.pm         |   6 +-
 lib/Dist/Zilla/Role/MetaProvider.pm            |   6 +-
 lib/Dist/Zilla/Role/MintingProfile.pm          |   6 +-
 lib/Dist/Zilla/Role/MintingProfile/ShareDir.pm |   6 +-
 lib/Dist/Zilla/Role/ModuleMaker.pm             |   6 +-
 lib/Dist/Zilla/Role/MutableFile.pm             |   6 +-
 lib/Dist/Zilla/Role/NameProvider.pm            |   6 +-
 lib/Dist/Zilla/Role/PPI.pm                     |  19 ++--
 lib/Dist/Zilla/Role/Plugin.pm                  |   6 +-
 lib/Dist/Zilla/Role/PluginBundle.pm            |   6 +-
 lib/Dist/Zilla/Role/PluginBundle/Easy.pm       |   6 +-
 lib/Dist/Zilla/Role/PrereqSource.pm            |   6 +-
 lib/Dist/Zilla/Role/ReleaseStatusProvider.pm   |   6 +-
 lib/Dist/Zilla/Role/Releaser.pm                |   6 +-
 lib/Dist/Zilla/Role/ShareDir.pm                |   6 +-
 lib/Dist/Zilla/Role/Stash.pm                   |   6 +-
 lib/Dist/Zilla/Role/Stash/Authors.pm           |   6 +-
 lib/Dist/Zilla/Role/Stash/Login.pm             |   6 +-
 lib/Dist/Zilla/Role/StubBuild.pm               |   6 +-
 lib/Dist/Zilla/Role/TestRunner.pm              |   6 +-
 lib/Dist/Zilla/Role/TextTemplate.pm            |  10 +-
 lib/Dist/Zilla/Role/VersionProvider.pm         |   6 +-
 lib/Dist/Zilla/Stash/Mint.pm                   |   6 +-
 lib/Dist/Zilla/Stash/PAUSE.pm                  |   6 +-
 lib/Dist/Zilla/Stash/Rights.pm                 |   6 +-
 lib/Dist/Zilla/Stash/User.pm                   |   6 +-
 lib/Dist/Zilla/Tester.pm                       |  32 +++++--
 lib/Dist/Zilla/Tutorial.pm                     |   6 +-
 lib/Dist/Zilla/Types.pm                        |   6 +-
 lib/Dist/Zilla/Util.pm                         |   6 +-
 lib/Dist/Zilla/Util/AuthorDeps.pm              |   6 +-
 lib/Test/DZil.pm                               |   6 +-
 t/00-report-prereqs.dd                         |   8 +-
 t/file-addedby.t                               |   2 +-
 t/plugins/misctests.t                          |   4 +-
 t/plugins/pkgversion.t                         |  42 ++++++++-
 t/plugins/podsyntaxtests.t                     |   2 +-
 t/plugins/release_status.t                     |   5 +
 t/zzz-check-breaks.t                           |  12 +--
 xt/{release => author}/pod-syntax.t            |   1 +
 xt/release/changes_has_content.t               |   2 +-
 159 files changed, 833 insertions(+), 672 deletions(-)
 rename xt/{release => author}/pod-syntax.t (84%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-perl.git



More information about the Pkg-perl-cvs-commits mailing list