[libdist-zilla-perl] branch master updated (7c640bc -> dafe32c)

Axel Beckert abe at deuxchevaux.org
Wed May 25 20:16:21 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  7c640bc   update changelog
      adds  5c1def6   remove deprecated plugins
      adds  cc87dc2   Test::DZil: Load Dist::Zilla::Tester on demand
      adds  8c61c7b   Add Dist::Zilla::Path, an intermediate autoproxy for Path::Class
      adds  adb654b   Use Dist::Zilla::Path everywhere instead of Path::Tiny to ensure it works as expected
      adds  a494b72   Add replacement for MX:Types::Path::Class which should work the same as long as you permit coerce
      adds  45ef3c9   Use DZT:Path everywhere MX:Types path is
      adds  47e8275   Enable coercing in DZD:Builder
      adds  416ca91   Transform Path::Class calls to DZ:Path calls that don't warn
      adds  0b37573   Fix all warnining callpoints in t/
      adds  67b84f5   Remove hardcoded Path::Class dependency in dist.ini
      adds  eaf92bc   remove some leftover Path::Class method calls
      adds  19bdffd   Route ->file, ->subdir and ->dir ubiquitiously to Path::Tiny instead of Path::Class
      adds  0cd247b   DZDist::Minter: Always recast return value from $module->profile_dir as DZil mint profiles can return Path::Classes
      adds  3182625   remove Path::Class from path portability check and make code more clear
      adds  3118454   tweak abstract
      adds  2d8accb   remove no-longer-required Path::Class prereq (comment)
      adds  ec38dcc   fix docs that refer to Path::Class
      adds  24bdcd8   simplify how arrays of strings are compared
      adds  886e1d7   warn on unexpected Path::Class objects
      adds  6474100   simplify type code for path objects
      adds  61965ed   whitespace tweak
      adds  e659d46   when removing the build tree, remove contents, too
      adds  c26d8d2   greatly simplify Dist::Zilla::Path, proxying much less
      adds  792f52b   use s///r when sensible
      adds  88e167c   PkgVersion: implement use_package for "package NAME VERSION"
      adds  351b4f4   more "remove trees unsafely" updates
      adds  515038b   do not remove statements that are already replaced!
      adds  ecc3ba8   add package_name_version to @RJBS use
      adds  98f9fb8   split apart 0-arg and 1-arg --verbose
      adds  ccb9479   require v5.14.0 for this and that
      adds  98432c6   use the // operator when practical
      adds  128e556   there is no reason to check defined and length both
      adds  e7a7395   changelog for Dist::Zilla v6
      adds  aa9dd5c   v6.000
      adds  3a3d794   issue warning when Path::Tiny treated like Path::Class
      adds  1ef0a27   issue a warning on $path->file, $path->subdir
      adds  d666932   v6.001
      adds  cf4b463   re-bless the tempdir into Dist::Zilla::Path
      adds  cdbdfdd   subdir gets a subdir, not a file!
      adds  9a1c9d8   changelog for next trial
      adds  c7c43ab   ignore the git nextversion cache :-/
      adds  f92660e   v6.002
      adds  c1ed0f9   note min prereq bump in v6.000 changelog
      adds  5d176c4   add a goofy unicode coment to test __END__
      adds  2284d2f   tiny whitespace tweak
      adds  f903aa6   pushd into dist root while setting up tzil
      adds  67834bb   lazy_build is discouraged in Moose docs
      adds  4b12b75   Make 'run' respect the --trial option
      adds  daac1ec   change directories first before absolutising @INC
      adds  e795c1b   absolutize early, but do not lose "." from @INC
      adds  63cbfa7   use content, not encoded_content for PPI documents
      adds  dcef280   strip BOM on UTF-8 decodes
      adds  f6bb28e   remove a silly __END__ used for ephemeral testing
      adds  b5f2ccb   when saivng PPI content, save it as content, not encoded
      adds  521b5a4   v6.003
      adds  ae3ea3b   no need for an END block to maybe-purge some files
      adds  df61aee   todo_skip uses TODO, not SKIP label
      adds  521f605   strip Path::Class from prereqs
      adds  47c5d42   update documentation of type for root
      adds  61f49e7   v6.004
      adds  52b977f   authordeps: rewrite --missing using Module::Runtime (GH #544)
      adds  57bcab6   listdeps: rewrite --missing using Module::Runtime (GH #544)
      adds  f3fb077   treat missing Changes as a fatal error
      adds  96ab404   mention the release from after dev-v6's divergence
      adds  8ae3765   update x_breaks metadata for changes in v6
      adds  fba4279   Merge branch 'dev-v6'
      adds  596b208   update auto-Path::Class to auto-Path::Tiny
      adds  10f707f   changelog for last few patches
      adds  43ad33c   drop Git 2.036 from [Breaks]; there is nothing newer!
      adds  7ddf560   v6.005
      adds  68e6c43   Imported Upstream version 6.005
       new  dfeb836   Merge tag 'upstream/6.005'
       new  82f05d3   Update debian/changelog
       new  4fe8a5a   Refresh sole patch
       new  ec14718   Update debian/NEWS wrt. to potentially breaking upstream changes
       new  dafe32c   Update (build-)dependencies

The 5 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                                        |  43 +++
 MANIFEST                                       |   7 +-
 META.json                                      | 221 +++++++-------
 META.yml                                       | 219 +++++++-------
 Makefile.PL                                    |  22 +-
 README                                         |   4 +-
 bin/dzil                                       |   4 +-
 cpanfile                                       |   8 +-
 debian/NEWS                                    |  30 ++
 debian/changelog                               |  14 +-
 debian/control                                 |   8 +-
 debian/patches/SOURCE_DATE_EPOCH_support.patch |   6 +-
 dist.ini                                       |  21 +-
 lib/Dist/Zilla.pm                              |  32 +-
 lib/Dist/Zilla/App.pm                          |  25 +-
 lib/Dist/Zilla/App/Command.pm                  |   6 +-
 lib/Dist/Zilla/App/Command/add.pm              |  12 +-
 lib/Dist/Zilla/App/Command/authordeps.pm       |  22 +-
 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         |  35 +--
 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              |   9 +-
 lib/Dist/Zilla/App/Command/setup.pm            |  16 +-
 lib/Dist/Zilla/App/Command/smoke.pm            |   6 +-
 lib/Dist/Zilla/App/Command/test.pm             |   6 +-
 lib/Dist/Zilla/App/Command/version.pm          |   6 +-
 lib/Dist/Zilla/App/Tester.pm                   |  12 +-
 lib/Dist/Zilla/Chrome/Term.pm                  |  11 +-
 lib/Dist/Zilla/Chrome/Test.pm                  |   6 +-
 lib/Dist/Zilla/Dist/Builder.pm                 |  76 ++---
 lib/Dist/Zilla/Dist/Minter.pm                  |  24 +-
 lib/Dist/Zilla/File/FromCode.pm                |   6 +-
 lib/Dist/Zilla/File/InMemory.pm                |   6 +-
 lib/Dist/Zilla/File/OnDisk.pm                  |   8 +-
 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       |   9 +-
 lib/Dist/Zilla/Path.pm                         |  78 +++++
 lib/Dist/Zilla/Plugin/AutoPrereq.pm            |  54 ----
 lib/Dist/Zilla/Plugin/AutoPrereqs.pm           |   6 +-
 lib/Dist/Zilla/Plugin/AutoVersion.pm           |   6 +-
 lib/Dist/Zilla/Plugin/BumpVersion.pm           |  87 ------
 lib/Dist/Zilla/Plugin/CPANFile.pm              |   6 +-
 lib/Dist/Zilla/Plugin/ConfirmRelease.pm        |   6 +-
 lib/Dist/Zilla/Plugin/DistINI.pm               |  10 +-
 lib/Dist/Zilla/Plugin/Encoding.pm              |   6 +-
 lib/Dist/Zilla/Plugin/ExecDir.pm               |   6 +-
 lib/Dist/Zilla/Plugin/ExtraTests.pm            |   8 +-
 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             |  10 +-
 lib/Dist/Zilla/Plugin/GatherDir/Template.pm    |   8 +-
 lib/Dist/Zilla/Plugin/GenerateFile.pm          |   6 +-
 lib/Dist/Zilla/Plugin/InlineFiles.pm           |   6 +-
 lib/Dist/Zilla/Plugin/License.pm               |   6 +-
 lib/Dist/Zilla/Plugin/MakeMaker.pm             |  10 +-
 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              |   6 +-
 lib/Dist/Zilla/Plugin/MetaNoIndex.pm           |   6 +-
 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           |   8 +-
 lib/Dist/Zilla/Plugin/ModuleShareDirs.pm       |   6 +-
 lib/Dist/Zilla/Plugin/NextRelease.pm           |  14 +-
 lib/Dist/Zilla/Plugin/PkgDist.pm               |   8 +-
 lib/Dist/Zilla/Plugin/PkgVersion.pm            |  55 +++-
 lib/Dist/Zilla/Plugin/PodCoverageTests.pm      |   6 +-
 lib/Dist/Zilla/Plugin/PodSyntaxTests.pm        |   6 +-
 lib/Dist/Zilla/Plugin/PodVersion.pm            |   6 +-
 lib/Dist/Zilla/Plugin/Prereq.pm                |  64 ----
 lib/Dist/Zilla/Plugin/Prereqs.pm               |   8 +-
 lib/Dist/Zilla/Plugin/PruneCruft.pm            |  14 +-
 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        |  10 +-
 lib/Dist/Zilla/Plugin/TestRelease.pm           |  16 +-
 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                      |   7 +-
 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                    |  21 +-
 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          |  10 +-
 lib/Dist/Zilla/Role/MintingProfile/ShareDir.pm |  12 +-
 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                     |  16 +-
 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/PrereqScanner.pm           |   8 +-
 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            |   6 +-
 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                       |  96 +++---
 lib/Dist/Zilla/Tutorial.pm                     |   6 +-
 lib/Dist/Zilla/Types.pm                        |  15 +-
 lib/Dist/Zilla/Util.pm                         |  14 +-
 lib/Dist/Zilla/Util/AuthorDeps.pm              |  46 +--
 lib/Test/DZil.pm                               |  19 +-
 t/00-report-prereqs.dd                         |  10 +-
 t/file-addedby.t                               |   2 +-
 t/minter.t                                     |   6 +-
 t/plugins/autoprereqs.t                        |   2 +-
 t/plugins/filefinders.t                        |   2 +-
 t/plugins/gatherdir.t                          |  12 +-
 t/plugins/manifest.t                           |   5 +-
 t/plugins/metanoindex.t                        |   2 +-
 t/plugins/pkgversion.t                         | 402 ++++++++++++++-----------
 t/tester-demo.t                                |   4 +-
 t/tester-local-plugins.t                       |  39 +++
 t/tester.t                                     |   2 +-
 t/zzz-check-breaks.t                           |  10 +
 xt/release/changes_has_content.t               |   2 +-
 167 files changed, 1459 insertions(+), 1259 deletions(-)
 create mode 100644 lib/Dist/Zilla/Path.pm
 delete mode 100644 lib/Dist/Zilla/Plugin/AutoPrereq.pm
 delete mode 100644 lib/Dist/Zilla/Plugin/BumpVersion.pm
 delete mode 100644 lib/Dist/Zilla/Plugin/Prereq.pm
 create mode 100644 t/tester-local-plugins.t

-- 
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