[libjson-maybexs-perl] branch master updated (4058e43 -> 60dd994)

gregor herrmann gregoa at debian.org
Sun Oct 30 14:43:42 UTC 2016


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

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

      from  4058e43   releasing package libjson-maybexs-perl version 1.003007-1
      adds  3be1e19   Initial import of JSON::MaybeXS
      adds  44459f0   POD and Makefile.PL
      adds  8abc9d1   mark build deps as build_requires
      adds  6469c6a   .gitignore from ether
      adds  0ab1ccd   initial Changes file
      adds  e08ef79   ignore Distar
      adds  26748a1   ignore MANIFEST.SKIP
      adds  4754293   Release commit for 1.000000
      adds  939f9a2   Add a constructor that accepts arguments
      adds  e77e22a   bump version
      adds  03386ce   Release commit for 1.001000
      adds  16205c4   apply with_JSON_XS_v2.patch from RT#94892
      adds  b461f14   do { require ... } will explode if the require failed - need an eval here!
      adds  8b945fa   dynamically adjust prereqs based on if JSON::XS is already installed
      adds  a0a593b   "make realclean" also cleans out Distar/
      adds  0a28a3a   header for the changelog
      adds  7d822c7   add repo and bugtracker metadata
      adds  81b819d   move prereq data to the right place depending on EUMM; add a minimum perl version
      adds  0975ef1   bump version to 1.002000
      adds  3516ad7   Release commit for 1.002000
      adds  521afaa   META_MERGE section cannot be dynamic - so always recommend Cpanel::JSON::XS (META.json is correct in the 1.002000 release)
      adds  0629a8a   typo fix (via RT#90169)
      adds  86f2a3a   oops, BUILD_REQUIRES is undef
      adds  c4e0d79   add missing configure requires - ExtUtils::CBuilder is not guaranteed to be at the right version in core
      adds  a3dc87a   make all skip messages look the same
      adds  5c58107   add link to JSON.pm
      adds  0c45c84   update contributors list in pod
      adds  50a5c1d   bump version to 1.002001
      adds  b3025e2   Release commit for 1.002001
      adds  037386f   reverse order of data construction, to keep Cpanel::JSON::XS out of META.*
      adds  44d20c5   Release commit for 1.002002
      adds  c95d7d5   capitalize abstract
      adds  3c38e10   fix incorrect use of i.e.
      adds  d04983e   add more make realclean targets
      adds  731cdb1   always specify a base prereq for EUMM
      adds  bd6b85e   keep strict metadata in META_MERGE and prereqs in META_ADD
      adds  7df3742   keep the minimum perl prereq to metadata
      adds  a73f6fe   more boilerplate for older EUMM
      adds  905e3e7   more utility files - copied from Import-Into dist
      adds  b207f99   more sophisticated code is needed if we actually have build-phase prereqs
      adds  4953ec2   remove version bumping make targets and let distar handle it
      adds  0c601cd   remove realclean from Makefile.PL and let Distar handle it
      adds  1e44dd1   Merge pull request #1 from haarg/master
      adds  32af371   document JSON->true, JSON->false
      adds  fbfb623   make bump
      adds  f9c21c5   Release commit for 1.002003
      adds  6f3c496   do not add an XS prereq if PUREPERL_ONLY passed to Makefile.PL
      adds  1ca3b56   is_bool()
      adds  a968ff7   remove unused code
      adds  98ab4c5   make bump
      adds  b94e06f   Release commit for 1.002004
      adds  ba17093   oops, "not" not compatible with &&
      adds  bf8dbbe   ':all' export tag
      adds  8e911b7   swapped out Safe::Isa for Scalar::Util
      adds  dd6a8d2   canonical repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git
      adds  7090354   make bump
      adds  5052089   Release commit for 1.002005
      adds  0b694b3   add more diagnostics in tests
      adds  86147f1   make bump
      adds  7dc5a99   Release commit for 1.002006
      adds  ebf1e43   add :legacy option (from http://paste.scsys.co.uk/433777)
      adds  b25b7f8   xt for JSON::PP, JSON::XS compat.
      adds  c397f19   clean up :legacy patches
      adds  6771a92   Merge branch 'topic/legacy'
      adds  cb6f7cb   Release commit for 1.003_000
      adds  e36f521   in some versions (2.3403 at least), there existed a Cpanel::JSON::XS::Boolean
      adds  1336117   bump version to 1.003001 (:legacy goes stable!)
      adds  5e25533   Release commit for 1.003001
      adds  4879506   buh, s/PP/XS/
      adds  80de7e5   make bump
      adds  271f63c   Release commit for 1.003002
      adds  63b80fb   the module uses Cpanel::JSON::XS no matter what its version, so we should upgrade it if it is already installed but old
      adds  14a1801   prevent version incompatibilities leading to "JSON::XS::Boolean::* redefined" warnings
      adds  518fb7f   make bump
      adds  5f9677d   Release commit for 1.003003
      adds  911d941   add x_contributors metadata
      adds  1d41180   constructor test I wrote when I added new() and forgot about
      adds  4e1fb2f   drop the use of fatal warnings in tests
      adds  4f5011e   tighten up entries
      adds  06551ef   Add CAVEAT section about type checking [RT#102733]
      adds  3ba0412   changelog and x_contributors for RT#102733
      adds  11d6364   Bumping version to 1.003004
      adds  e22c584   Release commit for 1.003004
      adds  2ea1fea   fix x_contributors metadata
      adds  5bbc5b5   do not recomment importing everything from Moose::Util::TypeConstraints
      adds  b678081   Bumping version to 1.003005
      adds  1ef2cda   Release commit for 1.003005
      adds  5583bda   use a more specific link
      adds  e3443e2   fix this command
      adds  6091717   only parse the args once
      adds  4d77d52   bump up prereq on JSON::PP
      adds  61f129a   add a quick reference for converting from JSON::Any
      adds  7846417   fix typo
      adds  3362c31   fix typo in comment
      adds  2c67ae6   fix Test::More prereq for done_testing
      adds  5ebc75d   add some keywords to metadata
      adds  590077b   document the availability of encode, decode methods
      adds  db16ce2   factor out the PUREPERL_ONLY check
      adds  d968363   simplify JSON::XS prereq
      adds  0e267de   no need to check Cpanel::JSON::XS version - always add the prereq anyway
      adds  f01f85a   document the github repo so we can get pull requests
      adds  b4d7416   remove test dependency on Test::Without::Module (RT#115394)
      adds  11a4c74   Bumping version to 1.003006
      adds  2e469cd   make this release a trial release
      adds  5caeb94   Release commit for 1.003006_001
      adds  59a3771   Bumping version to 1.003007
      adds  2405efd   release commit for 1.003007
      adds  ad22ae0   Release commit for 1.003007
      adds  c61a9b5   Bumping version to 1.003008
      adds  1c0b37c   clarify Changes entry re JSON::PP bump
      adds  50a44e8   clarify dynamic prereqs in docs
      adds  da4884d   get Cpanel::JSON::XS out of META.json runtime-requires and back to runtime-recommends
      adds  786d908   Release commit for 1.003008
      adds  7ad38dc   New upstream version 1.003008
       new  6b01385   Merge tag 'upstream/1.003008'
       new  c624fb6   Update debian/changelog
       new  0fa8479   Update (build) dependencies.
       new  60dd994   releasing package libjson-maybexs-perl version 1.003008-1

The 4 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             |  8 +++++++-
 META.json           | 11 +++++------
 META.yml            |  5 +++--
 Makefile.PL         |  4 +---
 README              | 17 +++++++++++++++++
 debian/changelog    |  8 ++++++++
 debian/control      |  4 ++--
 lib/JSON/MaybeXS.pm | 19 ++++++++++++++++++-
 8 files changed, 61 insertions(+), 15 deletions(-)

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



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