[libdbix-class-candy-perl] branch master updated (61a8bb6 -> 341756a)

gregor herrmann gregoa at debian.org
Sun Jun 28 13:42:51 UTC 2015


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

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

      from  61a8bb6   releasing package libdbix-class-candy-perl version 0.002106-1
      adds  d437da9   fix method aliases export
      adds  b4a0605   v0.002107
      adds  2aee946   add RS candy
      adds  0e116f1   make travis builds faster
      adds  0059c62   switch away from OurPkgVersion
      adds  0233e4f   v0.003000
      adds  3d664c3   never forget
      adds  fc00b09   v0.003001
      adds  184d3c4   test against newly released 5.22
      adds  ae46f62   add experimental option
      adds  b4bb3d9   v0.004000
      adds  7f649ef   Imported Upstream version 0.004000
       new  a3e172b   Merge tag 'upstream/0.004000'
       new  db04d1e   Update debian/changelog
       new  ac2b145   Update years of upstream and packaging copyright.
       new  341756a   releasing package libdbix-class-candy-perl version 0.004000-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                               |  12 ++
 LICENSE                               |   6 +-
 MANIFEST                              |   8 +-
 META.json                             |   4 +-
 META.yml                              |   4 +-
 Makefile.PL                           |   7 +-
 README                                | 165 ++++++++++++----------
 debian/changelog                      |   7 +
 debian/copyright                      |   4 +-
 dist.ini                              |   5 +-
 lib/DBIx/Class/Candy.pm               |  60 +++++---
 lib/DBIx/Class/Candy/Exports.pm       |   6 +-
 lib/DBIx/Class/Candy/ResultSet.pm     | 253 ++++++++++++++++++++++++++++++++++
 t/irc-schema.t                        |   2 +
 t/lib/IRC/Schema/Candy.pm             |   1 +
 t/lib/IRC/Schema/CandyRS.pm           |  11 ++
 t/lib/IRC/Schema/Result/Channel.pm    |   5 +
 t/lib/IRC/Schema/ResultSet/Channel.pm |  10 ++
 t/lib/IRC/Schema/ResultSet/User.pm    |   6 +
 t/release-changes_has_content.t       |  48 +++++++
 t/rs-imports.t                        |  16 +++
 21 files changed, 531 insertions(+), 109 deletions(-)
 create mode 100644 lib/DBIx/Class/Candy/ResultSet.pm
 create mode 100644 t/lib/IRC/Schema/CandyRS.pm
 create mode 100644 t/lib/IRC/Schema/ResultSet/Channel.pm
 create mode 100644 t/lib/IRC/Schema/ResultSet/User.pm
 create mode 100644 t/release-changes_has_content.t
 create mode 100644 t/rs-imports.t

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



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