[libb-hooks-endofscope-perl] branch master updated (ef2eb06 -> 0445d36)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Jul 7 22:55:29 UTC 2015


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  ef2eb06   update changelog
      adds  ea1d7ab   remove unnecessary plugin
      adds  3ad2f8d   explain why Devel::Hide is a develop prereq
      adds  24c3208   switch to using our pluginbundle for weaving pod - also gets us the replacer_* options for free
      adds  1bff1a9   update prereq declarations based on what we actually use
      adds  9c24cfa   added VERSION because EUM complains about not being able to set it
      adds  9f64ca8   Merge pull request #1 from simonaw/master
      adds  655af4e   fix $VERSION, take version from main module, and bump after release
      adds  ebfc660   newer plugin bundle (since 0.081) was never gathering Makefile.PL
      adds  993349e   now using [Git::Contributors]
      adds  f24b077   spelling
      adds  20dfb3d   remove duplicate pragmas
      adds  c4765e5   whitespace
      adds  a160171   with [RewriteVersion] and new [Git::Describe], line numbers match
      adds  ea04c85   add some keywords to metadata
      adds  ab81327   tighten up entries
      adds  ef6f5bd   B-Hooks-EndOfScope-0.14
      adds  9abd51c   After release: bump $VERSION
      adds  a9d6648   my plugin bundle now brings in [RewriteVersion] and [BumpVersionAfterRelease]
      adds  2d3d9da   convert from [MakeMaker::Custom] to [MakeMaker] and [DynamicPrereqs]
      adds  f4fc08d   simplify the prerequisite declarations
      adds  945bf20   add a TODO list
      adds  313395b   these files will no longer exist in the repository root
      adds  4e8b337   Remove Tie::StdHash from prereqs.
      adds  5c54858   changelog for #3
      adds  6818a0a   document where Tie::StdHash comes from
      adds  c7cc3b4   add a placeholder .mailmap
      adds  91bbae1   hardcode the distribution name in Changes, to reduce churn on each release
      adds  1edd5d2   the plugin always has a defined version now
      adds  8ce55c8   remove clean namespaces test -- Sub::Exporter does not set up our importable subs in our own namespace
      adds  a451e68   record more todo items
      adds  23e652c   also remove Hash::Util::FieldHash from prereqs for PP path (RT#104435)
      adds  026dd08   specify the minimum prereq everywhere it is used
      adds  e349dfb   remove unneeded use of Module::Runtime
      adds  de7355e   simplify prereq gathering even further, instead of excluding things that shouldn't be extracted to begin with
      adds  9296689   Devel::Hide is only used for tests, not runtime
      adds  9fe5589   B-Hooks-EndOfScope-0.15
      adds  4e562bb   Imported Upstream version 0.15
       new  4de430d   Merge tag 'upstream/0.15'
       new  a38bd28   Update debian/changelog
       new  a30e353   Add upstream metadata file, remove Source field in d/copyright
       new  9e86ac8   Update packaging copyright years
       new  1c6ad46   Drop obsoleted dependency on Module::Runtime
       new  7a3384b   Declare compliance with Debian Policy 3.9.6
       new  afd0627   Add build-dependency on Devel::Hide for autopkgtest
       new  eb2e30e   Mark package autopkgtest-able
       new  0445d36   prepare changelog for release

The 9 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                           |  39 +-
 Changes                                |  13 +
 INSTALL                                |   1 -
 LICENSE                                |   2 +-
 MANIFEST                               |  11 +-
 META.json                              | 942 ++++++++++++++++++++++-----------
 META.yml                               | 725 +++++++++++++++----------
 Makefile.PL                            | 168 +++---
 README                                 |   4 +-
 README.md                              |  71 ---
 debian/changelog                       |  13 +-
 debian/control                         |   7 +-
 debian/copyright                       |   4 +-
 debian/upstream/metadata               |   8 +
 dist.ini                               |  58 +-
 inc/MakeMakerSubs.pm                   |  49 ++
 lib/B/Hooks/EndOfScope.pm              |  77 ++-
 lib/B/Hooks/EndOfScope/PP.pm           |  39 +-
 lib/B/Hooks/EndOfScope/PP/FieldHash.pm |   7 +-
 lib/B/Hooks/EndOfScope/PP/HintHash.pm  |   5 +-
 lib/B/Hooks/EndOfScope/XS.pm           |  37 +-
 t/00-report-prereqs.dd                 | 121 +++++
 t/00-report-prereqs.t                  | 242 +++++----
 t/10-test_without_vm_pure_pp.t         |   2 +-
 weaver.ini                             |   2 -
 xt/author/00-compile.t                 |   9 +-
 xt/author/eol.t                        |  28 +
 xt/author/no-tabs.t                    |  41 ++
 xt/author/pod-spell.t                  |  12 +-
 xt/release/changes_has_content.t       |   2 +-
 xt/release/distmeta.t                  |   4 +-
 xt/release/eol.t                       |   8 -
 xt/release/kwalitee.t                  |   9 +-
 xt/release/no-tabs.t                   |  18 -
 xt/release/pod-syntax.t                |   4 +-
 xt/release/portability.t               |   1 +
 xt/release/test-version.t              |  22 -
 xt/release/unused-vars.t               |   8 -
 38 files changed, 1788 insertions(+), 1025 deletions(-)
 delete mode 100644 README.md
 create mode 100644 debian/upstream/metadata
 create mode 100644 inc/MakeMakerSubs.pm
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/no-tabs.t
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/no-tabs.t
 delete mode 100644 xt/release/test-version.t
 delete 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