[libb-hooks-endofscope-perl] branch master updated (87992c3 -> fb666ef)

Florian Schlichting fsfs at moszumanska.debian.org
Thu Jan 9 23:09:03 UTC 2014


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

fsfs pushed a change to branch master
in repository libb-hooks-endofscope-perl.

      from  87992c3   releasing package libb-hooks-endofscope-perl version 0.12-1
      adds  b253e69   Add basic tests.
      adds  efc377b   Initial version.
      adds  809bac5   Add .gitignore.
      adds  04e0789   Add Makefile.PL
      adds  09fda95   Add some docs.
      adds  160e887   Add pod and podcoverage tests.
      adds  3c7a1c5   Add changelog.
      adds  d1f201e   Build the README on make dist.
      adds  b63e1bc   Add MANIFEST.SKIP.
      adds  5fa9792   Specify prereqs.
      adds  22b7e4e   Version 0.02.
      adds  fa79780   Improve testing of multiple hooks.
      adds  66c4f6c   Add descriptions for all tests.
      adds  c66837a   Document exporting.
      adds  37a6943   Require perl 5.8.0.
      adds  cc34cd1   Version 0.03.
      adds  6946e89   Remove an unused bit from the $^H mask.
      adds  09d0f53   Version 0.04.
      adds  309f12d   Failing test for using on_scope_end in blocks where a string eval is going to be compiled.
      adds  ca548c9   Use Variable::Magic and free magic on %^H instead of Scope::Guard and relying on a timely destruction of objects in there.
      adds  7d634e0   Store the list of callbacks in the magic data instead of in %^H.
      adds  6978093   Version 0.05.
      adds  8b18a63   Depend on Variable::Magic 0.27 so throwing exceptions within on_scope_end blocks won't segfault.
      adds  c190d37   Add a test for exceptions in on_scope_end blocks not causing a segfault.
      adds  c6c8539   Version 0.06.
      adds  5b4c855   Fix a TODO test so we'll notice when it starts working.
      adds  3a6f25e   Depend on Variable::Magic 0.31 to make exeptions in callbacks work.
      adds  08cd0d9   UnTODO the exception test that now passes.
      adds  d2946a2   Version 0.07.
      adds  cb8ca5c   Depend on V::M 0.34.
      adds  73ed082   Version 0.08.
      adds  06b459f   Port to dzil and @FLORA.
      adds  80ae952   Version 0.09.
      adds  e3893d1   Add a failing test for localising %^H
      adds  1da741d   Stop propagating our magic through localisation
      adds  bc8fb91   Version 0.10
      adds  238610f   Avoid one dispatch into perl and back
      adds  cba1c7f   Version 0.11
      adds  5c34431   gitignoring
      adds  fdb4b86   Renumber tests
      adds  ec4bb35   Maintain our own Makefile.PL - prepare for PP/XS dynconf
      adds  70545a1   Pure-perl implementation in addition to the V::M based one
      adds  7455549   Switch to SexPro
      adds  3676097   Version 0.12
      adds  e7b0254   Update lib/B/Hooks/EndOfScope.pm
      adds  1e88a27   add Variable::Magic as a runtime recommendation (needs XS)
      adds  98cb1f4   remove unnecessary uses of FindBin
      adds  405d6b9   fix logic for going into path for older perls
      adds  32a5022   switch plugins for dynamic_config => 1, to avoid CJM's plugin bundle
      adds  37f27d2   convert to my pluginbundle, for greater sanity
      adds  364599e   clean up timestamps, bullets in changelog
      adds  8bd7df9   add contributors to metadata and pod
      adds  b3953e8   add starting copyright year
      adds  6f1e4cf   omit pod from internal, unindexed modules
      adds  c023e2d   skip dumping output twice from t/00-report-prereqs.t
      adds  df4cfbd   ensure that developers test the PP path too
      adds  2bff54e   be extra-vigilant in making sure that smokers test the PP path
      adds  b71853d   might as well also re-run the compilation tests for the PP path
      adds  7013f3a   comment on the coverage of some tests
      adds  1c223d7   B-Hooks-EndOfScope-0.13
      adds  e5b99ee   Imported Upstream version 0.13
       new  c5c680c   Merge tag 'upstream/0.13'
       new  84872e6   Import Upstream version 0.13
       new  51d9b07   Add upstream-repo URL to Source field
       new  d5fb7ff   Email change: Florian Schlichting -> fsfs at debian.org
       new  2a46c97   Declare compliance with Debian Policy 3.9.5
       new  1722969   Update copyright years
       new  fb666ef   update changelog for release

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:
 CONTRIBUTING                           |  74 ++++
 Changes                                |  62 +--
 INSTALL                                |  44 ++
 LICENSE                                |   6 +-
 MANIFEST                               |  25 +-
 META.json                              | 708 ++++++++++++++++++++++++++++-----
 META.yml                               | 563 +++++++++++++++++++++-----
 Makefile.PL                            |  10 +-
 README                                 |   6 +-
 README.md                              |  71 ++++
 debian/changelog                       |  10 +
 debian/control                         |   4 +-
 debian/copyright                       |   5 +-
 dist.ini                               |  34 +-
 lib/B/Hooks/EndOfScope.pm              |  50 ++-
 lib/B/Hooks/EndOfScope/PP.pm           |  18 +-
 lib/B/Hooks/EndOfScope/PP/FieldHash.pm |  33 --
 lib/B/Hooks/EndOfScope/PP/HintHash.pm  |  33 --
 lib/B/Hooks/EndOfScope/XS.pm           |  18 +-
 t/00-basic.t                           |   5 +
 t/00-report-prereqs.t                  | 123 ++++++
 t/01-eval.t                            |   4 +
 t/10-test_without_vm_pure_pp.t         |  12 +-
 t/release-no-tabs.t                    |  16 -
 t/release-pod-coverage.t               |  21 -
 t/release-pod-syntax.t                 |  15 -
 weaver.ini                             |   8 +
 xt/author/00-compile.t                 |  54 +++
 xt/author/pod-spell.t                  |  31 ++
 xt/release/changes_has_content.t       |  41 ++
 xt/release/cpan-changes.t              |  11 +
 xt/release/distmeta.t                  |   8 +
 t/release-eol.t => xt/release/eol.t    |   8 -
 xt/release/kwalitee.t                  |   4 +
 xt/release/minimum-version.t           |   8 +
 xt/release/mojibake.t                  |  12 +
 xt/release/no-tabs.t                   |  18 +
 xt/release/pod-no404s.t                |  21 +
 xt/release/pod-syntax.t                |   8 +
 xt/release/portability.t               |  11 +
 xt/release/test-version.t              |  22 +
 xt/release/unused-vars.t               |   8 +
 42 files changed, 1820 insertions(+), 423 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 create mode 100644 README.md
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/release-no-tabs.t
 delete mode 100644 t/release-pod-coverage.t
 delete mode 100644 t/release-pod-syntax.t
 create mode 100644 weaver.ini
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/distmeta.t
 rename t/release-eol.t => xt/release/eol.t (50%)
 create mode 100644 xt/release/kwalitee.t
 create mode 100644 xt/release/minimum-version.t
 create mode 100644 xt/release/mojibake.t
 create mode 100644 xt/release/no-tabs.t
 create mode 100644 xt/release/pod-no404s.t
 create mode 100644 xt/release/pod-syntax.t
 create mode 100644 xt/release/portability.t
 create mode 100644 xt/release/test-version.t
 create mode 100644 xt/release/unused-vars.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libb-hooks-endofscope-perl.git



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