[libdist-zilla-perl] branch master updated (2dcf0eb -> 5f9e509)

Axel Beckert abe at deuxchevaux.org
Sun Jun 18 23:50:13 UTC 2017


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  2dcf0eb   releasing package libdist-zilla-perl version 6.008-1
      adds  4a62162   do not look for the file in @INC
      adds  e5205a4   detect :version directive in root section in authordeps
      adds  a39eba9   also prune tmp/
      adds  33c3b1e   treat Module::Runtime as an "internal" module for carping
      adds  33092bd   also run Module::Runtime::Conflicts in t/zzz-check-breaks.t
      adds  13d879f   Added missing test for listdeps --cpanm-versions
      adds  851c180   Simplified code handling --versions / --cpanm-versions listing
      adds  9dfceca   Add listdeps options for requires/recommends/suggests.
      adds  6aa104a   update listdeps cpanm-versions tests to match latest changes
      adds  8948f74   overhaul listdeps tests to test more combinations
      adds  9e91f64   Depend on DateTime::TimeZone directly on Win32.
      adds  86948aa   changelog for the last few changes
      adds  e0d850e   new plugin to allow gathering individual files
      adds  65bdc6c   v6.009
      adds  fa0b1f7   New upstream version 6.009
       new  1d062e2   Merge tag 'upstream/6.009'
       new  768bfb9   Update debian/changelog
       new  5f9e509   Declare compliance with Debian Policy 4.0.0

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                                        |  15 ++
 LICENSE                                        |   6 +-
 MANIFEST                                       |   4 +-
 META.json                                      | 165 +++++++++++----------
 META.yml                                       | 163 ++++++++++----------
 Makefile.PL                                    |   8 +-
 README                                         |   6 +-
 bin/dzil                                       |   4 +-
 corpus/dist/AuthorDeps/dist.ini                |   2 +
 corpus/dist/AutoPrereqs/dist.ini               |   7 +
 cpanfile                                       |   1 +
 debian/changelog                               |   7 +
 debian/control                                 |   2 +-
 dist.ini                                       |   4 +-
 lib/Dist/Zilla.pm                              |  16 +-
 lib/Dist/Zilla/App.pm                          |   8 +-
 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         |  70 +++++++--
 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             |   6 +-
 lib/Dist/Zilla/App/Command/version.pm          |   6 +-
 lib/Dist/Zilla/App/Tester.pm                   |   8 +-
 lib/Dist/Zilla/Chrome/Term.pm                  |   6 +-
 lib/Dist/Zilla/Chrome/Test.pm                  |   6 +-
 lib/Dist/Zilla/Dist/Builder.pm                 |   6 +-
 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              |   8 +-
 lib/Dist/Zilla/MVP/RootSection.pm              |   6 +-
 lib/Dist/Zilla/MVP/Section.pm                  |   6 +-
 lib/Dist/Zilla/MintingProfile/Default.pm       |   6 +-
 lib/Dist/Zilla/Path.pm                         |   6 +-
 lib/Dist/Zilla/Plugin/AutoPrereqs.pm           |   6 +-
 lib/Dist/Zilla/Plugin/AutoVersion.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             |   6 +-
 lib/Dist/Zilla/Plugin/GatherDir/Template.pm    |   6 +-
 lib/Dist/Zilla/Plugin/GatherFile.pm            | 196 +++++++++++++++++++++++++
 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             |   6 +-
 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           |   6 +-
 lib/Dist/Zilla/Plugin/ModuleShareDirs.pm       |   6 +-
 lib/Dist/Zilla/Plugin/NextRelease.pm           |   6 +-
 lib/Dist/Zilla/Plugin/PkgDist.pm               |   6 +-
 lib/Dist/Zilla/Plugin/PkgVersion.pm            |   6 +-
 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/Prereqs.pm               |   6 +-
 lib/Dist/Zilla/Plugin/PruneCruft.pm            |   7 +-
 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                     |   6 +-
 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           |   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            |   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                       |  10 +-
 lib/Dist/Zilla/Tutorial.pm                     |   6 +-
 lib/Dist/Zilla/Types.pm                        |  19 ++-
 lib/Dist/Zilla/Util.pm                         |   6 +-
 lib/Dist/Zilla/Util/AuthorDeps.pm              |  13 +-
 lib/Test/DZil.pm                               |   6 +-
 t/00-report-prereqs.dd                         |   1 +
 t/commands/authordeps.t                        |   1 +
 t/commands/listdeps.t                          | 156 ++++++++++++++------
 t/plugins/gatherfile.t                         | 125 ++++++++++++++++
 t/zzz-check-breaks.t                           |  12 +-
 xt/release/changes_has_content.t               |   2 +-
 158 files changed, 1166 insertions(+), 648 deletions(-)
 create mode 100644 lib/Dist/Zilla/Plugin/GatherFile.pm
 create mode 100644 t/plugins/gatherfile.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