[libmoosex-storage-perl] 02/03: Merge tag 'upstream/0.47'

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 21:07:02 UTC 2014


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

intrigeri pushed a commit to branch master
in repository libmoosex-storage-perl.

commit 0662b10707b007640767996c842c20a9717d57ee
Merge: 6cba5d3 2cd7e70
Author: intrigeri <intrigeri at boum.org>
Date:   Wed Aug 27 21:00:42 2014 +0000

    Merge tag 'upstream/0.47'
    
    Upstream version 0.47

 Build.PL                                           | 145 ++++-
 CONTRIBUTING                                       |  31 +-
 Changes                                            |   9 +
 MANIFEST                                           |   9 +-
 META.json                                          | 604 ++++++++++++++-------
 META.yml                                           | 449 +++++++++------
 Makefile.PL                                        |  23 +-
 README                                             |   4 +-
 README.md                                          | 257 ---------
 TODO                                               |   9 -
 dist.ini                                           |  18 +-
 lib/MooseX/Storage.pm                              |  77 +--
 lib/MooseX/Storage/Base/WithChecksum.pm            |  13 +-
 lib/MooseX/Storage/Basic.pm                        |  13 +-
 lib/MooseX/Storage/Deferred.pm                     |  15 +-
 lib/MooseX/Storage/Engine.pm                       |  19 +-
 lib/MooseX/Storage/Engine/IO/AtomicFile.pm         |  13 +-
 lib/MooseX/Storage/Engine/IO/File.pm               |  10 +-
 .../Storage/Engine/Trait/DisableCycleDetection.pm  |  13 +-
 lib/MooseX/Storage/Engine/Trait/OnlyWhenBuilt.pm   |  13 +-
 lib/MooseX/Storage/Format/JSON.pm                  |  13 +-
 lib/MooseX/Storage/Format/Storable.pm              |  14 +-
 lib/MooseX/Storage/Format/YAML.pm                  |  10 +-
 lib/MooseX/Storage/IO/AtomicFile.pm                |  13 +-
 lib/MooseX/Storage/IO/File.pm                      |  13 +-
 lib/MooseX/Storage/IO/StorableFile.pm              |  13 +-
 .../Storage/Meta/Attribute/DoNotSerialize.pm       |  20 +-
 .../Storage/Meta/Attribute/Trait/DoNotSerialize.pm |  20 +-
 lib/MooseX/Storage/Traits/DisableCycleDetection.pm |  15 +-
 lib/MooseX/Storage/Traits/OnlyWhenBuilt.pm         |  15 +-
 lib/MooseX/Storage/Util.pm                         |  15 +-
 t/00-report-prereqs.dd                             | 166 ++++++
 t/00-report-prereqs.t                              | 323 +++++------
 t/001_basic.t                                      |   1 -
 t/002_basic_io.t                                   |   2 +-
 t/002_basic_w_subtypes.t                           |   1 -
 t/003_basic_w_embedded_objects.t                   |   1 -
 t/004_w_cycles.t                                   |   3 -
 t/006_w_custom_type_handlers.t                     |   5 -
 t/007_false.t                                      |   1 -
 t/008_do_not_serialize.t                           |   5 -
 t/010_basic_json.t                                 |   3 +-
 t/011_basic_json_w_utf8.t                          |   5 +
 t/012_param_json.t                                 |   1 -
 t/020_basic_yaml.t                                 |   3 +-
 t/020_basic_yaml_syck.t                            |   2 +-
 t/020_basic_yaml_xs.t                              |   2 +-
 t/030_with_checksum.t                              |   1 +
 t/040_basic_utils.t                                |   2 -
 t/050_basic_storable.t                             |  17 +-
 t/060_basic_deferred.t                             |  23 +-
 t/061_basic_deferred_w_io.t                        |  13 +-
 t/070_basic_maybe.t                                |  22 +-
 t/100_io.t                                         |  11 +-
 t/101_io_atomic.t                                  |  11 +-
 t/102_io_storable_file.t                           |  10 +-
 t/103_io_storable_file_custom.t                    |  11 +-
 t/104_io_w_utf8.t                                  |   4 +
 t/105_io_atomic_w_utf8.t                           |   5 +
 t/300_overloaded.t                                 |   1 +
 t/zzz-check-breaks.t                               |   2 +-
 weaver.ini                                         |   2 -
 xt/author/00-compile.t                             |   4 +-
 xt/author/no-tabs.t                                |  82 +++
 xt/author/pod-spell.t                              |  85 +--
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/clean-namespaces.t                      |   4 +-
 xt/release/kwalitee.t                              |   9 +-
 xt/release/no-tabs.t                               |  33 --
 xt/release/test-version.t                          |  22 -
 xt/release/unused-vars.t                           |   8 -
 71 files changed, 1573 insertions(+), 1240 deletions(-)

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