[libmoosex-storage-perl] branch master updated (6659327 -> f0640bc)

gregor herrmann gregoa at debian.org
Mon Oct 20 19:34:34 UTC 2014


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

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

      from  6659327   libmoosex-storage-perl (0.47-1)
      adds  126d593   whitespace
      adds  bd4c18f   mark some hinky uses of utf8 interfaces
      adds  71944de   convert from JSON::Any -> JSON::MaybeXS
      adds  2171f61   new [OptionalFeatures] uses dynamic_config, so MBT is no longer an option
      adds  e424fc2   changelog for prompting changes brought in via [OptionalFeature]
      adds  dcd7c56   MooseX-Storage-0.48
      adds  25e506d   Imported Upstream version 0.48
       new  01e2973   Merge tag 'upstream/0.48'
       new  f6a437c   Update debian/changelog
       new  d2e84d2   Update Upstream-Contact in debian/copyright.
       new  6c86ef4   Declare compliance with Debian Policy 3.9.6.
       new  cb417fc   Drop build dependency on libmodule-build-tiny-perl.
       new  e215446   Update build and runtime dependencies.
       new  7392612   Mark package as autopkgtest-able.
       new  f0640bc   releasing package libmoosex-storage-perl version 0.48-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:
 Build.PL                                           | 141 -------------
 CONTRIBUTING                                       |  20 +-
 Changes                                            |   4 +
 INSTALL                                            |   8 +-
 MANIFEST                                           |   3 +-
 META.json                                          | 228 +++++++++++++--------
 META.yml                                           | 190 ++++++++++-------
 Makefile.PL                                        | 108 ++++------
 README                                             |   2 +-
 debian/changelog                                   |  12 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  19 +-
 debian/copyright                                   |   2 +-
 dist.ini                                           |   3 +-
 lib/MooseX/Storage.pm                              |   6 +-
 lib/MooseX/Storage/Base/WithChecksum.pm            |   4 +-
 lib/MooseX/Storage/Basic.pm                        |   4 +-
 lib/MooseX/Storage/Deferred.pm                     |   4 +-
 lib/MooseX/Storage/Engine.pm                       |   4 +-
 lib/MooseX/Storage/Engine/IO/AtomicFile.pm         |   6 +-
 lib/MooseX/Storage/Engine/IO/File.pm               |   6 +-
 .../Storage/Engine/Trait/DisableCycleDetection.pm  |   4 +-
 lib/MooseX/Storage/Engine/Trait/OnlyWhenBuilt.pm   |   4 +-
 lib/MooseX/Storage/Format/JSON.pm                  |  20 +-
 lib/MooseX/Storage/Format/Storable.pm              |   4 +-
 lib/MooseX/Storage/Format/YAML.pm                  |   4 +-
 lib/MooseX/Storage/IO/AtomicFile.pm                |   4 +-
 lib/MooseX/Storage/IO/File.pm                      |   4 +-
 lib/MooseX/Storage/IO/StorableFile.pm              |   4 +-
 .../Storage/Meta/Attribute/DoNotSerialize.pm       |   6 +-
 .../Storage/Meta/Attribute/Trait/DoNotSerialize.pm |   6 +-
 lib/MooseX/Storage/Traits/DisableCycleDetection.pm |   4 +-
 lib/MooseX/Storage/Traits/OnlyWhenBuilt.pm         |   4 +-
 lib/MooseX/Storage/Util.pm                         |  10 +-
 t/00-report-prereqs.dd                             |  23 +--
 t/002_basic_io.t                                   |   4 +-
 t/010_basic_json.t                                 |   4 +-
 t/011_basic_json_w_utf8.t                          |  13 +-
 t/012_param_json.t                                 |   4 +-
 t/030_with_checksum.t                              |   4 +-
 t/060_basic_deferred.t                             |   4 +-
 t/061_basic_deferred_w_io.t                        |   4 +-
 t/100_io.t                                         |   4 +-
 t/101_io_atomic.t                                  |   4 +-
 t/104_io_w_utf8.t                                  |  16 +-
 t/105_io_atomic_w_utf8.t                           |  16 +-
 t/200_combined_in_roles.t                          |   1 -
 t/300_overloaded.t                                 |   5 +-
 t/zzz-check-breaks.t                               |   4 +-
 xt/author/00-compile.t                             |   9 +-
 xt/{release => author}/clean-namespaces.t          |   2 +-
 xt/author/no-tabs.t                                |   2 +-
 xt/author/pod-spell.t                              |  18 +-
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/kwalitee.t                              |   2 +-
 55 files changed, 473 insertions(+), 526 deletions(-)
 delete mode 100644 Build.PL
 rename xt/{release => author}/clean-namespaces.t (93%)

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



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