[libsub-name-perl] branch master updated (8bb415d -> 6d390e7)

gregor herrmann gregoa at debian.org
Sat Oct 11 14:03:23 UTC 2014


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

gregoa pushed a change to branch master
in repository libsub-name-perl.

      from  8bb415d   add WAITS-FOR
       new  bed8694   drop WAITS-FOR
       new  b57b444   Add build dependency on libdevel-checkbin-perl.
       new  c7cd429   Add debian/upstream/metadata
       new  7009b74   Update debian/changelog
      adds  16c2389   initial import of Sub-Name 0.01 from CPAN
      adds  d73d832   import Sub-Name 0.02 from CPAN
      adds  bbd0130   import Sub-Name 0.03 from CPAN
      adds  979516c   import Sub-Name 0.04 from CPAN
      adds  b3a3c62   Remove generated files
      adds  cca98ba   Add .gitignore
      adds  65b620d   Inline the deprecated PL_no_symref
      adds  08e3798   Support perl >= 5.13.3
      adds  de3e821   Add failing test for deparsing (re)named subs
      adds  fa21396   Allow deparsing (re)named subs
      adds  5804808   Set the right flags on the renamed CVs
      adds  056b6dd   Version 0.05
      adds  24f50a7   Fix RT#96893 - do not change the string arg in XS; use a copy instead (problem under perlcc -O3)
      adds  5effcd9   add MYMETA.yml/json to .gitignore
      adds  1b5160b   add README make target
      adds  92bfd01   prepare for 0.06 release
      adds  0290d41   fix TAP output
      adds  3aaa8d1   fix test when B::C not installed
      adds  ccbc33a   ignore all the usual things (including MYMETA.*)
      adds  6810442   declare minimum perl version and repository, bugtracker in metadata
      adds  cc891d2   skip t/RT96893_perlcc.t with too old B::C versions
      adds  988a6b1   prepare for 0.07 release
      adds  85cf5fa   Fix leak when setting a fully-qualified name
      adds  1898eaa   Merge pull request #1 from ilmari/leakfix
      adds  c258c98   whitespace only
      adds  dc23763   prepare for 0.08 release
      adds  22fe73b   declare runtime prereqs
      adds  bcbff2c   Switch from Newz to Newxz
      adds  3967e62   Copy the contents of the %DB::sub entry if it exists
      adds  716d610   Merge pull request #2 from ilmari/db-sub
      adds  4b2bb17   changelog for RT#50524
      adds  cf5ba43   remove unneeded shebang
      adds  5d71dfc   better to call require at runtime
      adds  2b63751   convert raw tests to using Test::More
      adds  2e4f8ed   improve wording of this skip message
      adds  a0f015f   whitespace
      adds  b9534ef   use strict; warnings!
      adds  c44463c   this test also requires perlcc to run
      adds  fa1e952   SEE ALSO Sub::Identify (RT#76822)
      adds  0ad1ba0   version 0.09
      adds  54595ea   convert to Dist::Zilla, including careful tailoring of pod to preserve the funky copyright
      adds  30f18ad   fix author and release tests - spelling, Changes formatting
      adds  e9e382e   add contributors to pod
      adds  5a53943   one test uses B::C 1.48
      adds  c2501c3   use Exporter directly, to avoid base as a prerq
      adds  6752392   Sub-Name-0.10-TRIAL
      adds  a89f397   MSVC Compiler Compatibility
      adds  adcf20b   Merge pull request #3 from jrmash/master
      adds  0266da0   whitespace
      adds  f093e04   changelog for PR #3
      adds  00d1784   Sub-Name-0.11-TRIAL
      adds  d2e2a4b   fix weaving of licence into pod
      adds  5e55cc3   include cPanel in the LICENSE file
      adds  0db938d   changelog for the release
      adds  691b40b   shorter pod lists
      adds  86f08d9   refer to Sub::Util
      adds  db3290d   Sub-Name-0.12
      adds  52b5a10   Imported Upstream version 0.12
       new  d03a634   Merge tag 'upstream/0.12'
       new  abfcfec   Update debian/changelog
       new  6d6822f   debian/copyright: update Upstream-Contact.
       new  9891810   Declare compliance with Debian Policy 3.9.6.
       new  226bb1b   Add lintian override for hardening-no-fortify-functions false positive.
       new  6d390e7   releasing package libsub-name-perl version 0.12-1

The 10 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                              |  96 ++++
 Changes                                   |  47 +-
 INSTALL                                   |  44 ++
 LICENSE                                   | 379 +++++++++++++
 MANIFEST                                  |  31 +-
 MANIFEST.SKIP                             |  71 ---
 META.json                                 | 906 +++++++++++++++++++++++++++++-
 META.yml                                  | 614 +++++++++++++++++++-
 Makefile.PL                               | 100 ++--
 Name.xs                                   |   3 +-
 README                                    |  33 +-
 debian/changelog                          |  20 +-
 debian/control                            |   5 +-
 debian/copyright                          |   2 +-
 debian/libsub-name-perl.lintian-overrides |   2 +
 debian/upstream/metadata                  |   8 +
 dist.ini                                  |  17 +
 lib/Sub/Name.pm                           | 141 ++++-
 t/00-report-prereqs.dd                    | 120 ++++
 t/00-report-prereqs.t                     | 176 ++++++
 weaver.ini                                |  37 ++
 xt/author/00-compile.t                    |  50 ++
 xt/author/no-tabs.t                       |  33 ++
 xt/author/pod-spell.t                     |  39 ++
 xt/release/changes_has_content.t          |  41 ++
 xt/release/cpan-changes.t                 |  11 +
 xt/release/distmeta.t                     |   6 +
 xt/release/eol.t                          |   8 +
 xt/release/kwalitee.t                     |   9 +
 xt/release/minimum-version.t              |   8 +
 xt/release/mojibake.t                     |  12 +
 xt/release/pod-coverage.t                 |   7 +
 xt/release/pod-no404s.t                   |  21 +
 xt/release/pod-syntax.t                   |   6 +
 xt/release/portability.t                  |  11 +
 35 files changed, 2912 insertions(+), 202 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 create mode 100644 LICENSE
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 debian/libsub-name-perl.lintian-overrides
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 weaver.ini
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/no-tabs.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
 create mode 100644 xt/release/eol.t
 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/pod-coverage.t
 create mode 100644 xt/release/pod-no404s.t
 create mode 100644 xt/release/pod-syntax.t
 create mode 100644 xt/release/portability.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsub-name-perl.git



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