[libdbix-class-inflatecolumn-serializer-perl] branch master updated (80f5c17 -> 82378d0)

gregor herrmann gregoa at debian.org
Sat Jan 21 17:34:20 UTC 2017


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

gregoa pushed a change to branch master
in repository libdbix-class-inflatecolumn-serializer-perl.

      from  80f5c17   Releasing package libdbix-class-inflatecolumn-serializer-perl version 0.08-1
      adds  19e74e3   Further improve unicode/character string tests
      adds  e96cd9a   Merge branch 'unicode-tests'
      adds  7f7dff4   v0.08
      adds  a5be8c4   Add package provides info to dist META info files
      adds  90e8ee9   Add initial Travis-CI configuration
      adds  5dc2fa9   Merge pull request #5 from paultcochrane/pr/add-travis-config
      adds  10b3900   Declare minimum Perl version explicitly
      adds  e2ed5bf   Merge pull request #6 from paultcochrane/pr/declare-minimum-perl-version
      adds  6479e50   Move prereqs into correct dist.ini section
      adds  52f9fb4   Merge pull request #7 from paultcochrane/pr/move-prereqs-to-correct-section
      adds  b4216da   Create a META.json file when building the dist
      adds  2ebd962   Merge pull request #8 from paultcochrane/pr/create-meta-json
      adds  2cd5ea8   Merge branch 'master' into pr/add-provides-to-meta-info
      adds  9588578   Merge pull request #9 from paultcochrane/pr/add-provides-to-meta-info
      adds  1802609   Purge trailing whitespace under lib/ dir
      adds  7846109   Purge trailing whitespace under t/ dir
      adds  328229d   Purge trailing whitespace in README
      adds  7d35a4d   Merge pull request #10 from paultcochrane/pr/purge-trailing-whitespace
      adds  886e0e9   Add strict and warnings pragmas in test files
      adds  93e0942   Merge pull request #11 from paultcochrane/pr/add-strictures
      adds  9c0b876   Replace bareword filehandle with lexical variable
      adds  b6259db   Merge pull request #12 from paultcochrane/pr/remove-bareword-filehandle
      adds  7aeeaf1   Update copyright year to that of current release
      adds  72777dd   Merge pull request #13 from paultcochrane/pr/update-copyright-year
      adds  903edcc   Add Paul Cochrane to "thanks" POD section
      adds  6e2ec6a   v0.09
      adds  4d16f24   New upstream version 0.09
       new  3b4852e   Merge tag 'upstream/0.09'
       new  25b8163   Update debian/changelog
       new  4b072f8   Update years of upstream copyright.
       new  82378d0   releasing package libdbix-class-inflatecolumn-serializer-perl version 0.09-1

The 4 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:
 Changes                                            |  4 ++
 LICENSE                                            |  6 +-
 MANIFEST                                           |  3 +-
 META.json                                          | 69 ++++++++++++++++++++++
 META.yml                                           | 25 ++++++--
 Makefile.PL                                        | 17 +++---
 README                                             |  2 +-
 debian/changelog                                   |  8 +++
 debian/copyright                                   |  2 +-
 dist.ini                                           | 13 ++--
 lib/DBIx/Class/InflateColumn/Serializer.pm         |  4 +-
 lib/DBIx/Class/InflateColumn/Serializer/JSON.pm    |  2 +-
 .../Class/InflateColumn/Serializer/Storable.pm     |  4 +-
 lib/DBIx/Class/InflateColumn/Serializer/YAML.pm    |  4 +-
 t/001_load.t                                       |  7 ++-
 t/002_storable.t                                   |  2 +-
 t/003_json.t                                       |  2 +-
 t/004_yaml.t                                       |  2 +-
 t/lib/DBICTest.pm                                  | 16 ++---
 t/lib/DBICTest/Schema.pm                           |  3 +
 t/lib/DBICTest/Schema/SerializeJSON.pm             |  3 +
 t/lib/DBICTest/Schema/SerializeStorable.pm         |  3 +
 t/lib/DBICTest/Schema/SerializeYAML.pm             |  3 +
 t/lib/DBICTest/Schema/TestTable.pm                 |  3 +
 xt/kwalitee.t                                      |  4 +-
 xt/pod.t                                           |  3 +
 xt/podcoverage.t                                   |  3 +
 27 files changed, 172 insertions(+), 45 deletions(-)
 create mode 100644 META.json

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-class-inflatecolumn-serializer-perl.git



More information about the Pkg-perl-cvs-commits mailing list