[libmoosex-storage-perl] branch master updated (74df37d -> ad70385)

gregor herrmann gregoa at debian.org
Tue Jul 7 18:11:05 UTC 2015


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  74df37d   releasing package libmoosex-storage-perl version 0.48-2
      adds  b0f5560   JSON::MaybeXS->new requires 1.001000
      adds  0dc3a64   [Test::CleanNamespaces] is now provided by my plugin bundle
      adds  76482eb   move this plugin up; keep prereqs/features at the bottom
      adds  b5ebe50   remove executable bit from tests
      adds  d7e3874   remove unnecessary lib imports
      adds  cd26b19   remove redundant option
      adds  f17d074   Fix collapse engine for deep nested objects
      adds  eccec8b   Fix expand engine for deep nested objects
      adds  9ae29a6   Merge branch 'pr/7'
      adds  9846459   shorten some syntax by using conditional expressions
      adds  319b455   remove caveat comment that is no longer applicable!
      adds  76edbb1   changelog for PR#7, RT#81236
      adds  2fb4590   (docs) fix usage of DateTime->new
      adds  5e391ef   Merge branch 'pr/8' into HEAD
      adds  e3b8451   fix trailing whitespace; simplify example
      adds  27ef8ee   changelog for PR#8
      adds  27a5788   since the compile test is now author-only, it is now safe to test all modules
      adds  0221f59   MooseX-Storage-0.49
      adds  820bd9a   increment $VERSION after release
      adds  3a43196   whitespace around $VERSION declarations
      adds  4dcf9c7   keep these packages private
      adds  190ea78   tighten these type constraints in tests (no-op)
      adds  df4ddb2   add TODO tests for deep object pack/unpack
      adds  e6c72a8   revert all of PR#7 which attempted to add the ability to pack and unpack deeply nested objects.
      adds  a4ee289   minor documentation amendments
      adds  f92f659   changelog for reversion of deep pack/unpack changes
      adds  ee3daf7   remove silly uses of use_ok()
      adds  9dabde7   MooseX-Storage-0.50
      adds  02ad5aa   Imported Upstream version 0.50
       new  b1084da   Merge tag 'upstream/0.50'
       new  10b8937   Update debian/changelog
       new  8be3eb0   Update years of packaging copyright.
       new  3aeae9e   Update (build) dependencies.
       new  ad70385   update changelog

The 5 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                                       |   7 +-
 Changes                                            |   8 +
 INSTALL                                            |   1 -
 MANIFEST                                           |   5 +-
 META.json                                          | 576 +++++++++++----------
 META.yml                                           | 478 +++++++++--------
 Makefile.PL                                        |  69 +--
 README                                             |   4 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   6 +-
 debian/copyright                                   |   2 +-
 dist.ini                                           |  14 +-
 lib/MooseX/Storage.pm                              |  52 +-
 lib/MooseX/Storage/Base/WithChecksum.pm            |  10 +-
 lib/MooseX/Storage/Basic.pm                        |  10 +-
 lib/MooseX/Storage/Deferred.pm                     |  10 +-
 lib/MooseX/Storage/Engine.pm                       |  18 +-
 lib/MooseX/Storage/Engine/IO/AtomicFile.pm         |   6 +-
 lib/MooseX/Storage/Engine/IO/File.pm               |   6 +-
 .../Storage/Engine/Trait/DisableCycleDetection.pm  |   6 +-
 lib/MooseX/Storage/Engine/Trait/OnlyWhenBuilt.pm   |   6 +-
 lib/MooseX/Storage/Format/JSON.pm                  |  12 +-
 lib/MooseX/Storage/Format/Storable.pm              |  10 +-
 lib/MooseX/Storage/Format/YAML.pm                  |  10 +-
 lib/MooseX/Storage/IO/AtomicFile.pm                |  10 +-
 lib/MooseX/Storage/IO/File.pm                      |  10 +-
 lib/MooseX/Storage/IO/StorableFile.pm              |  10 +-
 .../Storage/Meta/Attribute/DoNotSerialize.pm       |  11 +-
 .../Storage/Meta/Attribute/Trait/DoNotSerialize.pm |  11 +-
 lib/MooseX/Storage/Traits/DisableCycleDetection.pm |  10 +-
 lib/MooseX/Storage/Traits/OnlyWhenBuilt.pm         |  10 +-
 lib/MooseX/Storage/Util.pm                         |  11 +-
 t/00-report-prereqs.dd                             |  43 +-
 t/00-report-prereqs.t                              |  14 +-
 t/001_basic.t                                      |   6 +-
 t/002_basic_io.t                                   |   5 +-
 t/002_basic_w_subtypes.t                           |   6 +-
 t/003_basic_w_embedded_objects.t                   |  10 +-
 t/004_w_cycles.t                                   |   5 +-
 t/005_w_versions_and_authority_check.t             |   6 +-
 t/006_w_custom_type_handlers.t                     |   9 +-
 t/007_false.t                                      |   6 +-
 t/008_do_not_serialize.t                           |   7 +-
 t/009_do_not_serialize_lazy.t                      |   5 -
 t/010_basic_json.t                                 |   5 +-
 t/011_basic_json_w_utf8.t                          |   3 +-
 t/012_param_json.t                                 |   5 +-
 t/020_basic_yaml.t                                 |   3 +-
 t/020_basic_yaml_syck.t                            |   3 +-
 t/020_basic_yaml_xs.t                              |   3 +-
 t/030_with_checksum.t                              |   5 +-
 t/040_basic_utils.t                                |   8 +-
 t/050_basic_storable.t                             |   6 +-
 t/060_basic_deferred.t                             |   5 +-
 t/061_basic_deferred_w_io.t                        |   5 +-
 t/070_basic_maybe.t                                |   6 +-
 t/080_basic_json_boolean.t                         | 101 ++++
 t/100_io.t                                         |   5 +-
 t/101_io_atomic.t                                  |   5 +-
 t/102_io_storable_file.t                           |   6 +-
 t/103_io_storable_file_custom.t                    |   6 +-
 t/104_io_w_utf8.t                                  |   5 +-
 t/105_io_atomic_w_utf8.t                           |   3 +-
 t/200_combined_in_roles.t                          |   0
 t/zzz-check-breaks.t                               |   2 +-
 xt/author/00-compile.t                             |  14 +-
 xt/author/{no-tabs.t => eol.t}                     |  24 +-
 xt/author/no-tabs.t                                |   5 +-
 xt/author/pod-spell.t                              |  45 +-
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/eol.t                                   |   8 -
 xt/release/portability.t                           |   1 +
 72 files changed, 990 insertions(+), 840 deletions(-)
 create mode 100644 t/080_basic_json_boolean.t
 mode change 100755 => 100644 t/200_combined_in_roles.t
 copy xt/author/{no-tabs.t => eol.t} (76%)
 delete mode 100644 xt/release/eol.t

-- 
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