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

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

      from  3c203f3   update changelog
      adds  8d3ccb3   Imported Upstream version 0.52
       new  1b6776c   Merge tag 'upstream/0.52'
       new  87521eb   Declare compliance with Debian Policy 3.9.8
       new  e382561   Bump debhelper compatibility level to 9
       new  0010e89   Refresh (build) dependencies
       new  a435919   Update changelog
       new  3cf5ec5   Add WAITS-FOR
       new  59d6b77   Update changelog

The 7 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                                       |  12 +-
 Changes                                            |   7 +
 INSTALL                                            |  14 +-
 LICENSE                                            |   6 +-
 MANIFEST                                           |  16 +-
 META.json                                          | 742 ++++++++++++---------
 META.yml                                           | 587 +++++++++-------
 Makefile.PL                                        |  80 ++-
 README                                             |   6 +-
 debian/changelog                                   |  14 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  11 +-
 dist.ini                                           |   9 +-
 lib/MooseX/Storage.pm                              |  33 +-
 lib/MooseX/Storage/Base/WithChecksum.pm            |  23 +-
 lib/MooseX/Storage/Basic.pm                        |  23 +-
 lib/MooseX/Storage/Deferred.pm                     |  23 +-
 lib/MooseX/Storage/Engine.pm                       | 132 ++--
 lib/MooseX/Storage/Engine/IO/AtomicFile.pm         |  23 +-
 lib/MooseX/Storage/Engine/IO/File.pm               |  23 +-
 .../Storage/Engine/Trait/DisableCycleDetection.pm  |  25 +-
 lib/MooseX/Storage/Engine/Trait/OnlyWhenBuilt.pm   |  27 +-
 lib/MooseX/Storage/Format/JSON.pm                  |  23 +-
 lib/MooseX/Storage/Format/Storable.pm              |  23 +-
 lib/MooseX/Storage/Format/YAML.pm                  |  23 +-
 lib/MooseX/Storage/IO/AtomicFile.pm                |  23 +-
 lib/MooseX/Storage/IO/File.pm                      |  23 +-
 lib/MooseX/Storage/IO/StorableFile.pm              |  23 +-
 .../Storage/Meta/Attribute/DoNotSerialize.pm       |  25 +-
 .../Storage/Meta/Attribute/Trait/DoNotSerialize.pm |  25 +-
 lib/MooseX/Storage/Traits/DisableCycleDetection.pm |  25 +-
 lib/MooseX/Storage/Traits/OnlyWhenBuilt.pm         |  27 +-
 lib/MooseX/Storage/Util.pm                         |  27 +-
 t/00-report-prereqs.dd                             |  82 ++-
 t/00-report-prereqs.t                              |  14 +-
 t/003_basic_w_embedded_objects.t                   |   2 +-
 t/009_do_not_serialize_lazy.t                      |   2 +-
 t/080_basic_json_boolean.t                         |   2 +-
 t/300_overloaded.t                                 |   2 +-
 t/400_moosex_types.t                               |  62 ++
 t/zzz-check-breaks.t                               |   6 +-
 weaver.ini                                         |   6 -
 xt/author/00-compile.t                             |   5 +-
 xt/author/eol.t                                    |  18 +-
 xt/{release => author}/kwalitee.t                  |   2 +-
 xt/author/mojibake.t                               |   9 +
 xt/author/no-tabs.t                                |  17 +-
 xt/{release => author}/pod-coverage.t              |   0
 xt/{release => author}/pod-no404s.t                |   0
 xt/author/pod-spell.t                              |   5 +-
 xt/{release => author}/pod-syntax.t                |   1 +
 xt/{release => author}/portability.t               |   0
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/cpan-changes.t                          |   9 +-
 xt/release/mojibake.t                              |  12 -
 55 files changed, 1329 insertions(+), 1034 deletions(-)
 create mode 100644 t/400_moosex_types.t
 delete mode 100644 weaver.ini
 rename xt/{release => author}/kwalitee.t (95%)
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-no404s.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/portability.t (100%)
 delete mode 100644 xt/release/mojibake.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to