[libmoosex-storage-perl] 01/05: Merge tag 'upstream/0.50'

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 commit to branch master
in repository libmoosex-storage-perl.

commit b1084da7b547b0ccab797b08ad60d97b6cb0bf40
Merge: 74df37d 02ad5aa
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 7 20:01:10 2015 +0200

    Merge tag 'upstream/0.50'
    
    Upstream version 0.50

 CONTRIBUTING                                       |   7 +-
 Changes                                            |   8 +
 INSTALL                                            |   1 -
 MANIFEST                                           |   5 +-
 META.json                                          | 576 +++++++++++----------
 META.yml                                           | 478 +++++++++--------
 Makefile.PL                                        |  69 +--
 README                                             |   4 +-
 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 +
 69 files changed, 975 insertions(+), 837 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