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

fsfs pushed a change to branch master
in repository libmoosex-types-set-object-perl.

      from  2652e3f   update changelog
       new  767faeb   Add debian/upstream/metadata
       new  570b4ac   Update debian/changelog
      adds  4b4509f   Add MANIFEST.SKIP
      adds  3a42a9c   Add Makefile.PL
      adds  540edfc   ignore dists
      adds  8190e16   Initial version of MooseX::Types::Set::Object
      adds  99acf98   use base MooseX::Types::Base
      adds  8c2bb1e   docs
      adds  efdd930   makefile.pl
      adds  3c3862e   add $VERSION
      adds  b55b66c   don't declare the Set type, just Set::Object
      adds  262e683   class_type FTW
      adds  4384fd9   version bump
      adds  67be659   Convert to dzil
      adds  3f4461a   Remove some useless code
      adds  755f1f9   no confusion;
      adds  777f872   Fix -> ArrayRef coercion
      adds  73ec96a   convert all uses of Test::Exception to Test::Fatal.
      adds  e7af354   fix spelling of "parametrizable"
      adds  d523ea4   Add .gitignore
      adds  40b7ad9   Version 0.03
      adds  1e5be77   canonicalize nuffin's name
      adds  62c938e   add irc, mailing list to metadata
      adds  a99588d   clean up changelog
      adds  c950f66   convert to my pluginbundle for greater sanity
      adds  9850d03   remove unneeded shebangs
      adds  bee4407   gotta have a plan
      adds  1faf9df   move broken parameterized tests to separate file
      adds  c51f52a   add missing dependency
      adds  7529b63   remove unneeded use of Scalar::Util
      adds  073f42f   we do not use MooseX::Types -declare -- this is a stringy 
type, available globally! :o
      adds  7907c3a   document the repo change
      adds  a845658   MooseX-Types-Set-Object-0.04
      adds  848cdc5   run moose-outdated in tests
      adds  38b999c   tighten up entries
      adds  8abb6ed   remove unnecessary plugin
      adds  6c52315   hardcode the distribution name in Changes, to reduce 
churn on each release
      adds  7480755   now using [Git::Contributors]
      adds  120033a   keep $VERSION right in the repo
      adds  dc3c98e   switch to my podweaver plugin bundle
      adds  8169e81   affirm that we work as far back as Moose itself does
      adds  5741464   ensure namespaces are set up properly
      adds  001a936   add a placeholder .mailmap
      adds  8d04429   customize the clean namespaces test for MooseX::Types
      adds  ab4ec93   use AutoPrereqs
      adds  17391d9   this is a distribution eligible for static install
      adds  6b3e9b5   Changes entry for this release
      adds  17f8e6c   MooseX-Types-Set-Object-0.05
      adds  3e6e205   Imported Upstream version 0.05
       new  0d7c046   Merge tag 'upstream/0.05'
       new  c8bd283   Update debian/changelog
       new  93c4878   Update years of packaging copyright
       new  a1aaaa8   Declare compliance with Debian Policy 3.9.6
       new  ba2a847   Mark package autopkgtest-able
       new  fb2cf5d   Bump debhelper dependency to minimum version required by 
Module::Build::Tiny
       new  22c2d78   update changelog for release

The 9 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                         | 134 +++++-
 CONTRIBUTING                     |  36 +-
 Changes                          |   3 +
 INSTALL                          |   1 -
 LICENSE                          |   2 +-
 MANIFEST                         |  17 +-
 META.json                        | 955 +++++++++++++++++++++++++++++----------
 META.yml                         | 719 ++++++++++++++++++++---------
 Makefile.PL                      |  56 +--
 README                           |   4 +-
 README.md                        |  69 ---
 debian/changelog                 |  13 +-
 debian/compat                    |   2 +-
 debian/control                   |   6 +-
 debian/copyright                 |   2 +-
 debian/upstream/metadata         |   8 +
 dist.ini                         |  23 +-
 lib/MooseX/Types/Set/Object.pm   |  39 +-
 t/00-report-prereqs.dd           | 139 ++++++
 t/00-report-prereqs.t            | 245 ++++++----
 t/zzz-check-breaks.t             |  18 +
 weaver.ini                       |   8 -
 xt/author/00-compile.t           |  12 +-
 xt/author/clean-namespaces.t     |  13 +
 xt/author/eol.t                  |  34 ++
 xt/author/kwalitee.t             |   9 +
 xt/author/mojibake.t             |   9 +
 xt/author/no-tabs.t              |  34 ++
 xt/author/pod-spell.t            |   8 +-
 xt/release/changes_has_content.t |   2 +-
 xt/release/distmeta.t            |   4 +-
 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        |  11 +-
 xt/release/pod-syntax.t          |   4 +-
 xt/release/portability.t         |   1 +
 xt/release/test-version.t        |  22 -
 xt/release/unused-vars.t         |   8 -
 41 files changed, 1926 insertions(+), 784 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
 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
 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-set-object-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