[libmoosex-storage-perl] 01/07: Merge tag 'upstream/0.45'

gregor herrmann gregoa at debian.org
Wed Dec 25 17:39:00 UTC 2013


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 39d7e069ecb2053bb90e28ed92c2a8ee674bb607
Merge: d26333e 499afda
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 18:30:33 2013 +0100

    Merge tag 'upstream/0.45'
    
    Upstream version 0.45

 Build.PL                                           |   3 +
 CONTRIBUTING                                       |  78 ++
 Changes                                            | 446 +++++-----
 INSTALL                                            |  44 +
 LICENSE                                            | 379 ++++++++
 MANIFEST                                           |  49 +-
 META.json                                          | 979 +++++++++++++++++++++
 META.yml                                           | 671 +++++++++++++-
 Makefile.PL                                        | 193 ++--
 README                                             |  40 +-
 README.md                                          | 239 +++++
 TODO                                               |   9 +
 dist.ini                                           | 109 +++
 inc/Module/AutoInstall.pm                          | 930 -------------------
 inc/Module/Install.pm                              | 470 ----------
 inc/Module/Install/AuthorRequires.pm               |  38 -
 inc/Module/Install/AuthorTests.pm                  |  59 --
 inc/Module/Install/AutoInstall.pm                  |  93 --
 inc/Module/Install/Base.pm                         |  83 --
 inc/Module/Install/Can.pm                          | 154 ----
 inc/Module/Install/Fetch.pm                        |  93 --
 inc/Module/Install/Include.pm                      |  34 -
 inc/Module/Install/Makefile.pm                     | 418 ---------
 inc/Module/Install/Metadata.pm                     | 722 ---------------
 inc/Module/Install/Win32.pm                        |  64 --
 inc/Module/Install/WriteAll.pm                     |  63 --
 lib/MooseX/Storage.pm                              | 136 ++-
 lib/MooseX/Storage/Base/WithChecksum.pm            |  48 +-
 lib/MooseX/Storage/Basic.pm                        |  50 +-
 lib/MooseX/Storage/Deferred.pm                     |  49 +-
 lib/MooseX/Storage/Engine.pm                       | 102 ++-
 lib/MooseX/Storage/Engine/IO/AtomicFile.pm         |  63 +-
 lib/MooseX/Storage/Engine/IO/File.pm               |  78 +-
 .../Storage/Engine/Trait/DisableCycleDetection.pm  |  51 +-
 lib/MooseX/Storage/Engine/Trait/OnlyWhenBuilt.pm   |  48 +-
 lib/MooseX/Storage/Format/JSON.pm                  |  47 +-
 lib/MooseX/Storage/Format/Storable.pm              |  49 +-
 lib/MooseX/Storage/Format/YAML.pm                  |  48 +-
 lib/MooseX/Storage/IO/AtomicFile.pm                |  45 +-
 lib/MooseX/Storage/IO/File.pm                      |  48 +-
 lib/MooseX/Storage/IO/StorableFile.pm              |  50 +-
 .../Storage/Meta/Attribute/DoNotSerialize.pm       |  72 +-
 .../Storage/Meta/Attribute/Trait/DoNotSerialize.pm |  75 +-
 lib/MooseX/Storage/Traits/DisableCycleDetection.pm |  50 +-
 lib/MooseX/Storage/Traits/OnlyWhenBuilt.pm         |  51 +-
 lib/MooseX/Storage/Util.pm                         |  66 +-
 t/00-report-prereqs.t                              | 142 +++
 t/000_load.t                                       |   4 +-
 t/001_basic.t                                      |  11 +-
 t/002_basic_io.t                                   |  23 +-
 t/002_basic_w_subtypes.t                           |  53 +-
 t/003_basic_w_embedded_objects.t                   |  63 +-
 t/004_w_cycles.t                                   |  82 +-
 t/005_w_versions_and_authority_check.t             |  47 +-
 t/006_w_custom_type_handlers.t                     |  33 +-
 t/007_false.t                                      |  11 +-
 t/008_do_not_serialize.t                           |  49 +-
 t/009_do_not_serialize_lazy.t                      |  11 +-
 t/010_basic_json.t                                 |  38 +-
 t/011_basic_json_w_utf8.t                          |  63 +-
 t/012_param_json.t                                 |   9 +-
 t/020_basic_yaml.t                                 |  16 +-
 t/020_basic_yaml_syck.t                            |  16 +-
 t/020_basic_yaml_xs.t                              |  16 +-
 t/030_with_checksum.t                              |  47 +-
 t/040_basic_utils.t                                |  42 +-
 t/050_basic_storable.t                             |  20 +-
 t/060_basic_deferred.t                             |  60 +-
 t/061_basic_deferred_w_io.t                        |  33 +-
 t/070_basic_maybe.t                                |  75 +-
 t/100_io.t                                         |  23 +-
 t/101_io_atomic.t                                  |  27 +-
 t/102_io_storable_file.t                           |  19 +-
 t/103_io_storable_file_custom.t                    |  37 +-
 t/104_io_w_utf8.t                                  |  54 +-
 t/105_io_atomic_w_utf8.t                           |  54 +-
 t/200_combined_in_roles.t                          |   1 -
 t/300_overloaded.t                                 |   4 +-
 t/author/pod-coverage.t                            |  13 -
 t/author/pod.t                                     |   5 -
 weaver.ini                                         |   8 +
 xt/author/00-compile.t                             |  61 ++
 xt/author/pod-spell.t                              |  92 ++
 xt/release/changes_has_content.t                   |  41 +
 xt/release/cpan-changes.t                          |  11 +
 xt/release/distmeta.t                              |   7 +
 xt/release/eol.t                                   |   8 +
 xt/release/kwalitee.t                              |   4 +
 xt/release/minimum-version.t                       |   8 +
 xt/release/mojibake.t                              |  12 +
 xt/release/no-tabs.t                               |  33 +
 xt/release/pod-coverage.t                          |  13 +
 xt/release/pod-no404s.t                            |  21 +
 xt/release/pod-syntax.t                            |   7 +
 xt/release/portability.t                           |  11 +
 xt/release/test-version.t                          |  22 +
 xt/release/unused-vars.t                           |   8 +
 97 files changed, 4829 insertions(+), 4425 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