[libmoosex-simpleconfig-perl] branch master updated (ef1f3c2 -> 58df8ee)

gregor herrmann gregoa at debian.org
Sun Oct 25 17:18:17 UTC 2015


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

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

      from  ef1f3c2   update changelog
       new  a22f39f   Add debian/upstream/metadata
       new  a5fa19b   Update debian/changelog
      adds  33defd4   new dist: MooseX::SimpleConfig
      adds  98f0550   README
      adds  a61b087   oops, long lost 0.02 commit
      adds  a96520d   0.03, configfile default stuff
      adds  1adf927   demand Module::Install 0.75
      adds  392e82e   Add way to pass parameters to Config::Any
      adds  3af8bae   move use_ext before the extra args
      adds  ea0c26e   Update Makefile.PL
      adds  6119dd5   Remove MANIFEST, generated file
      adds  118437b   Trim trailing whitespace
      adds  8f73ff4   Don't bundle the git repos in my dist please and other .gitignore updates
      adds  b80dd21   Regenerate README
      adds  308bcb2   Bump versions, changelog
      adds  fa190ae   Update .gitignore
      adds  c67f89a   Allow multiple config files, from RT#48552
      adds  800adfe   Add some docs
      adds  ebaa5f4   Update README
      adds  2718977   Fix MANIFEST.SKIP to ignore dist artifects
      adds  f33cbec   Bump version, changelog
      adds  c32232f   Depend on newer config::any
      adds  9e03218   Changelog, bump to 0.06
      adds  835dc72   added metadata to Makefile.PL
      adds  c36a5f3   fixed configfile attribute examples
      adds  c820699   Merge branch 'master' of git.moose.perl.org:MooseX-SimpleConfig
      adds  c9b3d3e   Changelog
      adds  3690815   Fix RT#57027
      adds  d35e9db   Version 0.07
      adds  a78195e   Fix version in Changelog
      adds  b80c2ec   Test for default value in a sub
      adds  5b519d9   Refactor tests
      adds  d5372a1   Fix tests
      adds  8d30c57   Version 0.08
      adds  f938e58   Version 0.09
      adds  67aa58d   Add myself as maintainer
      adds  b74ab4b   Provide documentation for config_any_args()
      adds  ecea5a6   Path::Class::File is not needed here
      adds  b565b43   fix configfile usage as per updated MXCFF documentation
      adds  05b4eb7   repository now lives at https://github.com/moose/MooseX-SimpleConfig
      adds  308cd81   convert to Dist::Zilla
      adds  6038c44   clean up formatting in Changes file
      adds  e8a0fa6   make release tests pass
      adds  8452be9   remove useless shebangs
      adds  c39a384   remove unused "use lib" declarations (was someone's test setup broken?)
      adds  5a2db52   use Test::Requires here (forces requirement for authors)
      adds  0488c36   use Test::Fatal to test exceptions
      adds  2a0a34a   use proper tempdirs!!
      adds  0b873d7   changelog for Path::Class::File removal
      adds  258236b   the usenet group is dead - point to the lists.perl.org list instead
      adds  17383dc   MooseX-SimpleConfig-0.10
      adds  174ee60   Pod::Weaver 4 now uses [-SingleEncoding]
      adds  99c17f4   Merge pull request #1 from sergeyromanov/patch-1
      adds  de5d5b1   use PAUSE ids in contributors list
      adds  0eca6be   tighten up entries
      adds  6df902e   remove unnecessary plugin
      adds  0a2cb46   now using [Git::Contributors]
      adds  25f58da   run moose-outdated in tests
      adds  8639c76   add a clean namespaces test
      adds  a15e0b6   fix mailing list URL in metadata
      adds  e174136   avoid dragging in Config::General unnecessarily
      adds  fe39d45   add some keywords to metadata
      adds  f8c77cf   fix spelling test failures
      adds  77f20a9   MooseX-SimpleConfig-0.11
      adds  32c1bcf   Imported Upstream version 0.11
       new  1ac299c   Merge tag 'upstream/0.11'
       new  94c01aa   Update debian/changelog
       new  03150cb   debian/copyright: update Upstream-Contact.
       new  e00ddbc   Drop build dependency on libtest-requires-perl.
       new  3c003cc   Reformat debian/control with cme
       new  50dd73b   Mark package as autopkgtest-able.
       new  39ef03a   Declare compliance with Debian Policy 3.9.6.
       new  819ad95   Add /me to Uploaders.
       new  58df8ee   releasing package libmoosex-simpleconfig-perl version 0.11-1

The 11 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                         | 135 ++++++-
 CONTRIBUTING                     |  46 ++-
 Changes                          |   3 +
 INSTALL                          |   1 -
 LICENSE                          |   2 +-
 MANIFEST                         |  12 +-
 META.json                        | 776 +++++++++++++++++++++++++++++----------
 META.yml                         | 606 ++++++++++++++++++++----------
 Makefile.PL                      |  87 +++--
 README                           |   6 +-
 README.md                        | 132 -------
 debian/changelog                 |  13 +-
 debian/control                   |   7 +-
 debian/copyright                 |   3 +-
 debian/upstream/metadata         |   8 +
 dist.ini                         |  14 +-
 lib/MooseX/SimpleConfig.pm       |  51 ++-
 t/00-report-prereqs.dd           | 134 +++++++
 t/00-report-prereqs.t            | 243 +++++++-----
 t/12config_any_args.t            |  17 +-
 t/zzz-check-breaks.t             |  18 +
 weaver.ini                       |   4 -
 xt/author/00-compile.t           |  13 +-
 xt/author/clean-namespaces.t     |  11 +
 xt/{release => author}/eol.t     |   4 +-
 xt/author/no-tabs.t              |  41 +++
 xt/author/pod-spell.t            |  17 +-
 xt/release/changes_has_content.t |   2 +-
 xt/release/distmeta.t            |   5 +-
 xt/release/kwalitee.t            |   9 +-
 xt/release/no-tabs.t             |  14 -
 xt/release/pod-coverage.t        |  12 +-
 xt/release/pod-syntax.t          |   5 +-
 xt/release/portability.t         |  11 +
 xt/release/test-version.t        |  22 --
 xt/release/unused-vars.t         |   8 -
 36 files changed, 1678 insertions(+), 814 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
 create mode 100644 xt/author/clean-namespaces.t
 rename xt/{release => author}/eol.t (58%)
 create mode 100644 xt/author/no-tabs.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-simpleconfig-perl.git



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