[libdist-zilla-perl] branch master updated (b6eff60 -> b269f07)

Axel Beckert abe at deuxchevaux.org
Sat May 7 21:33:36 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  b6eff60   update changelog
      adds  a4c3f40   Fix for issue#512, no longer iterate over a reference to zilla->files when munging files
      adds  baeb390   comment on mutability of behavior in the future
      adds  fbe8fa3   Rewrite DZ::Util::expand_config_package_name to use a rewriter
      adds  22065a2   D::Z::Prereqs: remove unused modules
      adds  ac238b4   avoid uninitialized warning (fixes #519)
      adds  a5f1003   replace uses of List::MoreUtils with List::Util
      adds  d26b1a1   v5.044
      adds  812ed6b   parentheses must be used for subs that were not loaded at compile time
      adds  8b70d8c   fix documentation for found_files method
      adds  ef22e3e   fix class_type import
      adds  1d9dce0   support different prereq relationships in [AutoPrereqs]
      adds  125a474   hyperlink POD properly
      adds  60c8a0e   Remove duplicates from the :ExecFiles result
      adds  2c3e502   Use absolute paths rather than relative ones when gathering files
      adds  a8e68aa   be a bit more selective when scanning for local namespaces
      adds  d5c226d   reject version ranges rather than warning, if eumm_version is not high enough
      adds  078bf01   properly parse the version out of "; Foo::Bar = 1.23 ; comment"
      adds  d68120d   Fix typo
      adds  73e012b   Add cpanid()
      adds  b308aed   Use FakeRelease
      adds  a743740   credit for FakeReleaser updates
      adds  7770228   Make PkgDist preserve blank line after 'package'
      adds  60670ef   link to metacpan.org instead of s.c.o for metaspec
      adds  ac0b96d   Allow renaming of files with GatherDir::Template
      adds  d68ad2d   credit for GatherDir::Template rename
      adds  38a0a38   Extract Role::ScanPrereqs from plugin AutoPrereqs to allow reuse
      adds  d95d902   Rewrite AutoPrereqs to use DZ::Role::ScanPrereqs
      adds  5304a23   do not bother logging this useless line if there is nothing to report
      adds  cae0f80   rename ScanPrereqs -> PrereqScanner:  nouns!
      adds  680e79d   credit for PrereqScanner role
      adds  3229708   Recommend Data::OptList 0.110
      adds  cc9573c   put META.json in ASCII
      adds  92f1978   restore an accidentally-deleted Changes version
      adds  cc4a611   give a better error when a license class can't be loaded
      adds  c6b3594   TextTemplate: pass args to fill_in as well
      adds  c31c58f   note that GatherDir likely needs PruneCruft
      adds  a45e8e4   require DateTime::TimeZone::Local::Win32 on Win32
      adds  302cb90   do not stringify objects in @INC indiscriminately
      adds  35dfc23   document UploadToCPAN->credentials_stash
      adds  58a4b88   do not allow vertical whitespace in filenames
      adds  d3b6130   do not allow "dzil build --in ."
      adds  e0a38ad   add --cpanm-versions for listdeps
      adds  316e134   fix fake pod to be real fake pod
      adds  f61192b   v5.045
      adds  ac45d85   avoid zero-arg ref in ternary; ambiguous on older perls
      adds  88ecdf9   v5.046
      adds  b01b32e   force profile_dir to Path::Class so the caller does not have to
      adds  9cc3242   v5.047
      adds  e37902f   Imported Upstream version 5.047
       new  03db222   Merge tag 'upstream/5.047'
       new  b269f07   Update debian/changelog

The 2 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                                            |  30 +++
 MANIFEST                                           |   5 +-
 META.json                                          | 137 ++++++------
 META.yml                                           | 122 ++++++-----
 Makefile.PL                                        |  20 +-
 README                                             |   4 +-
 bin/dzil                                           |  12 +-
 corpus/dist/AuthorDeps/dist.ini                    |   1 +
 corpus/dist/AutoPrereqs/lib/DZPA/Main.pm           |   3 +
 cpanfile                                           |   6 +-
 debian/changelog                                   |   8 +-
 dist.ini                                           |   7 +-
 lib/Dist/Zilla.pm                                  |  36 ++-
 lib/Dist/Zilla/App.pm                              |   6 +-
 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                |  10 +-
 lib/Dist/Zilla/App/Command/clean.pm                |   6 +-
 lib/Dist/Zilla/App/Command/install.pm              |   6 +-
 lib/Dist/Zilla/App/Command/listdeps.pm             |  26 ++-
 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                       |  10 +-
 lib/Dist/Zilla/Chrome/Term.pm                      |   6 +-
 lib/Dist/Zilla/Chrome/Test.pm                      |   6 +-
 lib/Dist/Zilla/Dist/Builder.pm                     |   9 +-
 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               | 241 ++++++++-------------
 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               |   8 +-
 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                 |  28 ++-
 lib/Dist/Zilla/Plugin/GatherDir/Template.pm        |  78 ++++++-
 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                 |  13 +-
 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               |   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               |  10 +-
 lib/Dist/Zilla/Plugin/PkgDist.pm                   |  12 +-
 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                |  11 +-
 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              |  20 +-
 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              |   9 +-
 lib/Dist/Zilla/Prereqs.pm                          |   8 +-
 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                        |   9 +-
 lib/Dist/Zilla/Role/FileFinder.pm                  |   6 +-
 lib/Dist/Zilla/Role/FileFinderUser.pm              |  10 +-
 lib/Dist/Zilla/Role/FileGatherer.pm                |   6 +-
 lib/Dist/Zilla/Role/FileInjector.pm                |   6 +-
 lib/Dist/Zilla/Role/FileMunger.pm                  |   9 +-
 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              |  11 +-
 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                      |   8 +-
 lib/Dist/Zilla/Role/PluginBundle.pm                |   6 +-
 lib/Dist/Zilla/Role/PluginBundle/Easy.pm           |   6 +-
 .../AutoPrereqs.pm => Role/PrereqScanner.pm}       | 194 +++++------------
 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                |   8 +-
 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                            |  15 +-
 lib/Dist/Zilla/Util.pm                             |  32 ++-
 lib/Dist/Zilla/Util/AuthorDeps.pm                  |  20 +-
 lib/Test/DZil.pm                                   |   6 +-
 t/00-report-prereqs.dd                             |   6 +-
 t/00-report-prereqs.t                              |   2 +-
 t/commands/authordeps.t                            |   1 +
 .../Dist/Zilla/Plugin/MungerThatPrunesPodFiles.pm  |  17 ++
 t/plugins/autoprereqs.t                            |  34 +++
 t/plugins/gatherdir.t                              |  39 ++++
 t/plugins/makemaker.t                              |  40 +++-
 t/plugins/metaresources.t                          |   4 +-
 t/plugins/munger-that-prunes.t                     |  40 ++++
 t/plugins/nextrelease.t                            |   9 +-
 t/zzz-check-breaks.t                               |   2 +-
 xt/release/changes_has_content.t                   |   2 +-
 163 files changed, 1155 insertions(+), 926 deletions(-)
 copy lib/Dist/Zilla/{Plugin/AutoPrereqs.pm => Role/PrereqScanner.pm} (57%)
 create mode 100644 t/lib/Dist/Zilla/Plugin/MungerThatPrunesPodFiles.pm
 create mode 100644 t/plugins/munger-that-prunes.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