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  325d778   Merge tag 'debian/5.020-2'
      adds  63f4f70   add a PkgVersion test for double-package files under 
die_on_line_insertion
      adds  a0725ed   remove a line of dead code in PkgVersion
      adds  3f1c049   cache pkg line when looking for empty line after package 
in PkgVersion
      adds  ae61b5f   stop search after having found all elements on after-pkg 
line in PkgVersion
      adds  bcc35e0   don't slowly clone and prune in 
document_assigns_to_variable()
      adds  80e3e71   changelog for last few commits
      adds  b600c73   print a recognizable success message when the build 
finishes
      adds  f9cace9   tweak invocant of "we built!" logging msg
      adds  c535bd1   Fix situation where ABSTRACT comment is empty
      adds  3c2b143   test for handling of empty ABSTRACT
      adds  dfed012   changelog for ABSTRACT changes
      adds  25b5421   set homepage through GithubMeta
      adds  a3c102f   use CPAN::Meta::Merge to preserve all meta fragments 
while merging
      adds  d88ed23   create Build.PL, Makefile.PL in filegatherer phase
      adds  f0e3502   changelog update
      adds  481d0e4   v5.022
      adds  1b753df   Command.pm: Remove unneeded Moose::Autobox
      adds  3aabae5   App.pm: Remove need for Moose::Autobox.
      adds  1a88244   App.pm: Defer loading of Dist::Zilla::MVP::Reader::Finder.
      adds  8f4976f   App.pm: Defer loading of Dist::Zilla::Util.
      adds  6f8eec2   App::Command::version.pm: remove need to have Moose 
simply to use extends.
      adds  37eb0db   DZ::Tester->from_config only accepts add_files entries 
with valid paths
      adds  a0a2daa   skip testing files in plugins/manifest on windows that 
have illegal paths
      adds  e5fa403   fix incorrect "added_by" in file objects (github#284)
      adds  ae1f315   fix indenting to match project style
      adds  1a290c4   add a t/zzz-check-breaks.t test that warns the user about 
an old [MakeMaker::Awesome]
      adds  6335f21   since we have the capability to effectively run 
`moose-outdated`, do so!
      adds  87e1050   document that after_release takes an argument
      adds  fee287c   allow for the possibility that no archive was built
      adds  347311d   do not allow added_by to be set on construction
      adds  a2d31bd   changelog for changes committed tonight
      adds  8c4e999   drop use of Moose::Autobox in Builder
      adds  c9ea906   eliminate some more misc. uses of Moose::Autobox
      adds  ed0295c   v5.023
      adds  c046360   drop reference to Test::Warnings
      adds  7d10eae   avoid "use ExtUtils::MakeMaker 0;"
      adds  47f7671   build the prereqs attr lazily
      adds  a3051ed   slightly quieten main_module logic so only guessed 
modules log
      adds  b3955ac   downgrade 'extracting distribution abstract' notice to 
debug
      adds  3e64fd3   add changelog entries
      adds  a473819   require Dist::Zilla::Util before using it in dzil setup
      adds  e43e913   add %Mint stash as the default provider/profile
      adds  bc51efd   add docs about the [%Mint] config hunk
      adds  3528c28   changelog for %Mint
      adds  299d32a   v5.024
      adds  34a8c2f   fix: file.t fails with old Carp
      adds  6e49d09   changelog for file.t fix
      adds  0870fa8   v5.025
      adds  f9cfe8d   remove all uses of Moose::Autobox
      adds  50f8c4f   changelog entry
      adds  a3361b0   remove duplicated use namespace::autoclean;
      adds  7e1f33e   inserted version always has quotes
      adds  3784fd5   add "use_our_variable" option to [PkgVersion]
      adds  101d6cc   rename use_our_variable to use_our; warn of coming 
default change
      adds  e905794   Optimize Dist::Zilla::_check_dupe_files
      adds  37a087d   sort found files for more repeatable build
      adds  1f9c59e   s/ver/dist/ in tests that were clearly stolen from 
t/plugins/pkgversion.t - no functional changes
      adds  c87fca9   check for package statements first
      adds  c2837a4   also check for the existence of $Package::Name::VERSION 
in the code before adding another one
      adds  65565bd   v5.026
      adds  a490c4f   pass a hashref, like we used to, in plugin_from_config
      adds  d9bfdff   v5.027
      adds  2cc8c75   do not treat all mentions of $Package::Name::VERSION as 
an assignment
      adds  0bd6fd2   Test pruning multiple files
      adds  92b9796   Copy files list to break reference when Pruning
      adds  d3286d7   switch all uses of JSON.pm to JSON::MaybeXS
      adds  410058c   changelog
      adds  2c142a0   v5.028
      adds  ad1aad0   find() returns an arrayref on success or 
false-but-defined on failure
      adds  0261ce9   test metadata and prerequisites directly
      adds  6bbadb8   don't load JSON when we don't use it
      adds  50c3861   v5.029
      adds  f517acb   detect our own inserted form of { our $VERSION = ... }
      adds  14fdacb   do not save an invalid PPI document
      adds  526d1bb   discourage use_our in PkgVersion
      adds  c3f0c60   deprecate use_our, too many analyzers fail
      adds  c1536c8   include the filename in missing-blank warning
      adds  630a6ce   spell out the proper name of the class in pod
      adds  281c5d9   fix [GatherDir] handling of symlinks to directories
      adds  50ac219   whitespace
      adds  07be4e7   find and filter out all namespaces found in scanned 
modules
      adds  9d8cf00   v5.030
      adds  3d207f3   use cmp_bag in is_filelist for better diagnostics
      adds  18e73bf   do not test for a symlink uncreated on Win32
      adds  c5af24d   v5.031
      adds  f64f043   my semi-okay perltidy, by request
      adds  265ab0f   eliminate giant swathes of whitespace in generated 
Makefile.PL
      adds  6ec2971   add a log_debug line so we know when AutoPrereqs is doing 
its thing
      adds  522e4e7   check :version as soon as it's seen
      adds  bdb6c45   use Test::Fatal to simplify tests
      adds  0e44058   add tests for plugin :version
      adds  cee824d   changelog for :version change
      adds  e0132d5   document use of Encoding to avoid problems with 
AutoPrereqs
      adds  85bbf02   also prune the new _eumm directory
      adds  d3bdc39   let's try out using ContributorsFromGit
      adds  1ba4b98   v5.032
      adds  8355790   additional tests for [NextRelease] Changes munging
      adds  6d9916a   use the original Changes content as a base for munging
      adds  2811f72   changelog for NextRelease change
      adds  68c92aa   fix test description
      adds  a90ba38   canonicalize entries for people who appear more than once
      adds  c04d36d   switch to Git::Contributors from ContributorsFromGit
      adds  967437a   sort/update mailmap
      adds  4dc4f13   moved Git::Contributors to @RJBS
      adds  b7a9420   require 0.052 of Path::Tiny, at least
      adds  ed95e58   add 'use warnings' to D-Z-App-Tester per CPANTS
      adds  321dd17   Mailmap rwstauner's cpan address
      adds  46d1b56   drop unreachable code
      adds  8cc0311   require newer Config-MVP and report "bundle" on some 
module load fails
      adds  425e457   add use_begin option in the PkgVersion plugin
      adds  8702a5b   tweak docs for use_begin
      adds  8dee6af   changelog updates!
      adds  9edaf97   v5.033
      adds  6b967d1   0.040 can now parse "Required plugin bundle ... isn't 
installed"
      adds  ed62df8   depend on new Config::MVP for the section_name fix
      adds  0a5a5a6   add tests for missing plugin within a bundle; fix bundle 
detection
      adds  97c032f   changelog for config mvp changes
      adds  3fe8ca7   better mailing list link; reference irc channel too
      adds  653ed9f   unbreak enscapsulation in [PkgVersion] tests
      adds  d200973   v5.034
      adds  a440ab3   use release_status in place of is_trial
      adds  079525f   restrict scope of RELEASE_STATUS environment variable
      adds  d0d961c   add x_breaks metadata for read-only is_trial breakage
      adds  726958d   changelog for is_trial changes
      adds  92a67b7   v5.035
      adds  23fdb68   fallback to version number to set release status
      adds  c6050d9   help with #445 - don't force 'stable' relstatus
      adds  a9ef292   fix release_status documentation
      adds  bba68d8   always store 0 or 1 in meta for is_trial flag
      adds  cab3982   capture release status ENV vars early
      adds  9a6c29c   ignore false is_trial in dist.ini
      adds  ce783fe   v5.036
      adds  66e7b42   tighten up the regex that extracts local packages in 
AutoPrereqs
      adds  8632e19   only make one removal pass, when all removed modules have 
been found
      adds  373141b   also exclude the other known core modules that ought to 
be indexed but aren't
      adds  d71abc4   disregard PAUSE credentials set via dist.ini
      adds  0b492ae   username in dist.ini is okay
      adds  da8e944   split these prereqs out into a common hash for easier 
access
      adds  de4746f   warn the user if passing version ranges to EUMM, which 
are treated as 0
      adds  c52c697   ensure JSON::PP is current, to avoid the utf8 bug fixed 
in 2.27300
      adds  520fd44   Typo fix
      adds  02d2e17   additional fix for #361 on cygwin
      adds  e12f72e   remove unneeded uses of FakeRelease
      adds  d2ea52e   support %P in [NextRelease], for the releasing user's 
PAUSE id
      adds  f615805   changes to is_trial calculation broke [Run] before 0.036
      adds  b3452f1   v5.037
      adds  5c281e6   make [License]-generated filename configurable
      adds  cdddece   loosen the constraint on copyright_year
      adds  d94822e   tests for listdeps command
      adds  c14b00d   add --develop as an alias for --author in "dzil listdeps"
      adds  fe375e4   new perls! test on them
      adds  63837b8   document the delegation of register_prereqs in Dist::Zilla
      adds  91ad454   call all builders' build methods to ensure a proper build
      adds  97b932b   pull out calling -BuildRunner into its own sub, for other 
plugins to hook into
      adds  eb70f34   make ensure_blib a private method for now
      adds  f521a1a   Make PkgVersion skip pod files
      adds  ab784f3   changelog for .pod-skipping in PkgVersion
      adds  187a3d7   t/commands/authordeps.t: remove Path::Class code to test 
Util::AuthorDeps supporting this properly
      adds  737e99b   t/minter.t: Drop explicit Path::Class logic to test it 
being handled properly by the tester
      adds  e300e81   Dist::Zilla::Tester: Forcibly convert global_config_root 
to a Path::Class::Dir in _new_from_profile.
      adds  6b1f73f   add license module prerequirement to authordeps
      adds  79172ac   lessen the scope of $license
      adds  0e59868   changelog for license in authordeps
      adds  d0b55d5   use canonical forms for RT links in metadata
      adds  0e93a0c   Add `build_element` support to the ModuleBuild plugin.
      adds  5f0448c   changelog entry for build_element
      adds  de6db4b   Add --test_verbose option to dzil test
      adds  0733f9d   test for test prereqs
      adds  67d9bf1   new native filefinder :ExtraTestFiles
      adds  9e3ba3b   add prereqs found in xt/ to develop requires
      adds  db18266   document the Dist-Zilla stability promise
      adds  73b45b5   new filefinder :PerlExecFiles
      adds  5f236dc   Emit dist_ini()s generated text with payload keys sorted.
      adds  6b69fc9   state the full path of the file being considered
      adds  387e362   treat GatherDir.root relative to the repository root
      adds  1162c6d   document version attribute in Filter bundle
      adds  8d5c4a0   follow Moose best practices by method-modifying the 
existing BUILDARGS
      adds  c56dc62   add error checking to the rmtree call in build preparation
      adds  24d12e5   win32: spin for at least a second on non-child lock on 
directory deletion
      adds  9cbfaf2   detect when a plugin in ~/.dzil/config.ini is not 
installed
      adds  a9b0c4d   changelog for last two updates
      adds  9da5508   add 'ignore' attribute to Plugin::Encoding
      adds  282bf7a   adding test
      adds  20e75cb   changelog for Encoding ignore
      adds  0a5cae0   only capture what we need
      adds  37b00ff   allow version ranges in authordep specifications
      adds  577d436   provide better diagnostics on PAUSE config file error
      adds  2fe62cd   Fix warning on Perl 5.8.8 that causes test failure in 
file.t
      adds  cd71b3e   Fix another potential warning on Perl 5.8.8
      adds  b74424d   update changelog with names
      adds  4e5adf0   fix two conditions
      adds  2e6d70c   document [ModuleBuild] build_element option
      adds  948fa48   remove fatalized warnings
      adds  26c1892   provide_license takes a two-arg hashref (closes #477)
      adds  b31861e   Fix all/none file finder plugin names
      adds  fab4e62   Include file name when croaking in ppi_document_for_file()
      adds  fa1b598   changelog for PPI error improvements
      adds  dbd904a   keep EXE_FILES sorted, omitting empty lists
      adds  4d5196b   sort these lists that appear in metadata
      adds  c6527f4   canonicalize boolean options to 0,1
      adds  0887efc   report relative paths only
      adds  9eaadfd   omit EXE_FILES from Makefile.PL when not needed
      adds  f1579f5   omit script_files, various prereq keys from Build.PL when 
not needed
      adds  cce7412   keep script_files sorted
      adds  9f30ec7   omit configure-requires prerequisites from merged_requires
      adds  ccfd917   v5.038
      adds  f3bc986   Remove duplicate Changes line
      adds  eb2056f   use newer MXRP to avoid deprecation warning
      adds  e15f733   v5.039
      adds  b10e722   Imported Upstream version 5.039
       new  37195ae   Merge tag 'upstream/5.039'
       new  40e173d   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                                            | 117 ++++
 LICENSE                                            |   6 +-
 MANIFEST                                           |  20 +-
 META.json                                          | 341 ++++++++----
 META.yml                                           | 308 +++++++----
 Makefile.PL                                        |  40 +-
 README                                             |   6 +-
 bin/dzil                                           |   4 +-
 corpus/dist/AuthorDeps/dist.ini                    |   1 +
 corpus/dist/AutoPrereqs/dist.ini                   |   3 +
 corpus/dist/AutoPrereqs/lib/DZPA/Main.pm           |  15 +
 .../dist/DZT_Bin/{test.pl => another_perl_script}  |   1 +
 corpus/dist/DZT_Bin/test.bash                      |   3 +
 cpanfile                                           |  23 +-
 debian/changelog                                   |   7 +-
 dist.ini                                           |  16 +-
 lib/Dist/Zilla.pm                                  | 593 +++++++++++++++++++--
 lib/Dist/Zilla/App.pm                              |  29 +-
 lib/Dist/Zilla/App/Command.pm                      |   7 +-
 lib/Dist/Zilla/App/Command/add.pm                  |   6 +-
 lib/Dist/Zilla/App/Command/authordeps.pm           |   6 +-
 lib/Dist/Zilla/App/Command/build.pm                |  17 +-
 lib/Dist/Zilla/App/Command/clean.pm                |   6 +-
 lib/Dist/Zilla/App/Command/install.pm              |   6 +-
 lib/Dist/Zilla/App/Command/listdeps.pm             |  18 +-
 lib/Dist/Zilla/App/Command/new.pm                  |  27 +-
 lib/Dist/Zilla/App/Command/nop.pm                  |   6 +-
 lib/Dist/Zilla/App/Command/release.pm              |  16 +-
 lib/Dist/Zilla/App/Command/run.pm                  |   6 +-
 lib/Dist/Zilla/App/Command/setup.pm                |   7 +-
 lib/Dist/Zilla/App/Command/smoke.pm                |   6 +-
 lib/Dist/Zilla/App/Command/test.pm                 |  10 +-
 lib/Dist/Zilla/App/Command/version.pm              |  15 +-
 lib/Dist/Zilla/App/Tester.pm                       |   9 +-
 lib/Dist/Zilla/Chrome/Term.pm                      |   6 +-
 lib/Dist/Zilla/Chrome/Test.pm                      |   6 +-
 lib/Dist/Zilla/Dist/Builder.pm                     | 147 +++--
 lib/Dist/Zilla/Dist/Minter.pm                      |  23 +-
 lib/Dist/Zilla/File/FromCode.pm                    |  12 +-
 lib/Dist/Zilla/File/InMemory.pm                    |   6 +-
 lib/Dist/Zilla/File/OnDisk.pm                      |   6 +-
 lib/Dist/Zilla/MVP/Assembler.pm                    |   8 +-
 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                      |  35 +-
 lib/Dist/Zilla/MintingProfile/Default.pm           |   6 +-
 lib/Dist/Zilla/Plugin/AutoPrereq.pm                |   6 +-
 lib/Dist/Zilla/Plugin/AutoPrereqs.pm               |  66 ++-
 lib/Dist/Zilla/Plugin/AutoVersion.pm               |   6 +-
 lib/Dist/Zilla/Plugin/BumpVersion.pm               |   6 +-
 lib/Dist/Zilla/Plugin/CPANFile.pm                  |   7 +-
 lib/Dist/Zilla/Plugin/ConfirmRelease.pm            |  10 +-
 lib/Dist/Zilla/Plugin/DistINI.pm                   |  12 +-
 lib/Dist/Zilla/Plugin/Encoding.pm                  |  32 +-
 lib/Dist/Zilla/Plugin/ExecDir.pm                   |  12 +-
 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                |   9 +-
 lib/Dist/Zilla/Plugin/GatherDir.pm                 |  59 +-
 lib/Dist/Zilla/Plugin/GatherDir/Template.pm        |   7 +-
 lib/Dist/Zilla/Plugin/GenerateFile.pm              |   9 +-
 lib/Dist/Zilla/Plugin/InlineFiles.pm               |   7 +-
 lib/Dist/Zilla/Plugin/License.pm                   |  24 +-
 lib/Dist/Zilla/Plugin/MakeMaker.pm                 |  90 ++--
 lib/Dist/Zilla/Plugin/MakeMaker/Runner.pm          |   8 +-
 lib/Dist/Zilla/Plugin/Manifest.pm                  |  10 +-
 lib/Dist/Zilla/Plugin/ManifestSkip.pm              |  13 +-
 lib/Dist/Zilla/Plugin/MetaConfig.pm                |   6 +-
 lib/Dist/Zilla/Plugin/MetaJSON.pm                  |  19 +-
 lib/Dist/Zilla/Plugin/MetaNoIndex.pm               |   6 +-
 lib/Dist/Zilla/Plugin/MetaResources.pm             |  23 +-
 lib/Dist/Zilla/Plugin/MetaTests.pm                 |   6 +-
 lib/Dist/Zilla/Plugin/MetaYAML.pm                  |   7 +-
 lib/Dist/Zilla/Plugin/ModuleBuild.pm               |  68 ++-
 lib/Dist/Zilla/Plugin/ModuleShareDirs.pm           |  24 +-
 lib/Dist/Zilla/Plugin/NextRelease.pm               |  36 +-
 lib/Dist/Zilla/Plugin/PkgDist.pm                   |  13 +-
 lib/Dist/Zilla/Plugin/PkgVersion.pm                | 109 +++-
 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                    |   6 +-
 lib/Dist/Zilla/Plugin/Prereqs.pm                   |  15 +-
 lib/Dist/Zilla/Plugin/PruneCruft.pm                |  15 +-
 lib/Dist/Zilla/Plugin/PruneFiles.pm                |  14 +-
 lib/Dist/Zilla/Plugin/Readme.pm                    |   7 +-
 lib/Dist/Zilla/Plugin/RemovePrereqs.pm             |  12 +-
 lib/Dist/Zilla/Plugin/ShareDir.pm                  |  13 +-
 lib/Dist/Zilla/Plugin/TemplateModule.pm            |   6 +-
 lib/Dist/Zilla/Plugin/TestRelease.pm               |   7 +-
 lib/Dist/Zilla/Plugin/UploadToCPAN.pm              |  51 +-
 lib/Dist/Zilla/PluginBundle/Basic.pm               |   6 +-
 lib/Dist/Zilla/PluginBundle/Classic.pm             |   6 +-
 lib/Dist/Zilla/PluginBundle/FakeClassic.pm         |   8 +-
 lib/Dist/Zilla/PluginBundle/Filter.pm              |  20 +-
 lib/Dist/Zilla/Prereqs.pm                          |  14 +-
 lib/Dist/Zilla/Role/AfterBuild.pm                  |   6 +-
 lib/Dist/Zilla/Role/AfterMint.pm                   |   6 +-
 lib/Dist/Zilla/Role/AfterRelease.pm                |  16 +-
 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                     |   8 +-
 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                   |  11 +-
 lib/Dist/Zilla/Role/File.pm                        |  68 ++-
 lib/Dist/Zilla/Role/FileFinder.pm                  |   8 +-
 lib/Dist/Zilla/Role/FileFinderUser.pm              |  36 +-
 lib/Dist/Zilla/Role/FileGatherer.pm                |   8 +-
 lib/Dist/Zilla/Role/FileInjector.pm                |  10 +-
 lib/Dist/Zilla/Role/FileMunger.pm                  |  10 +-
 lib/Dist/Zilla/Role/FilePruner.pm                  |   6 +-
 lib/Dist/Zilla/Role/InstallTool.pm                 |   8 +-
 lib/Dist/Zilla/Role/LicenseProvider.pm             |  10 +-
 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                 |  28 +-
 lib/Dist/Zilla/Role/NameProvider.pm                |   6 +-
 lib/Dist/Zilla/Role/PPI.pm                         |  56 +-
 lib/Dist/Zilla/Role/Plugin.pm                      |  20 +-
 lib/Dist/Zilla/Role/PluginBundle.pm                |   6 +-
 lib/Dist/Zilla/Role/PluginBundle/Easy.pm           |  14 +-
 lib/Dist/Zilla/Role/PrereqSource.pm                |   6 +-
 lib/Dist/Zilla/Role/ReleaseStatusProvider.pm       |  66 +++
 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/{Rights.pm => Mint.pm}        |  27 +-
 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                           |  36 +-
 lib/Dist/Zilla/Tutorial.pm                         |   6 +-
 lib/Dist/Zilla/Types.pm                            |  10 +-
 lib/Dist/Zilla/Util.pm                             |  12 +-
 lib/Dist/Zilla/Util/AuthorDeps.pm                  |  17 +-
 lib/Test/DZil.pm                                   |  28 +-
 t/00-report-prereqs.dd                             | 129 +++++
 t/00-report-prereqs.t                              | 183 +++++++
 t/000-report-versions-tiny.t                       | 165 ------
 t/commands/authordeps.t                            |   8 +-
 t/commands/listdeps.t                              |  63 +++
 t/diagnostics/main-module.t                        |  82 ++-
 t/diagnostics/plugin-fail.t                        | 101 ++--
 t/empty-abstract.t                                 |  53 ++
 t/file-addedby.t                                   |  75 +++
 t/file.t                                           |  85 ++-
 t/lib/Dist/Zilla/Plugin/TestReleaseProvider.pm     |  11 +
 t/lib/Dist/Zilla/Plugin/Versioned.pm               |   8 +
 t/load_config.t                                    |  71 +++
 t/minter.t                                         |   2 +-
 t/plugins/autoprereqs.t                            | 108 +++-
 t/plugins/distmeta-merge.t                         |  64 +++
 t/plugins/distmeta.t                               |   8 +-
 t/plugins/encoding.t                               |  46 ++
 t/plugins/extratests.t                             |  19 +-
 t/plugins/filefinders.t                            |  34 ++
 t/plugins/gatherdir.t                              |  19 +-
 t/plugins/installdirs.t                            |  10 +-
 t/plugins/makemaker.t                              |  38 +-
 t/plugins/manifest.t                               |  18 +-
 t/plugins/metanoindex.t                            |   7 +-
 t/plugins/misctests.t                              |  41 +-
 t/plugins/modulebuild.t                            |  17 +-
 t/plugins/nextrelease.t                            |  71 ++-
 t/plugins/pkgdist.t                                |  54 +-
 t/plugins/pkgversion.t                             | 125 +++++
 t/plugins/podsyntaxtests.t                         |  23 +-
 t/plugins/prereqs.t                                |  88 ++-
 t/plugins/prunes.t                                 |  52 ++
 t/plugins/release_status.t                         | 167 ++++++
 t/plugins/uploadtocpan.t                           |  25 +-
 t/tester-sort.t                                    |  12 +
 t/zzz-check-breaks.t                               |  38 ++
 xt/release/changes_has_content.t                   |   2 +-
 192 files changed, 4192 insertions(+), 1561 deletions(-)
 copy corpus/dist/DZT_Bin/{test.pl => another_perl_script} (97%)
 create mode 100644 corpus/dist/DZT_Bin/test.bash
 create mode 100644 lib/Dist/Zilla/Role/ReleaseStatusProvider.pm
 copy lib/Dist/Zilla/Stash/{Rights.pm => Mint.pm} (52%)
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t
 create mode 100644 t/commands/listdeps.t
 create mode 100644 t/empty-abstract.t
 create mode 100644 t/file-addedby.t
 create mode 100644 t/lib/Dist/Zilla/Plugin/TestReleaseProvider.pm
 create mode 100644 t/lib/Dist/Zilla/Plugin/Versioned.pm
 create mode 100644 t/load_config.t
 create mode 100644 t/plugins/distmeta-merge.t
 create mode 100644 t/plugins/encoding.t
 create mode 100644 t/plugins/release_status.t
 create mode 100644 t/tester-sort.t
 create mode 100644 t/zzz-check-breaks.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to