[libmoosex-object-pluggable-perl] branch master updated (18650ec -> c3f9fdc)

gregor herrmann gregoa at debian.org
Sun Oct 25 16:59:31 UTC 2015


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

gregoa pushed a change to branch master
in repository libmoosex-object-pluggable-perl.

      from  18650ec   update changelog
       new  ba74d51   Add debian/upstream/metadata
       new  5fc9087   Update debian/changelog
      adds  421e9f8   first checkin of MooseX-Object-Pluggable
      adds  9bef9c0   bye bye anon classes hello 0.0003
      adds  12d4fac   pod fixes
      adds  06c9b71   Spelling corrections.
      adds  208f7b2   irc is bad for productivity
      adds  0a36990   more tests, a missing file, bug fix
      adds  9843fa6   006 ready
      adds  0e16871   0.0007 changes
      adds  bf5e53f   Bump up the Moose dep because someone had trouble installing this with an old Moose
      adds  cb251ec   a couple pod typos
      adds  e091956   improve the unabel to locate error message to croak and to also give the requested plugin's name
      adds  485dad3   load_plugins withs all the plugins in one go
      adds  7579722   bye bye extensions
      adds  b085a25   demand Module::Install 0.75
      adds  6ce00a8   feex the tests
      adds  472334a   changes
      adds  2279bc7   dist fuckups
      adds  2620149   bah wah
      adds  4a9b5ed   Failing test for reloading an already-loaded plugin, it shouldn't throw an error
      adds  cf35ae5   And a fix for the failing test
      adds  599dcdc   Update Changes
      adds  c25d8f1   Add myself to contributors
      adds  8a6fd40   9
      adds  acf6ced   update _original_class_name
      adds  78f0757   i messed up the v number on the last one
      adds  16d6797   Class::MOP::load_class has been deprecated in Moose 2.1200
      adds  a5160ca   repository now lives at https://github.com/moose/MooseX-Object-Pluggable
      adds  5db902a   convert to Dist::Zilla
      adds  8f033cb   clean up formatting in Changes file
      adds  a162e62   make release tests pass
      adds  98105e4   remove unnecessary shebangs
      adds  091ea7f   MooseX-Object-Pluggable-0.0012
      adds  9d5dbc1   add missing weaver.ini
      adds  fa63f68   map alternative emails
      adds  562195d   typo fix in var name
      adds  32568ca   Merge pull request #1 from dsteinbrunner/patch-1
      adds  77b19b5   remove artifact of groditi's module minting process, that requires a full dzil build to run now
      adds  df59c80   doc cleanup
      adds  ea9308b   changelog for pod munging changes
      adds  229aef4   Pod::Weaver::PluginBundle::Default 4 now contains [-SingleEncoding]
      adds  da5370b   add irc and mailing list info to metadata
      adds  35bb1ed   keep namespaces clean
      adds  566993a   tell user if the plugin isn't a role
      adds  6818406   New tests for attempting to (re)load a bad plugin - for RT#88562 diagnosis -- still todo
      adds  f68166d   avoid hitting RT#63013 - $INC{Dies1} exists but undef, causing reload attempt
      adds  0c7f12e   register each loaded plugin as soon as it is succesfully loaded
      adds  ff720b0   use Try::Tiny instead of bare eval
      adds  f6baace   MooseX-Object-Pluggable-0.0013
      adds  e9e97f9   now using [Git::Contributors]
      adds  6ab12c8   remove unneeded plugin
      adds  0bca085   tighten up entries
      adds  96813f0   github is the default server option
      adds  45105f2   add a test that runs `moose-outdated`
      adds  409f218   MooseX-Object-Pluggable-0.0014
      adds  066167e   Imported Upstream version 0.0014
       new  6b3627f   Merge tag 'upstream/0.0014'
       new  550bbde   Update debian/changelog
       new  dd3ccc3   Update years of packaging copyright, and Upstream-Contact.
       new  c843eb2   Mark package as autopkgtest-able.
       new  d74c792   Declare compliance with Debian Policy 3.9.6.
       new  c3f9fdc   releasing package libmoosex-object-pluggable-perl version 0.0014-1

The 8 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                         | 137 +++++++-
 CONTRIBUTING                     |  34 +-
 Changes                          |   4 +
 INSTALL                          |   1 -
 LICENSE                          |   2 +-
 MANIFEST                         |  11 +-
 META.json                        | 696 +++++++++++++++++++++++++++++----------
 META.yml                         | 497 +++++++++++++++++++---------
 Makefile.PL                      |  37 +--
 README                           |   4 +-
 README.md                        | 205 ------------
 debian/changelog                 |  12 +-
 debian/control                   |   3 +-
 debian/copyright                 |   4 +-
 debian/upstream/metadata         |   8 +
 dist.ini                         |   8 +-
 lib/MooseX/Object/Pluggable.pm   | 319 +++++++++---------
 t/00-report-prereqs.dd           | 132 ++++++++
 t/00-report-prereqs.t            | 272 +++++++--------
 t/zzz-check-breaks.t             |  18 +
 weaver.ini                       |   2 -
 xt/author/00-compile.t           |   9 +-
 xt/{release => author}/eol.t     |   4 +-
 xt/author/no-tabs.t              |  50 +++
 xt/author/pod-spell.t            |  20 +-
 xt/release/changes_has_content.t |   2 +-
 xt/release/distmeta.t            |   4 +-
 xt/release/kwalitee.t            |   9 +-
 xt/release/no-tabs.t             |  14 -
 xt/release/pod-coverage.t        |  11 +-
 xt/release/pod-syntax.t          |   4 +-
 xt/release/test-version.t        |  22 --
 xt/release/unused-vars.t         |   8 -
 33 files changed, 1579 insertions(+), 984 deletions(-)
 delete mode 100644 README.md
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/zzz-check-breaks.t
 rename xt/{release => author}/eol.t (58%)
 create mode 100644 xt/author/no-tabs.t
 delete mode 100644 xt/release/no-tabs.t
 delete mode 100644 xt/release/test-version.t
 delete mode 100644 xt/release/unused-vars.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-object-pluggable-perl.git



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