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

js pushed a change to branch master
in repository libbread-board-perl.

      from  295a8b9   Prepare for release: Update changelog, control file and 
copyright hints.
       new  018d29e   Fix use canonical Vcs-Git URL.
       new  89bd763   Update copyright info: Extend coverage of packaging.
       new  561585a   Update watch file to use metacpan.org URL.
       new  27d8644   Build-depend on liblog-dispatch-perl: Needed (optionally) 
for testsuite.
       new  54ec948   Update changelog, control file and copyright info.
      adds  4986dd0   remove Class::MOP::load_class
      adds  0bda466   Merge pull request #33 from 
xenoterracide/remove-class-load
      adds  132b9a5   these should use require_module
      adds  3f98c84   changelog
      adds  2303379   changelog
      adds  1eab9db   factor this out
      adds  802a34d   support inline arrays of deps (dakkar, #34)
      adds  c412c1c   this should be private
      adds  8b5a07f   skip the Form::Sensible test for now
      adds  d247a15   add test for array dependencies (dakkar, #34)
      adds  e2395de   changelog
      adds  59d91af   typos
      adds  b34f707   document the dependency specifications better
      adds  d0fefff   better documentation for the dependency coercions
      adds  bc74174   changelog
      adds  b73812e   Imported Upstream version 0.31
       new  de2153f   Merge tag 'upstream/0.31'
       new  2a09839   Update package relations: Tighten to (build-)depend 
versioned on libmoose-perl.
       new  fe3244d   Update package relations: (Build-)depend on 
libmodule-runtime-perl.
       new  eed7c0c   Update copyright info: Bump (yes, not extend) coverage 
for upstream author.
       new  a75021b   Prepare for release: Update changelog, control file and 
copyright info.

The 10 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                                            |   7 +
 LICENSE                                            |   8 +-
 MANIFEST                                           |   2 +
 META.json                                          | 273 +++++++++++++------
 META.yml                                           | 299 ++++++++++++++-------
 Makefile.PL                                        |   9 +-
 README                                             |   6 +-
 debian/changelog                                   |  21 ++
 debian/control                                     |   8 +-
 debian/control.in                                  |   2 +-
 debian/copyright                                   |   4 +-
 debian/copyright_hints                             |  13 +-
 debian/rules                                       |  16 +-
 debian/watch                                       |   2 +-
 dist.ini                                           |   2 +-
 lib/Bread/Board.pm                                 | 107 ++++++--
 lib/Bread/Board/BlockInjection.pm                  |  10 +-
 lib/Bread/Board/ConstructorInjection.pm            |  10 +-
 lib/Bread/Board/Container.pm                       |  10 +-
 lib/Bread/Board/Container/FromParameterized.pm     |  10 +-
 lib/Bread/Board/Container/Parameterized.pm         |  10 +-
 lib/Bread/Board/Dependency.pm                      |  10 +-
 lib/Bread/Board/Dumper.pm                          |  10 +-
 lib/Bread/Board/LifeCycle.pm                       |  10 +-
 lib/Bread/Board/LifeCycle/Singleton.pm             |  10 +-
 .../Board/LifeCycle/Singleton/WithParameters.pm    |  10 +-
 lib/Bread/Board/Literal.pm                         |  10 +-
 lib/Bread/Board/Manual.pod                         |   6 +-
 lib/Bread/Board/Manual/Concepts.pod                |  10 +-
 lib/Bread/Board/Manual/Concepts/Advanced.pod       |   6 +-
 lib/Bread/Board/Manual/Concepts/Typemap.pod        |   6 +-
 lib/Bread/Board/Manual/Example.pod                 |   6 +-
 lib/Bread/Board/Manual/Example/FormSensible.pod    |   6 +-
 lib/Bread/Board/Manual/Example/LogDispatch.pod     |   6 +-
 lib/Bread/Board/Service.pm                         |  13 +-
 lib/Bread/Board/Service/Alias.pm                   |  10 +-
 lib/Bread/Board/Service/Deferred.pm                |  10 +-
 lib/Bread/Board/Service/Deferred/Thunk.pm          |  10 +-
 lib/Bread/Board/Service/Inferred.pm                |  10 +-
 lib/Bread/Board/Service/WithClass.pm               |  13 +-
 lib/Bread/Board/Service/WithDependencies.pm        |  10 +-
 lib/Bread/Board/Service/WithParameters.pm          |  10 +-
 lib/Bread/Board/SetterInjection.pm                 |  10 +-
 lib/Bread/Board/Traversable.pm                     |  10 +-
 lib/Bread/Board/Types.pm                           | 100 +++----
 t/00-compile.t                                     |   6 +-
 t/048_array_deps.t                                 |  54 ++++
 t/202_form_sensible_example.t                      |   2 +
 xt/release/no-tabs.t                               |  72 ++++-
 xt/release/pod-coverage.t                          |  12 +-
 xt/release/pod-syntax.t                            |   5 +-
 51 files changed, 880 insertions(+), 412 deletions(-)
 create mode 100644 t/048_array_deps.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libbread-board-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