[libmultidimensional-perl] branch master updated (005db1b -> 26f5f68)

gregor herrmann gregoa at debian.org
Sat Jul 2 20:29:34 UTC 2016


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

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

      from  005db1b   update changelog
       new  656a90f   Add debian/upstream/metadata
       new  1067525   Update debian/changelog
      adds  4a1ed86   Initial version
      adds  60a39f2   Add Changes
      adds  efce208   Explicitly declare $VERSION as package-global
      adds  8ecf9a4   Steal FLORAs DZIL XS module setup
      adds  f2417e8   Use PodWeaver Encoding plugin
      adds  b6ec064   Shut up a warning
      adds  7e0c7d5   Don't disallow explicit joining
      adds  af51723   v0.002
      adds  ed1ce14   Fix coding style
      adds  49c8fa7   BOOT is only ever called once
      adds  61bf4c0   Call ExtUtils::Depends from the built Makefile.PL, not when building it
      adds  a85f12b   Use NextRelease plugin
      adds  9b36a9d   Add Github meta resources
      adds  7ac809b   Don't allow any dirty files
      adds  065d7bf   Changes
      adds  0d83355   More test cases, use tested code as test description
      adds  86e4d3a   Perl 5.8 fixes
      adds  39069e2   Commit the updated Changes from NextRelease
      adds  8317d89   v0.004
      adds  7fdecb7   Make work with perl < 5.8.8
      adds  3f3372a   Provide hv_fetchs for perls that don't have it
      adds  dbbf28b   v0.005
      adds  a8b601b   Push as well as commit after updating Changes
      adds  5443a17   Add B::Hooks::OP::Check to ConfigureRequires
      adds  9b490a2   Specify Test::More version for done_testing()
      adds  9a5ffd0   v0.006
      adds  ded9ac3   Fix code before declaration in multidimensional.xs
      adds  09d92f6   v0.007
      adds  4290a60   Require fixed version of Lexical::SealRequireHints
      adds  43d113b   Require fixed version of B::Hooks::OP::Check
      adds  8bb4bab   Make sure errors fire at compile time
      adds  9b3ae21   Test string eval
      adds  f8d78ce   Use META.{yml,json} version 2
      adds  6ae64ff   v0.008
      adds  10b5780   Require fixed version of CPAN::Meta (RT#70916)
      adds  01ba708   v0.009
      adds  283a845   Generate default versions of META.yml and .json
      adds  dc1b83e   Ignore (MY)META.*
      adds  4a876ef   v0.010
      adds  24f9167   POD typos (multidmensional, emualtion)
      adds  0259a5d   Merge pull request #1 from dolmen/master
      adds  623b9ea   Add changes entry
      adds  eb24b9e   v0.011
      adds  2d37da4   Exclude Makefile.PL from GatherDir instead of pruning it
      adds  59fb92c   Use "multidimensional/disabled" as the hints hash key
      adds  fe5595d   Fix hint hash key typo in Changes
      adds  8e27376   Fix building on -DPERL_OP_PARENT perls (RT#114395)
      adds  01a8f1a   Imported Upstream version 0.012
       new  d79a1bb   Merge tag 'upstream/0.012'
       new  660d5f1   Update debian/changelog
       new  d2b954a   Declare compliance with Debian Policy 3.9.8.
       new  68a2c0b   Remove version constraint from libb-hooks-op-check-perl.
       new  c1e253c   Set bindnow linker flag in debian/rules.
       new  26f5f68   releasing package libmultidimensional-perl version 0.012-1

The 8 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:
 Changes                  |  4 +++
 LICENSE                  |  2 +-
 MANIFEST                 |  5 +--
 META.json                | 13 ++++----
 META.yml                 | 29 +++++++++--------
 Makefile.PL              | 85 ++++++++++++++++++++++++++----------------------
 README                   |  4 ++-
 debian/changelog         | 15 ++++++---
 debian/control           | 23 +++++++------
 debian/rules             |  2 ++
 debian/upstream/metadata |  6 ++++
 dist.ini                 |  5 +--
 lib/multidimensional.pm  | 13 +++-----
 multidimensional.xs      | 12 ++++---
 t/author-pod-coverage.t  | 15 +++++++++
 t/author-pod-syntax.t    | 15 +++++++++
 t/release-pod-coverage.t | 21 ------------
 t/release-pod-syntax.t   | 15 ---------
 18 files changed, 157 insertions(+), 127 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/author-pod-coverage.t
 create mode 100644 t/author-pod-syntax.t
 delete mode 100644 t/release-pod-coverage.t
 delete mode 100644 t/release-pod-syntax.t

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



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