[libdbix-class-candy-perl] branch master updated (1d6a30b -> 61a8bb6)

gregor herrmann gregoa at debian.org
Thu Oct 23 19:50:23 UTC 2014


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  1d6a30b   update changelog
       new  a389531   Add debian/upstream/metadata
       new  afd92c8   Update debian/changelog
      adds  30e6102   initial import
      adds  c1a7bd8   better than caller, still not great
      adds  4a0c48c   completely works
      adds  6d2011e   namespace clean and aliases
      adds  285622b   initial shot at exports for adding more exports
      adds  c24a73d   (not working) method exports for plugins
      adds  b7df8bc   make namespace::autoclean work; correct loading of components w/ sugar
      adds  280ac4c   use a v-string for clarity
      adds  561d7ac   near final list of basic exports
      adds  69c5a9f   more complex tests
      adds  9e82607   basic synopsis
      adds  b61347f   add description and docs on import options
      adds  110aa79   document subs and aliases
      adds  8dd65a2   document meta sugar
      adds  f1ad617   only import the methods we really need
      adds  ea3efae   more docs and not namespace::autoclean
      adds  4752baa   ensure that strict gets turned on
      adds  f412ea3   dev warning
      adds  32accf8   get ready for release!
      adds  8b232a3   ignore built files
      adds  4e97df5   v0.001000
      adds  a9c7023   no need to require parent for tests
      adds  6f1db28   v0.001001
      adds  6df8bd8   fix big caused by not copying target
      adds  4bd0c10   v0.001002
      adds  8347385   Fix stupid errors in ::Exports
      adds  99883b0   generate use list AFTER components are loaded
      adds  caa1f9e   rearrange some bits to allow correct usage of -base
      adds  25184d1   v0.001003
      adds  0305dba   Alias $inheritor for perl 5.8
      adds  179b8ba   v0.001004
      adds  b9c12ea   decrease silly indent in Changes
      adds  357025c   Initial sketches of "Moosey" API
      adds  7ae22ba   v0.001005
      adds  827c32c   Fix incorrectly named export (inflate_colum .= n)
      adds  5cf814f   Add primary_column sugar
      adds  42eba00   v0.001006
      adds  6e0eaa1   Add missing docs for primary_column sugar
      adds  0ad72c7   Start of autotable
      adds  4947d8f   more tests
      adds  a75b299   make installer candy method
      adds  1def9a3   make set_base method
      adds  b6afb4a   make gen_rename_proxy method
      adds  b85fb20   make gen_proxy method
      adds  27d6db5   make gen_has_column method
      adds  ca5baf5   add gen_primary_column method
      adds  4cffc50   add gen_custom_imports method
      adds  f7edb4a   create parse_arguments method
      adds  1ddd3a9   add gen_INIT method
      adds  71593cc   thorough test with IRC schema
      adds  9ba8338   more testing of primary_column
      adds  4f74702   test base set from Schema::Candy
      adds  832e8d3   test that -base can override default base
      adds  b7313e5   allow perl version to be set from base class
      adds  39a288e   document changes
      adds  bedd857   make autotable work
      adds  939bc5d   allow autotable to work as an argument
      adds  1798f8a   v-strings for autotable
      adds  edbe963   document autotable
      adds  68c6d25   update synopsis
      adds  cef6286   more sensible interface for defaults
      adds  748d0ba   document gen_table
      adds  1061874   Add unique_column sugar
      adds  1506eab   take out parent.pm usage
      adds  1c276fb   take out unneeded use Devel::Dwarn
      adds  4722d8d   make relationship test less stupidly brittle
      adds  02d948e   v0.002000
      adds  7dd9399   better autotable support
      adds  343a3a5   use croak instead of die for better error messages
      adds  79c98a8   ignore build files
      adds  735e971   v0.002001
      adds  8e0ff36   primary_column may be called multiple times to define a multicolumn pk
      adds  81a8249   v0.002100
      adds  a49f5a5   fix repo url
      adds  7f6da8d   switch to OurPkgVersion
      adds  45df7cf   remove VERSION from pod because yuck
      adds  453906e   v0.002101
      adds  55e7756   set up CI
      adds  01fc67c   v0.002102
      adds  b95cfe8   Remove HERE BE DRAGONS warning, this module is totally stable \o/
      adds  5fa747b   Lazily load deps for autotable
      adds  15634c6   v0.002103
      adds  2fd2181   typo in doc => s/it's/its/
      adds  45aa687   Typo fix: s/Buidling/Building/
      adds  890818e   Fix stupid doc examples
      adds  55e4d7e   v0.002104
      adds  034abe4   Fix warnings in test
      adds  b9994c1   v0.002105
      adds  aa4168e   fix calling table multiple times on accident
      adds  01ad14a   simplify sub installer
      adds  92a813f   reproduce recursion bug causing memory exhaustion
      adds  2deb517   clean out installed methods only
      adds  6b85c3e   convert to cpanfile for neater dep tracking
      adds  2839274   report coverage to coveralls instead of homebrewed thing
      adds  4650c1a   test against all major versions of perl
      adds  dc7671f   better test for recursion fix
      adds  773cea5   nicer meta
      adds  c15e57a   v0.002106
      adds  c0c2ddc   Imported Upstream version 0.002106
       new  4db3052   Merge tag 'upstream/0.002106'
       new  929c2fc   Update debian/changelog
       new  74af6f2   Declare compliance with Debian Policy 3.9.6.
       new  764c0ca   Mark package as autopkgtest-able.
       new  61a8bb6   releasing package libdbix-class-candy-perl version 0.002106-1

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:
 Changes                                            |  6 ++++++
 LICENSE                                            |  2 +-
 MANIFEST                                           |  6 +++++-
 META.json                                          | 22 +++++++++++++++-------
 META.yml                                           | 18 ++++++++++--------
 Makefile.PL                                        | 16 ++++++++--------
 cpanfile                                           | 12 ++++++++++++
 debian/changelog                                   | 10 ++++++++--
 debian/control                                     |  3 ++-
 debian/upstream/metadata                           |  6 ++++++
 dist.ini                                           | 20 ++++----------------
 lib/DBIx/Class/Candy.pm                            | 12 +++++++-----
 lib/DBIx/Class/Candy/Exports.pm                    |  2 +-
 .../User.pm => lib2/IRC/Schema/Result/Bar.pm}      |  0
 .../Message.pm => lib2/IRC/Schema/Result/Foo.pm}   |  0
 t/recursion-bug.t                                  | 21 +++++++++++++++++++++
 16 files changed, 106 insertions(+), 50 deletions(-)
 create mode 100644 cpanfile
 create mode 100644 debian/upstream/metadata
 copy t/{lib/IRC/Schema/Result/User.pm => lib2/IRC/Schema/Result/Bar.pm} (100%)
 copy t/{lib/IRC/Schema/Result/Message.pm => lib2/IRC/Schema/Result/Foo.pm} (100%)
 create mode 100644 t/recursion-bug.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