[libmoosex-storage-perl] branch master updated (748373e -> 565fd3e)
    gregor herrmann 
    gregoa at debian.org
       
    Wed May  7 20:56:59 UTC 2014
    
    
  
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  748373e   update changelog
      adds  34996bf   Imported Upstream version 0.46
       new  638dbe2   Merge tag 'upstream/0.46'
       new  dad20b3   New upstream release.
       new  9f11177   Update years of packaging copyright.
       new  561259f   Update (build) dependencies.
       new  565fd3e   releasing package libmoosex-storage-perl version 0.46-1
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:
 Build.PL                                           |   3 +-
 CONTRIBUTING                                       |   8 +-
 Changes                                            |   3 +
 LICENSE                                            |   2 +-
 MANIFEST                                           |   3 +
 META.json                                          | 499 ++++++++++++-------
 META.yml                                           | 550 +++++++++++++--------
 Makefile.PL                                        |  84 ++--
 README                                             |   4 +-
 README.md                                          |  42 +-
 debian/changelog                                   |   8 +-
 debian/control                                     |   4 +-
 debian/copyright                                   |   2 +-
 dist.ini                                           |  37 +-
 lib/MooseX/Storage.pm                              |  66 ++-
 lib/MooseX/Storage/Base/WithChecksum.pm            |  17 +-
 lib/MooseX/Storage/Basic.pm                        |  22 +-
 lib/MooseX/Storage/Deferred.pm                     |  14 +-
 lib/MooseX/Storage/Engine.pm                       |  18 +-
 lib/MooseX/Storage/Engine/IO/AtomicFile.pm         |  18 +-
 lib/MooseX/Storage/Engine/IO/File.pm               |  18 +-
 .../Storage/Engine/Trait/DisableCycleDetection.pm  |  16 +-
 lib/MooseX/Storage/Engine/Trait/OnlyWhenBuilt.pm   |  15 +-
 lib/MooseX/Storage/Format/JSON.pm                  |  15 +-
 lib/MooseX/Storage/Format/Storable.pm              |  13 +-
 lib/MooseX/Storage/Format/YAML.pm                  |  12 +-
 lib/MooseX/Storage/IO/AtomicFile.pm                |  13 +-
 lib/MooseX/Storage/IO/File.pm                      |  16 +-
 lib/MooseX/Storage/IO/StorableFile.pm              |  16 +-
 .../Storage/Meta/Attribute/DoNotSerialize.pm       |  21 +-
 .../Storage/Meta/Attribute/Trait/DoNotSerialize.pm |  21 +-
 lib/MooseX/Storage/Traits/DisableCycleDetection.pm |  15 +-
 lib/MooseX/Storage/Traits/OnlyWhenBuilt.pm         |  15 +-
 lib/MooseX/Storage/Util.pm                         |  21 +-
 t/00-report-prereqs.t                              | 218 +++++---
 t/030_with_checksum.t                              |   3 +-
 t/zzz-check-breaks.t                               |  18 +
 xt/author/pod-spell.t                              |  31 +-
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/clean-namespaces.t                      |  11 +
 xt/release/distmeta.t                              |   5 +-
 xt/release/pod-coverage.t                          |  12 +-
 xt/release/pod-syntax.t                            |   5 +-
 43 files changed, 1175 insertions(+), 761 deletions(-)
 create mode 100644 t/zzz-check-breaks.t
 create mode 100644 xt/release/clean-namespaces.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