[libmoosex-types-loadableclass-perl] branch master updated (c9ab7ac -> b0ba665)

gregor herrmann gregoa at debian.org
Sun Oct 25 21:08:59 UTC 2015


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

gregoa pushed a change to branch master
in repository libmoosex-types-loadableclass-perl.

      from  c9ab7ac   update changelog
       new  8f18c21   Add debian/upstream/metadata
       new  897bcf5   Update debian/changelog
      adds  277fc92   Initial commit
      adds  27e9901   Initial Makefile.PL
      adds  fc67d77   Initial .gitignore
      adds  20c283e   Author tests, README, fix Pod
      adds  b051d0e   Add repository
      adds  49c6792   Add VERSION
      adds  810a7d5   Clean namespace of unneeded symbols
      adds  b993c9d   Update MANIFEST.SKIP and .gitignore
      adds  b38e76b   Initial changelog
      adds  7cac827   Change to LoadableClass
      adds  ea3b569   Make ClassName a subtype of LoadableClass
      adds  7e29ff9   And fix up so that the two types are synonyms
      adds  7dde988   Revert "And fix up so that the two types are synonyms"
      adds  5d794d0   Check all the imports work
      adds  d37283c   Make the types synonyms, working.
      adds  ffb3cf4   Add LoadableRole.
      adds  107dff6   Document the exports
      adds  69ba113   Changelog, bump version
      adds  4a7ccc9   Update README
      adds  1292c05   Dependency fix
      adds  33cc1ca   Version 0.005
      adds  4b55f0c   Change to use Class::Load
      adds  a39ed99   Version 0.06
      adds  e5b296c   Additional paranoia
      adds  daec1e9   Tests for last fix
      adds  91beada   Version 0.007
      adds  aaf6419   Do not require Test::Exception. RT#75246
      adds  cf9755b   Version 0.008
      adds  4c6e7ea   remove unneeded use of FindBin
      adds  3408bf8   use Class::Load directly, rather than Class::MOP's wrapper
      adds  aba78b3   RT#86041: fix coercion result on failure
      adds  8375ff1   use ISO8601 date format in changelog
      adds  3c035c2   bump version, repo info for release
      adds  5f6dca1   oops, shouldnt advise using coerce - that does nothing now
      adds  52ed62a   might as well add self to the list now
      adds  8060361   optimization: avoid trying to load the class if already loaded
      adds  90a3f05   fix docs to not refer to Class::MOP::load_class (now deprecated in Moose 2.1100)
      adds  2297c3f   convert to dzil
      adds  14c42c0   spelling fixes
      adds  884ae07   move repo to moose/
      adds  27d043c   MooseX-Types-LoadableClass-0.010
      adds  dfb9670   only try to load the class if it's a valid module name
      adds  016937a   Merge pull request #1 from ilmari/dont-load-invalid-names
      adds  2994e4d   give attribution to ilmari
      adds  471b5ab   remove use of evals; test exceptions and validations more completely
      adds  61499fa   remove redundant tests, that should be in xt/ anyway
      adds  66bec2a   add missing authordep
      adds  2942c03   remove unneeded uses of FindBin
      adds  4e4e84b   remove extra authors - they will be in contributors
      adds  7dd9f6b   stop Test::Mojibake from complaining about our malformed pod
      adds  685c697   MooseX-Types-LoadableClass-0.011
      adds  512e0a3   Dist::Zilla 5.000 fixes our encoding issues
      adds  b666a58   new CONTRIBUTING file
      adds  298ab54   MooseX-Types-LoadableClass-0.012
      adds  90feef4   add metadata for irc and mailing list
      adds  7adee0f   Pod::Weaver 4 now uses [-SingleEncoding]
      adds  cdf4b1d   Merge pull request #2 from sergeyromanov/patch-1
      adds  a7657b0   ensure namespaces are set up properly
      adds  53a5d85   drop ego lines
      adds  f8349a0   add a few more tests
      adds  1c8be37   run moose-outdated in tests
      adds  29f629d   remap these entries to their PAUSE ids
      adds  a61f659   tighten up entries
      adds  2e252d6   remove unnecessary plugin
      adds  1c38a94   now using [Git::Contributors]
      adds  973da6b   add some keywords to metadata
      adds  cdaf68a   use use_package_optimistically for fewer weird loading heuristics
      adds  c1c499c   MooseX-Types-LoadableClass-0.013
      adds  9ddc51a   use a more specific link
      adds  93f1baf   hardcode the distribution name in Changes, to reduce churn on each release
      adds  376efb2   keep $VERSION right in the repo
      adds  c3c85a1   customize the clean namespaces test for MooseX::Types
      adds  2a36ea8   affirm that we work as far back as Moose itself does
      adds  f13fd08   switch to my podweaver plugin bundle
      adds  c5b1b79   use the proper spelling for this file
      adds  b9c10a5   remove the use of fatal warnings in tests
      adds  199a73c   remove unused lib exports
      adds  9d8763f   need nc 0.19 to get the version that uses non-deprecated Package::Stash interfaces
      adds  25ad68c   this is a distribution eligible for static install
      adds  14cfc61   Changes entry for this release
      adds  f92673a   MooseX-Types-LoadableClass-0.014
      adds  9f27815   Imported Upstream version 0.014
       new  13e4e3e   Merge tag 'upstream/0.014'
       new  c49ad4c   Update debian/changelog
       new  db7ef05   Update years of packaging copyright, and Upstream-Contact.
       new  6d669bd   Add build dependency on libnamespace-clean-perl.
       new  3b54d82   Reformat debian/control with cme
       new  121b02a   Mark package as autopkgtest-able.
       new  43cf863   Declare compliance with Debian Policy 3.9.6.
       new  b0ba665   releasing package libmoosex-types-loadableclass-perl version 0.014-1

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:
 Build.PL                          |  136 ++++-
 CONTRIBUTING                      |   72 ++-
 Changes                           |   12 +-
 INSTALL                           |    1 -
 LICENSE => LICENCE                |    2 +-
 MANIFEST                          |   19 +-
 META.json                         | 1042 ++++++++++++++++++++++++++++++-------
 META.yml                          |  783 ++++++++++++++++++++++------
 Makefile.PL                       |  101 ++--
 README                            |    4 +-
 debian/changelog                  |   12 +-
 debian/control                    |    5 +-
 debian/copyright                  |    4 +-
 debian/upstream/metadata          |    8 +
 dist.ini                          |   27 +-
 lib/MooseX/Types/LoadableClass.pm |   51 +-
 t/00-report-prereqs.dd            |  140 +++++
 t/00-report-prereqs.t             |  253 +++++----
 t/all_imports.t                   |    1 -
 t/fully-qualified.t               |   17 +
 t/no_moose.t                      |    3 +
 t/typemap.t                       |    1 -
 t/zzz-check-breaks.t              |   18 +
 weaver.ini                        |   10 -
 xt/author/00-compile.t            |   16 +-
 xt/author/clean-namespaces.t      |   13 +
 xt/author/eol.t                   |   41 ++
 xt/author/kwalitee.t              |    9 +
 xt/author/mojibake.t              |    9 +
 xt/author/no-tabs.t               |   41 ++
 xt/author/pod-spell.t             |   11 +-
 xt/release/changes_has_content.t  |    2 +-
 xt/release/distmeta.t             |    5 +-
 xt/release/eol.t                  |    8 -
 xt/release/kwalitee.t             |    4 -
 xt/release/minimum-version.t      |    2 +-
 xt/release/mojibake.t             |   12 -
 xt/release/no-tabs.t              |   14 -
 xt/release/pod-coverage.t         |   12 +-
 xt/release/pod-syntax.t           |    5 +-
 xt/release/portability.t          |   12 +
 xt/release/test-version.t         |   22 -
 xt/release/unused-vars.t          |    8 -
 43 files changed, 2271 insertions(+), 697 deletions(-)
 rename LICENSE => LICENCE (99%)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/fully-qualified.t
 create mode 100644 t/zzz-check-breaks.t
 delete mode 100644 weaver.ini
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/no-tabs.t
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/kwalitee.t
 delete mode 100644 xt/release/mojibake.t
 delete mode 100644 xt/release/no-tabs.t
 create mode 100644 xt/release/portability.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-types-loadableclass-perl.git



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