[libdist-zilla-plugin-makemaker-fallback-perl] branch master updated (e43c903 -> 72687ef)

gregor herrmann gregoa at debian.org
Wed Jan 3 20:43:31 UTC 2018


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

gregoa pushed a change to branch master
in repository libdist-zilla-plugin-makemaker-fallback-perl.

      from  e43c903   update changelog
      adds  423ff3c   initial commit
      adds  dff4aea   initial code and tests
      adds  8112591   documentation
      adds  4f799b9   make pod coverage and spelling tests pass
      adds  1dfafb4   bootstrap ourselves into this dist; specify missing prereqs
      adds  651fd88   in order to ship ourselves with ourselves, we need to inject a proper $VERSION
      adds  97e101a   insert warning data into pod
      adds  c8ad4da   commit preliminary LICENSE and README.md
      adds  3166b5d   Dist-Zilla-Plugin-MakeMaker-Fallback-0.001
      adds  ddc0e68   punctuation
      adds  539a969   depend on the version with the Data::Dumper fix
      adds  137e4b7   explain how the data got here
      adds  5e32b1c   Dist-Zilla-Plugin-MakeMaker-Fallback-0.002
      adds  ed7867d   add the test file to the right place so it actually runs
      adds  ff56860   add missing developer prereq
      adds  d0d4efd   check configure_requires before displaying the warning
      adds  5b86cfd   new CONTRIBUTING file
      adds  6961fc3   Dist-Zilla-Plugin-MakeMaker-Fallback-0.003
      adds  b9e6aed   remove cruft
      adds  742a8a4   add irc and mailing list metadata
      adds  d05d2c9   we already checked the version string above
      adds  6bece91   copy interactive terminal detection logic; copied from Moo/Makefile.PL
      adds  1f4a709   for now, "real" builder must appear first for "dzil run" to work
      adds  5424518   Dist-Zilla-Plugin-MakeMaker-Fallback-0.004
      adds  1cbe341   add an option to disable the spammy warning
      adds  587f791   PodWeaver 4 now includes -SingleEncoding
      adds  63ac005   also mention the CPAN.pm and CPANPLUS options to fix
      adds  79c046c   improve heuristic for detecting whether we really are a fallback
      adds  5a43502   better error message
      adds  8cb6305   Dist-Zilla-Plugin-MakeMaker-Fallback-0.005
      adds  62dd186   doc tweaks
      adds  a36cde5   sort the dumped %configure_requires prereqs, for consistency across releases
      adds  b6aea93   weeding out of version ranges was never being done - fixed!
      adds  43f5547   add commented-out dump_config as placeholder
      adds  4677503   adjust prereq so it is visible via "dzil authordeps"
      adds  4d28b0b   tighten up entries
      adds  45cf6d2   drop the ego lines in changelog entries
      adds  0a32ff8   Dist-Zilla-Plugin-MakeMaker-Fallback-0.006
      adds  4dce419   plugin was renamed
      adds  af763ad   even better check for Makefile.PL and Build.PL
      adds  3e00371   nicer syntax
      adds  cca961c   avoid use of Path::Class API
      adds  961e83c   maximal use of Path::Tiny over Path::Class
      adds  d7c7912   use my new [Test::CleanNamespaces] plugin!
      adds  9f8cd0e   "dzil test" will run tests without extra testing variables, for "dzil release" or "dzil test --release"
      adds  590218e   Dist-Zilla-Plugin-MakeMaker-Fallback-0.007
      adds  46b8c1b   on some older perls, assigning undef generates a warning
      adds  3d04689   Allow dump_config to include all the content brought in by superclasses
      adds  98dd058   Dist-Zilla-Plugin-MakeMaker-Fallback-0.008
      adds  11d068a   properly skip test when necessary prereq for this test is not present
      adds  13d54fe   Dist-Zilla-Plugin-MakeMaker-Fallback-0.009
      adds  dd4e045   remove unneeded plugin
      adds  0237b43   tighten up entries
      adds  1ec5937   provide a --verbose logging message during testing
      adds  2d36c17   shuffle the plugin order and use the bundle for the other installer, to get its config
      adds  cbbbe11   decode_json expects octets, not characters
      adds  929760a   eliminate (direct) use of File::Find and File::Spec
      adds  7bcc975   allow Makefile.PL to run even if EUMM specified in configure-requires is not satisfied
      adds  b3d1666   also use [ModuleBuildTiny::Fallback] in the Build.PL, for maximum fallbackiness
      adds  bc4c193   Dist-Zilla-Plugin-MakeMaker-Fallback-0.010
      adds  52d0bcc   refer to the other installer plugins
      adds  54fca22   add keywords to metadata
      adds  daebb47   add a placeholder .mailmap
      adds  1031c77   this test is now redundant with t/02-test.t - remove
      adds  f06c143   eliminate a prereq by testing distmeta directly
      adds  13b049d   insert %configure_requires into file when template is run, not when template string is fetched
      adds  0f69b8f   Dist-Zilla-Plugin-MakeMaker-Fallback-0.011
      adds  a7b33de   re-enable the ability to execute the raw code outside a dzil build by escaping embedded template markers
      adds  12218a4   give this placeholder test a name
      adds  b46460d   fix munging of eumm_version in template, when it is set
      adds  0c6e455   fix minimum perl version required - \N was the bar (5.011), not \K (5.010)
      adds  2d7f2cf   Dist-Zilla-Plugin-MakeMaker-Fallback-0.012
      adds  26368c0   really fix tests that fail when older [MakeMaker] is installed, that has a eumm_version default
      adds  682331e   Dist-Zilla-Plugin-MakeMaker-Fallback-0.013
      adds  62b0769   shorter pod lists
      adds  1f01570   document the double testing behaviour that changed with version 0.007
      adds  e2749d5   as of Dist::Zilla 5.021, configure-requires might contain a perl prereq - delete it from the list to verify
      adds  3044c8b   Dist-Zilla-Plugin-MakeMaker-Fallback-0.014
      adds  253aa13   more diagnostics on failure
      adds  c299df0   ensure no trailing whitespace was added to Makefile.PL
      adds  12e092e   fix inaccurate test description
      adds  699294b   look for more variants of the "use" line
      adds  6a46d2b   also test the main header
      adds  42a78f6   strip ExtUtils::MakeMaker (and friends) from configure requires
      adds  64cbdf1   Dist-Zilla-Plugin-MakeMaker-Fallback-0.015
      adds  1a9fefb   $dist is not passed to the template until MMA 0.15
      adds  ef4d8ce   Dist-Zilla-Plugin-MakeMaker-Fallback-0.016
      adds  a576aad   at long last, drop the use of fatal warnings in tests
      adds  666fd0d   list contributors in pod
      adds  01cb1ff   keep $VERSION right in the repo
      adds  f13df8d   [Test::CleanNamespaces] is now provided by my plugin bundle
      adds  01132e2   add a test that runs `moose-outdated`
      adds  b51fa14   hardcode the distribution name in Changes, to reduce churn on each release
      adds  d17ec25   fix vim modeline
      adds  2f878ce   remove unneeded entries
      adds  8c29354   remove unnecessary file in test distribution
      adds  b33eceb   do not use subdir in nonexistent directory
      adds  a2e0edf   use a more specific link
      adds  8beaaa7   switch to my podweaver plugin bundle
      adds  81258ad   this authordep is now redundant
      adds  01630bb   reorder these configs so as to use the plugins (and defaults) via the plugin bundle
      adds  a7c8af5   represent this string literally
      adds  21a8429   also suppress the sleep when PERL_MM_FALLBACK_SILENCE_WARNING is set
      adds  f4cff03   ExtUtils::MakeMaker before 6.25 did not understand that Build.PL should not be added to PL_FILES
      adds  002c7ae   Dist-Zilla-Plugin-MakeMaker-Fallback-0.017
      adds  0b52316   increment $VERSION after 0.017 release
      adds  150595e   document why we check prereqs by version comparison, rather than using CPAN::Meta
      adds  59ac5f1   fix vim modeline
      adds  d38b4d7   Upgrade [MakeMaker::Awesome] if it is too old to use the FileGathering phase but [MakeMaker] is
      adds  4d128c4   Dist-Zilla-Plugin-MakeMaker-Fallback-0.018
      adds  8713ca0   increment $VERSION after 0.018 release
      adds  1d9de72   gah! I typoed the module name
      adds  48b8e34   Dist-Zilla-Plugin-MakeMaker-Fallback-0.019
      adds  e5c4b58   increment $VERSION after 0.019 release
      adds  2225e31   whitespace
      adds  4948e14   use -condition to tidy this config up a bit
      adds  bc6357d   make sure to report on the installed version of this tool
      adds  9441e1b   make use of the Verbatim transformer to indent this properly in the woven pod
      adds  b45ee1b   STFU here too!
      adds  3953a62   fix INI comment that no longer parses
      adds  d573830   add comment, in case we ever use ourselves
      adds  bd5c8a4   Dist-Zilla-Plugin-MakeMaker-Fallback-0.020
      adds  bd09070   increment $VERSION after 0.020 release
      adds  4fd7f13   this section is now generated by my weaver bundle
      adds  9fae76b   fix test that broke when [MakeMaker::Awesome] 0.35 added configs (RT#107198)
      adds  ee9a72d   use the latest [DynamicPrereqs] sugar
      adds  27e9d30   Dist-Zilla-Plugin-MakeMaker-Fallback-0.021
      adds  2188982   increment $VERSION after 0.021 release
      adds  0702c8f   use latest [DynamicPrereqs] syntax
      adds  980dc60   include our version explicitly in dumped configs if we were subclassed
      adds  571e500   /m is not needed here
      adds  0b7e554   make comment more accurate
      adds  290f954   fix Test::More prereq for done_testing
      adds  2a45778   explain why we do not use ourselves
      adds  205c6cb   be noisy when we failed to find the insertion point
      adds  05fdca3   move extra content into a separate sub
      adds  8e57309   use a more reliable position to start munging at
      adds  9da32a8   Dist-Zilla-Plugin-MakeMaker-Fallback-0.022
      adds  4335ac2   increment $VERSION after 0.022 release
      adds  e5652de   ensure that we do not try to use a version of MBT higher than available
      adds  3115967   switch from Test::Requires to Test::Needs
      adds  2231c5e   print diagnostics if "perl Build.PL" died
      adds  1b5ac33   use visit()
      adds  d0054b9   Dist-Zilla-Plugin-MakeMaker-Fallback-0.023
      adds  40c0f26   increment $VERSION after 0.023 release
      adds  fa49886   ensure vim modeline is in the first 5 line
      adds  bf77ce8   also run Module::Runtime::Conflicts in t/zzz-check-breaks.t
      adds  7bdb70b   clarify wording in warning message
      adds  4e44338   fix Test::More prereq for subtests
      adds  f762a3d   improve wording in docs
      adds  6612111   use Travis CI
      adds  f8ca2c4   always display long warning; dump errors from loading configure-requires
      adds  04d48cb   allow configure-require prereqs to be registered
      adds  c671994   Dist-Zilla-Plugin-MakeMaker-Fallback-0.024
      adds  96f9f76   increment $VERSION after 0.024 release
      adds  a63500b   display printing the warning during author test/release, when it is expected
      adds  f4bac44   Dist-Zilla-Plugin-MakeMaker-Fallback-0.025
      adds  7d713b9   increment $VERSION after 0.025 release
      adds  20744e1   wrap warning messages to 78 chars
      adds  9956d24   do nothing during "build", since Build.PL will do that for us
      adds  acff9a1   remove dynamic prereq, resume bootstrapping
      adds  fe1449d   Dist-Zilla-Plugin-MakeMaker-Fallback-0.026
      adds  ae06eaf   New upstream version 0.026
       new  8a5d9f1   Update upstream source from tag 'upstream/0.026'
       new  db6422b   Update debian/changelog
       new  bf02d64   Update build dependencies.
       new  45b2ea4   Reformat debian/control with cme
       new  4abee11   Declare compliance with Debian Policy 4.1.3.
       new  68d52f6   Bump debhelper compatibility level to 10.
       new  72687ef   releasing package libdist-zilla-plugin-makemaker-fallback-perl version 0.026-1

The 7 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:
 Build.PL                                    | 153 ++++++++++++++++++++++++++++
 Changes                                     |   6 ++
 INSTALL                                     |   6 +-
 MANIFEST                                    |   1 +
 META.json                                   | 110 +++++++++++++-------
 META.yml                                    |  87 ++++++++++------
 Makefile.PL                                 | 120 +++++++++++++---------
 README                                      |   2 +-
 debian/changelog                            |  10 +-
 debian/compat                               |   2 +-
 debian/control                              |  45 ++++----
 dist.ini                                    |  11 +-
 lib/Dist/Zilla/Plugin/MakeMaker/Fallback.pm |  38 ++++---
 t/00-report-prereqs.dd                      |  12 +--
 t/00-report-prereqs.t                       |   4 +-
 xt/release/changes_has_content.t            |  11 +-
 16 files changed, 430 insertions(+), 188 deletions(-)
 create mode 100644 Build.PL

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



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