[libdist-zilla-plugin-makemaker-fallback-perl] annotated tag upstream/0.026 created (now 9855a3f)

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


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

gregoa pushed a change to annotated tag upstream/0.026
in repository libdist-zilla-plugin-makemaker-fallback-perl.

        at  9855a3f   (tag)
   tagging  ae06eaf5065bc1bbfd6bcc424670ef83641bbf41 (commit)
  replaces  upstream/0.025
 tagged by  gregor herrmann
        on  Wed Jan 3 21:37:37 2018 +0100

- Log -----------------------------------------------------------------
Upstream version 0.026

Karen Etheridge (162):
      initial commit
      initial code and tests
      documentation
      make pod coverage and spelling tests pass
      bootstrap ourselves into this dist; specify missing prereqs
      in order to ship ourselves with ourselves, we need to inject a proper $VERSION
      insert warning data into pod
      commit preliminary LICENSE and README.md
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.001
      punctuation
      depend on the version with the Data::Dumper fix
      explain how the data got here
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.002
      add the test file to the right place so it actually runs
      add missing developer prereq
      check configure_requires before displaying the warning
      new CONTRIBUTING file
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.003
      remove cruft
      add irc and mailing list metadata
      we already checked the version string above
      copy interactive terminal detection logic; copied from Moo/Makefile.PL
      for now, "real" builder must appear first for "dzil run" to work
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.004
      add an option to disable the spammy warning
      PodWeaver 4 now includes -SingleEncoding
      also mention the CPAN.pm and CPANPLUS options to fix
      improve heuristic for detecting whether we really are a fallback
      better error message
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.005
      doc tweaks
      sort the dumped %configure_requires prereqs, for consistency across releases
      weeding out of version ranges was never being done - fixed!
      add commented-out dump_config as placeholder
      adjust prereq so it is visible via "dzil authordeps"
      tighten up entries
      drop the ego lines in changelog entries
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.006
      plugin was renamed
      even better check for Makefile.PL and Build.PL
      nicer syntax
      avoid use of Path::Class API
      maximal use of Path::Tiny over Path::Class
      use my new [Test::CleanNamespaces] plugin!
      "dzil test" will run tests without extra testing variables, for "dzil release" or "dzil test --release"
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.007
      on some older perls, assigning undef generates a warning
      Allow dump_config to include all the content brought in by superclasses
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.008
      properly skip test when necessary prereq for this test is not present
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.009
      remove unneeded plugin
      tighten up entries
      provide a --verbose logging message during testing
      shuffle the plugin order and use the bundle for the other installer, to get its config
      decode_json expects octets, not characters
      eliminate (direct) use of File::Find and File::Spec
      allow Makefile.PL to run even if EUMM specified in configure-requires is not satisfied
      also use [ModuleBuildTiny::Fallback] in the Build.PL, for maximum fallbackiness
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.010
      refer to the other installer plugins
      add keywords to metadata
      add a placeholder .mailmap
      this test is now redundant with t/02-test.t - remove
      eliminate a prereq by testing distmeta directly
      insert %configure_requires into file when template is run, not when template string is fetched
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.011
      re-enable the ability to execute the raw code outside a dzil build by escaping embedded template markers
      give this placeholder test a name
      fix munging of eumm_version in template, when it is set
      fix minimum perl version required - \N was the bar (5.011), not \K (5.010)
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.012
      really fix tests that fail when older [MakeMaker] is installed, that has a eumm_version default
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.013
      shorter pod lists
      document the double testing behaviour that changed with version 0.007
      as of Dist::Zilla 5.021, configure-requires might contain a perl prereq - delete it from the list to verify
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.014
      more diagnostics on failure
      ensure no trailing whitespace was added to Makefile.PL
      fix inaccurate test description
      look for more variants of the "use" line
      also test the main header
      strip ExtUtils::MakeMaker (and friends) from configure requires
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.015
      $dist is not passed to the template until MMA 0.15
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.016
      at long last, drop the use of fatal warnings in tests
      list contributors in pod
      keep $VERSION right in the repo
      [Test::CleanNamespaces] is now provided by my plugin bundle
      add a test that runs `moose-outdated`
      hardcode the distribution name in Changes, to reduce churn on each release
      fix vim modeline
      remove unneeded entries
      remove unnecessary file in test distribution
      do not use subdir in nonexistent directory
      use a more specific link
      switch to my podweaver plugin bundle
      this authordep is now redundant
      reorder these configs so as to use the plugins (and defaults) via the plugin bundle
      represent this string literally
      also suppress the sleep when PERL_MM_FALLBACK_SILENCE_WARNING is set
      ExtUtils::MakeMaker before 6.25 did not understand that Build.PL should not be added to PL_FILES
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.017
      increment $VERSION after 0.017 release
      document why we check prereqs by version comparison, rather than using CPAN::Meta
      fix vim modeline
      Upgrade [MakeMaker::Awesome] if it is too old to use the FileGathering phase but [MakeMaker] is
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.018
      increment $VERSION after 0.018 release
      gah! I typoed the module name
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.019
      increment $VERSION after 0.019 release
      whitespace
      use -condition to tidy this config up a bit
      make sure to report on the installed version of this tool
      make use of the Verbatim transformer to indent this properly in the woven pod
      STFU here too!
      fix INI comment that no longer parses
      add comment, in case we ever use ourselves
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.020
      increment $VERSION after 0.020 release
      this section is now generated by my weaver bundle
      fix test that broke when [MakeMaker::Awesome] 0.35 added configs (RT#107198)
      use the latest [DynamicPrereqs] sugar
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.021
      increment $VERSION after 0.021 release
      use latest [DynamicPrereqs] syntax
      include our version explicitly in dumped configs if we were subclassed
      /m is not needed here
      make comment more accurate
      fix Test::More prereq for done_testing
      explain why we do not use ourselves
      be noisy when we failed to find the insertion point
      move extra content into a separate sub
      use a more reliable position to start munging at
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.022
      increment $VERSION after 0.022 release
      ensure that we do not try to use a version of MBT higher than available
      switch from Test::Requires to Test::Needs
      print diagnostics if "perl Build.PL" died
      use visit()
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.023
      increment $VERSION after 0.023 release
      ensure vim modeline is in the first 5 line
      also run Module::Runtime::Conflicts in t/zzz-check-breaks.t
      clarify wording in warning message
      fix Test::More prereq for subtests
      improve wording in docs
      use Travis CI
      always display long warning; dump errors from loading configure-requires
      allow configure-require prereqs to be registered
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.024
      increment $VERSION after 0.024 release
      display printing the warning during author test/release, when it is expected
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.025
      increment $VERSION after 0.025 release
      wrap warning messages to 78 chars
      do nothing during "build", since Build.PL will do that for us
      remove dynamic prereq, resume bootstrapping
      Dist-Zilla-Plugin-MakeMaker-Fallback-0.026

gregor herrmann (1):
      New upstream version 0.026

-----------------------------------------------------------------------

No new revisions were added by this update.

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