[libdist-zilla-plugin-test-compile-perl] annotated tag debian/2.058-1 created (now c8dc5c7)

gregor herrmann gregoa at debian.org
Wed Jan 3 20:50:56 UTC 2018


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

gregoa pushed a change to annotated tag debian/2.058-1
in repository libdist-zilla-plugin-test-compile-perl.

        at  c8dc5c7   (tag)
   tagging  ac1b1f26bcfd08eddf920ccec143e5d807771f08 (commit)
  replaces  debian/2.057-1
 tagged by  gregor herrmann
        on  Wed Jan 3 21:50:00 2018 +0100

- Log -----------------------------------------------------------------
tagging package libdist-zilla-plugin-test-compile-perl version debian/2.058-1
-----BEGIN PGP SIGNATURE-----

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpNQfhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qga9kQ/+L/MQCNaZ/1uzT1Ix5gOTkVf4+gwi5aJpv8G04tNGM1xJxB6rY88zJCTF
N+p1sx/lSF1wsOTVAJvCtN1c4/v+35VwVFzY5/C0XcD/7moj7KE4EQLxIOLcDoR+
lge3T77O2NvPJ2RLiHAIdq+Wa6mOJl7rjzQvZJJOdqnTSIHgTQeLS5No01Jle01p
cIaTST7WCdImdmV8IVA/pUVWQypL9pzevmI+gow9wBxuhKCsyuwKp3M3F/RZZpzz
Wn5r36rScf7kfY5VpKPRM3tbF/VDKD5/YYuZKUJbxnz2Jf6uExv7ofIBgfC81lfE
8HLcyEJqHh+futkqa1d//fzbDd9bUPqKeRaJGGHa6UTu68fyWvNNYrw2Wq96AcFE
GNihXzTZ7wQxfhVUmHTdWF/5EDIOGIT2NOH1/sLyulDg6hLXRpjom/pQz2/uIMM/
1cqdfhgiDxntmyuV17NBEwpOMXAlqE+1zS/EXIqQy/7YEHomz6bMicsIIXBAjisV
Ic1W9D95LwPJMbEt7QFFxNneu8rMMH4bY2FrkfPyJNl7K9NUomLU+DNAR8j4VMHj
RUwrxPCWcqiO60wbXRJHKQ1nERvB3hqNKOeDXDbPb61bkbhcV9Zz14myQ0A6rLlH
9/93fS9g/zFHBSCO55jOb+NQvF3cMip34g34ZUoWqg3pycIEq04=
=N9C4
-----END PGP SIGNATURE-----

Ahmad M. Zawawi (5):
      Added no_display option to enable skipping on non-win32 system when $ENV{DISPLAY} is not set.
      no_display is now called needs_display and it reuses Test::NeedsDisplay
      Removed reuse of Test::NeedsDisplay. It fails when DISPLAY is not set!
      Removed dependency on failing Test::NeedsDisplay
      Removed an extra semicolon

Chris Weyl (1):
      Look for scripts in scripts/, too

Damyan Ivanov (2):
      declare conformance with Policy 4.1.2 (no changes needed)
      update changelog

David Golden (3):
      empty commit to add xdg to contributors
      add prereqs option
      add xt_mode option

Graham Knop (2):
      fix nesting of options in pod
      drain filehandle before waiting for subprocess to finish

Harley Pig (2):
      do naive checking for shebang line, no shebang line, or does not have perl on it, it is not a perl script, skip it
      fixed assumption about how where we are when opening file

Jerome Quelin (14):
      v1.112380
      fixing pod coverage
      ignoring new dist name
      v1.112390
      more aggressive documentation for deprecated module
      fix github url
      v1.112391
      examples should use new module name
      v1.112392
      v1.112400
      v1.112820
      dzil migrated to @Author::JQUELIN
      v2.000
      v2.001

Jesse Luehrs (3):
      don't do "plan 0"
      do require rather than use, so it only tests compilation
      also allow skipping tests of script files

Jérôme Quelin (50):
      first module version
      ini file for dist-zilla
      change file
      manifest plugin should be last
      v0.1.1
      file::find::rule is core
      v0.1.2
      force prereq file::find::rule
      - v0.1.3
      split line
      moving static meta information at the beginning
      adding critic tests
      adding provides meta information
      adding a comment
      moving to autoversion
      quieting critic tests
      v1.092370
      using less magical load test
      using nextversion
      v1.092460
      allow skip parameter
      pod update for skip param
      adding a see also section
      pod update
      v1.092840
      ignore file for git
      skip did not update test count
      v1.092870
      using jquelin pluginbundle
      change trusting for pod::coverage
      requiring perl 5.8.x
      adding example dist.ini
      faking $ENV{HOME} for cpantesters
      v1.100160
      new parameter fake_home
      v1.100220
      v1.100740
      fix #57974: test::script 1.05 changed its interface
      v1.101500
      fix rt#55957 - strip leading white spaces in module output
      v1.101600
      v1.101800
      skip dzil build files
      v1.103000
      v1.103010
      v1.103030
      update meta resources
      v1.110870
      fix rt#67183 - do not fail if no bin directory exists
      v1.110930

Karen Etheridge (360):
      more pod markup
      can just use default=>0 instead of predicates
      new bail_out_on_fail option
      fix doc error in config variable name
      chdir out of temp dir, to avoid warnings from File::Temp::cleanup and File::Path::rmtree
      use our own bail_out_on_fail feature
      RT#84904 - Test::More 0.94 needed for is_passing()
      v2.002
      add Test::Script to optional prereqs
      new fail_on_warning feature
      stop trying to count our tests
      make fail_on_warning accept: none, author, all
      Merge branch 'topic/fail_on_warning'
      ignore tmp dir created by tests
      fix docs of fail_on_warning
      do not package dev and temp files
      include TRIAL flag in Changes
      v2.003
      oops! missing )
      v2.004
      add contributors to metadata and pod
      remove unneeded shebangs, in generated test and ours
      document which version of the plugin generated the test
      resolve mswin32 failures
      v2.005
      prompt the user before trying to release (but after all BeforeRelease checks are done)
      install release locally after uploading
      work with the .pm directly, making it possible to embed filenames in the future
      skip the Test::Script section if @scripts is empty
      remove use of File::Find and replace with FileFinders at build time
      inject test prereqs
      v2.006
      install with cpanm
      switch to building with Module::Build::Tiny, for saner cpantesters reports
      require Test::Script if there are scripts to test; inject accurate prereqs
      v2.007
      respect the skip value, and do the filtering at build time
      v2.008
      allow specifying "skip" more than once
      simplify the code by using a Text::Template to generate the test
      ensure the test is not generated with trailing spaces
      use -Mblib for module tests, just like Test::Script does
      remove an unnecessary string variable
      properly inject Capture::Tiny as a prereq
      do not load File::Temp unless it is used
      v2.009
      eliminate a few more local variables
      sort filenames when they get inlined into the test, for smaller diffs
      Test::Kwalitee::Extra doesn't like the syntax we use
      fix conflicts entries for Test::Kwalitee::Extra
      cannot use [ReportVersions::Tiny] for now (RT#87364)
      work around bad Dist::Zilla::Plugin::Conflicts (0.11)
      add test to make conflicts issues more visible
      document this change
      changelog for stable release
      v2.010
      always skip checking .pod files
      v2.011
      fix docs - no longer subclassing InlineFiles
      include finder names in config used by [MetaConfig]
      go back to testing .pm files with -Ilib
      v2.012
      some more release-time checking
      test with blib again - this should be okay
      strip leading lib/ to properly solve the duplicate loading issue
      v2.013
      Merge pull request #2 from dolmen/fix-deps
      fix dist name in Changes file
      use the proper "make" for all platforms (RT#84781)
      also test the script
      be sure we are testing the right number of files
      properly strip lib/ from filenames on win32
      v2.014
      Merge pull request #3 from pshangov/windows_path_backslashes
      fix number of files tested
      changelog for qq fix
      v2.015
      %INC entries always use /, even on win32
      v2.016
      we can also add a develop-requires check for [Conflicts] != 0.11
      remove erronous conflicts metadata entry for Test::Kwalitee::Extra
      v2.017
      fix whitespace test
      use consistent style for sub declarations
      whitespace
      clean all imports, not just those from Moose
      insert the list of .pm files in the FileMunger phase, not FileGatherer
      check for warnings after testing scripts
      test for the names of the files being tested
      v2.018
      Merge pull request #4 from haarg/master
      depend on a fixed Data::Section
      handle filenames containing whitespace by wrapping in quotes
      move module import closer to where it is used
      blib has been cored since 5.004; it is not needed to be injected into prereqs
      add some debug logging
      pass zilla and plugin objects to template
      add lots of release tests, keeping them in xt/
      fix Changes timestamps in conformance with CPAN::Changes::Spec
      add (passing) spelling tests
      avoid indexing ::Conflicts module
      remove the use of Capture::Tiny
      affirm that we use no non-core prereqs (except Test::Script)
      Merge branch 'topic/no_capture_tiny'
      v2.019
      deprecated_in requires Module::CoreList 2.77
      [CompileTests] has warned for quite some time; remove (it will still be available in the index at the previous version)
      v2.020
      ::Conflicts is already unindexed; this adds nothing
      avoid weaving pod into ::Conflicts
      add dependency on the version that added warning()
      avoid inserting filename into warning message
      check at build and release time if anything is out of date
      v2.021
      remove inaccurate documentation - see "script_finder"
      make config names a little more distinct in the docs
      group the finder configs at the end
      clarify ExecDir reference
      fix errors in pod links
      see also Test::Script
      changelog for doc fixes
      our main test also tests a script
      remove redundant links (metacpan and sco provide links to these)
      string comparison fails on win32 when we include a newline
      stop stop weaving pod into ::Conflicts; pod coverage tests complain when there is no pod
      v2.022
      clarify that the failing tests were in this dist, not in the dist being built
      capture warnings and dump on failure, in case we get an arrayref instead of just one warning
      use a gensym instead of devnull for stdin
      send subprocess stdout to our stderr so we can see it in test output
      rename this test to use consistent naming scheme
      use Test::DZil instead of Dist::Zilla::Tester - it's shorter!
      only declare @scripts if there are scripts to test (no operational changes)
      dump Test::Script - no non-core deps, and now using $^X, not $PATH perl
      extract flags from shebang line to reuse in perl -c
      avoid blowing up if the dist ships a script that isn't perl
      when we use do{}, we need to check $@ !!!
      drop use of done_testing in tests, to avoid Test::More 0.88 dependency
      v2.023
      Path::Class -> Path::Tiny
      doc tweak
      test for \R, not $ - re failures like http://www.cpantesters.org/cpan/report/4341485e-6bf4-1014-8173-0b6cdb05e747
      v2.024
      add authority metadata
      move core test to its own file, test all features, and test syntax also
      \R was added in 5.009005
      on older perls, perl -c emits the base filename to stderr on success, not "syntax OK"
      v2.025
      neither chomp nor qr/...$/ work on win32 without the :crlf layer on the fh (thanks leont!)
      v2.026
      lower the core prereq bar to 5.6.2 (the version that shipped File::Find), and promise in docs that we will stick to this
      Dist::Zilla 4.300038 has a workaround for the yaml encoding issue (see rjbs/Dist-Zilla#200)
      v2.027
      binmode must be called after the fh is opened
      don't let warnings from upstream deps kill us! fail for authors only
      new "filename" option, for xdg
      v2.028
      we need Test::Warnings::warning(s) even for non-authors
      v2.029
      spelling
      use naming scheme
      Test::Warning 0.009 fixes :no_end_test
      v2.030
      the Test::Warnings change was bogus.. sigh
      add back mistakenly-omitted no-warnings-at-end-of-testing tests
      missing )
      missing pod directive (apparently harmless)
      forgot to make warnings fatal here
      no longer need this lib here
      test for files by full name
      allow the test to function even when called directly, without building the dist
      unroll the corpus directory into an inlined build, for more transparency of what is being tested
      pass cmd and args as separate elements to avoid shell/cmd.exe
      v2.031
      oops, only apply :crlf layer on win32 (thanks kentnl)
      script testing also needs File::Spec
      use Capture::Tinier to bypass weird pseudo-fork issues with win32
      v2.032
      Revert "use Capture::Tinier to bypass weird pseudo-fork issues with win32"
      Merge branch 'pr/5'
      File::Spec is now always needed
      also fix stderr, drain stderr when testing scripts
      changelog for capture::tinier -> IPC::Open3 reversion
      convert to my pluginbundle (sorry JQUELIN!) to allow bootstrapping ourselves
      ship ourselves with a test generated with our own code
      Dist-Zilla-Plugin-Test-Compile-2.033
      test all of $?, for things like core dumps (thanks ribasushi)
      stop Test::Mojibake from complaining about our malformed pod
      :no_end_test + done_testing requires Test::Warnings 0.009
      remove redundant authordep specification
      provide both a Makefile.PL and a Build.PL
      generate these .pm files a little more compactly
      tighten up .gitignore entries
      Dist-Zilla-Plugin-Test-Compile-2.034
      Merge remote-tracking branch 'xdg/topic/optional-deps'
      link to Dist::Zilla!
      tests for new "phase" feature
      store the value of this config
      Dist-Zilla-Plugin-Test-Compile-2.035
      Merge pull request #8 from dagolden/topic/xt-mode
      remove use of lazy_build; changelog and tests for xt_mode
      new CONTRIBUTING file being added
      Dist-Zilla-Plugin-Test-Compile-2.036
      always fall back to lib if no blib; allows other filenames under xt/
      use $inc_switch for scripts too (broken in v0.036)
      looks like I can remove the win32 whitespace diagnostic hook now
      Dist-Zilla-Plugin-Test-Compile-2.037
      Dist::Zilla 5.000 fixes our encoding issues
      reuse the same $stdin and $stderr handles across all processes
      move [Prepender] to touch main .pm file before [ReadmeAnyFromPod] reads from it
      update representation of trial releases in changelog, for better machine parsing
      add IRC channel to metadata; point to list archives rather than subscribe link
      reference both FileFinder plugins
      assert a minimum perl version in the generated test
      refresh autogenerated files
      new "file" option, for adding extra files to be checked
      Dist-Zilla-Plugin-Test-Compile-2.038
      [-Encoding] is redundant with Pod::Weaver 4.000
      these attributes should be lazy
      avoid "binmode() on unopened filehandle" warning on win32
      Dist-Zilla-Plugin-Test-Compile-2.039
      switch from getcwd to pushd
      switch to [Breaks]; removes bad x_breaks entry from [Conflicts]
      add vim modeline
      capitalize abstract
      tidier syntax
      use my new [Test::CleanNamespaces] plugin!
      maximal use of Path::Tiny over Path::Class
      use MakeMaker to invoke the build, rather than doing it manually
      changelog mention of podweaver improvements to moving pod lines
      wording improvement
      comment cleanup
      Dist-Zilla-Plugin-Test-Compile-2.040
      [InstallGuide] uses a FromCode file - its subref cannot be run until after Makefile.PL/Build.PL are added
      tighten up entries
      remove unnecessary plugin
      also report the Dist::CheckConflicts version; it may be buggy?
      decode_json expects octets, not characters
      use accented characters for jquelin
      new CPAN::Meta requires license to be an arrayref
      Test::Mojibake now skips special chars in comments, as its documentation claimed
      remove unneeded cruft
      Extra tests to ensure that we properly compile-test scripts with -w
      properly parse flags from shebang lines with extra whitespace, comments, dashes in path
      Dist-Zilla-Plugin-Test-Compile-2.041
      put config options in =head2, so they are listed in table of contents
      tighten up the pod a bit
      skip test that relies on 5.014 syntax, as needed
      Dist-Zilla-Plugin-Test-Compile-2.042
      need to declare that utf8-encoded bytes lie ahead
      On just 5.10.0 (not 5.10.1!), t/11-shebang-C.t fails
      Dist-Zilla-Plugin-Test-Compile-2.043
      use a more reliable mechanism of ensuring that our metadata in tests is spec-compliant
      add keywords to metadata
      fix [ExtraTests] followed by [Test::Compile] xt_mode = 1
      confirm that xt_mode populates develop prereqs, not test (RT#97616)
      eliminate a prereq by testing distmeta directly
      Dist-Zilla-Plugin-Test-Compile-2.044
      fail if the test cannot be properly executed
      now using [Git::Contributors]
      better diagnostic output on failure
      provide config data for [MetaConfig]
      time to blow away README.pod
      Dist-Zilla-Plugin-Test-Compile-2.045
      better diagnostic output on failure
      Merge pull request #9 from kentfredric/master
      dump the warnings a bit more verbosely
      check for trailing whitespace in this variant of the generated test
      Dist-Zilla-Plugin-Test-Compile-2.046
      whitespace
      Test::More::explain did not exist in core until 5.10.1 - avoid adding the dep or dying
      Dist-Zilla-Plugin-Test-Compile-2.047
      remove unnecessary exit
      avoid planning twice when $DISPLAY is not set
      always decode utf8 while slurping
      shorten code back to how it was before if Test::More is guaranteed to be recent enough
      Dist-Zilla-Plugin-Test-Compile-2.048
      bring the "failed to compile" test outside the subtest
      use the proper interface to get details; will work even in 1.301* alphas
      test the details of the non-skip path as well
      Dist-Zilla-Plugin-Test-Compile-2.049
      1.001007 will fix the empty test name during a skipall'd subtest
      Dist-Zilla-Plugin-Test-Compile-2.050
      simplify not eq to ne
      tests failed to account for the lack of skip_all on MSWin32
      Dist-Zilla-Plugin-Test-Compile-2.051
      avoid the "skip_all" condition in this test; mollifies Test::More alphas
      Fix Ahmad's email in the contributors list (closes #11)
      drop ego lines on release timestamps
      convert all timestamps to UTC
      fix typo of option name in changelog
      at long last, drop the use of fatal warnings in tests
      mailmap rwstauner's cpan address
      remove unnecessary entries
      [Test::CleanNamespaces] is now provided by my plugin bundle
      fix vim modeline
      ensure we do not fail from thinking we should allow 5.006
      tighten this import
      more accurate prereq for ensuring metaspec validation
      use a more accurate variable name
      set fail_on_warning=all if fail_on_warning=author and the filename is in xt/author
      add email address, and add myself to authors list
      Dist-Zilla-Plugin-Test-Compile-2.052
      increment $VERSION after release
      whitespace around $VERSION declarations
      we always have a $VERSION now
      the plugin always has a defined version now
      hardcode the distribution name in Changes, to reduce churn on each release
      do not use subdir in nonexistent directory
      use a more specific link
      keep expressions using a heredoc all on the same line
      keep lists sorted, for reducing diffs in generated files
      fix whitespace in generated test
      filter out "Using .../lib" warning emitted by older blib
      switch to my podweaver plugin bundle
      track my TODO file
      Dist-Zilla-Plugin-Test-Compile-2.053
      increment $VERSION after 2.053 release
      this authordep is now redundant
      ensure we can get $VERSION - blib may not be even loaded
      keep the content from [Prepender] at the top of Build.PL
      canonicalize boolean configs; keep lists sorted
      fix vim modeline
      this is a distribution eligible for static install
      use :PerlExecFiles as a better finder
      Dist-Zilla-Plugin-Test-Compile-2.054
      increment $VERSION after 2.054 release
      include our version explicitly in dumped configs if we were subclassed
      /m is not needed here
      slightly shorter syntax
      use the more intuitive order for prereq arguments
      depend on version that fixes handling of MutableFiles
      fix Test::More prereq for done_testing
      commit AUTHOR_PLEDGE to git at release time
      ensure vim modeline is in first 5 lines
      improve wording of abstract
      drop redundant "use" line -- Moose requires 5.8.3
      stringify version before comparing, as recommended by Zefram
      MANIFEST.SKIP is not used by the local tools
      set PERL_COMPILE_TEST_DEBUG to see the compilation commands
      presence of INSTALL means we require 0.097 to not gather it
      also run Module::Runtime::Conflicts in t/zzz-check-breaks.t
      remove these unnecessary here-docs
      new "switch" option
      Dist-Zilla-Plugin-Test-Compile-2.055
      increment $VERSION after 2.055 release
      fix test failure on older perls
      now that we copy this file back to the dist, we do not want to gather the old version
      clean up the PERL_COMPILE_TEST_DEBUG output
      Dist-Zilla-Plugin-Test-Compile-2.056
      increment $VERSION after 2.056 release
      bump File::pushd prereq, to avoid conflict between warnings.pm and warnings()
      fix Test::More prereq for done_testing
      fix eval { require ... } constructs that may result in unwanted prereqs
      Dist-Zilla-Plugin-Test-Compile-2.057
      increment $VERSION after 2.057 release
      taintperl and PERL5LIB (e.g. local::lib) are not compatible
      use Travis CI
      fix undef warning on 5.8
      Dist-Zilla-Plugin-Test-Compile-2.058

Kent Fredric (4):
      Oneshot try change everything possible to move to being Test::Compile instead of CompileTests
      Fillet/Deprecate original module
      Refactor to be only a file-gatherer and eliminate multiphase
      diag @warnings if the no-warnings test fails

Marcel Gruenauer (1):
      load the module to compile in the inline program so PERL5LIB is respected

Olivier Mengué (5):
      dist.ini: add Test::EOL to ensure that t/00-compile.t is EOL clean
      Fix EOL in generated t/00-compile.t
      dist.ini: Add missing PodWeaver authordeps
      Add prereq on Module::Build::Tiny 0.014 (blib.pm compatibility)
      Changes: fix typo s/Test::Warning\b/Test::Warnings/

Peter Shangov (1):
      Don't double quote file paths in require

Randy Stauner (3):
      Test that the file is generated
      Remove explicit __END__ markers that sometimes break Data::Section
      Test for deprecation warning

Ricardo SIGNES (1):
      avoid make a prereq just for a test

fayland (1):
      check if test module is installed

gregor herrmann (8):
      New upstream version 2.058
      Update upstream source from tag 'upstream/2.058'
      Update debian/changelog
      Reformat debian/control with cme
      Declare compliance with Debian Policy 4.1.3.
      Add version to libcpan-meta-requirements-perl build dependency.
      Bump debhelper compatibility level to 10.
      releasing package libdist-zilla-plugin-test-compile-perl version 2.058-1

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

This annotated tag includes the following new commits:

       new  8cdeb1e   Update upstream source from tag 'upstream/2.058'
       new  fe8bd5b   Update debian/changelog
       new  1a9c2c6   Reformat debian/control with cme
       new  dcfa631   Declare compliance with Debian Policy 4.1.3.
       new  fda8519   Add version to libcpan-meta-requirements-perl build dependency.
       new  01fb6e5   Bump debhelper compatibility level to 10.
       new  ac1b1f2   releasing package libdist-zilla-plugin-test-compile-perl version 2.058-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.


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



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