[libmoosex-types-datetime-morecoercions-perl] branch master updated (1fa46b7 -> d7adb38)

gregor herrmann gregoa at debian.org
Sun Oct 25 17:39:04 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-datetime-morecoercions-perl.

      from  1fa46b7   update changelog
       new  75b43ae   Add debian/upstream/metadata
       new  198d99d   Update debian/changelog
      adds  de82716   initial import of MooseX::Types::DateTimeX 0.05 from CPAN
      adds  6f12d19   got rid of stupid autogenerated meta crap
      adds  69eb6ee   deleted stupid metafile
      adds  9cd2058   0.06    - Updated distmeta         - Migrated to MX:T:DateTime::ButMaintained 				- Fixed POD to reflect ::ButMaintained
      adds  203dfa1   got rid of more meta crap
      adds  eb7beb8   removed M::I cached, this was causing me a major headache by not regening META.yaml when it was present, not sure of the issue
      adds  f6443c9   added a few entries
      adds  cde6bb9   added github repo
      adds  c1d2a87   Ignore more cruft
      adds  e18dcdf   Switch back to MooseX::Types::DateTime
      adds  ce02dba   MANIFEST does not belong in source control
      adds  00d7c0c   Rename to more descriptive name
      adds  20a4a8d   Fix brace typo
      adds  fdbc242   Version 0.07
      adds  748d195   Require fixed MooseX::Types::DateTime version (RT#73192)
      adds  c4bf22a   Enforce version requirements at runtime (RT#73191)
      adds  83655d7   Add missing dependencies (RT#73190)
      adds  2282093   Version 0.08
      adds  a7c573a   Use the introspection API to get MX:T:DateTime's coercions
      adds  55a1a56   fix a spelling mistake
      adds  f7dd774   Version 0.09
      adds  8097462   Remove unneeded check for DateTime::Format::DateManip from test
      adds  736d2c2   Version 0.10
      adds  d811326   Remove stray "to" from caveats POD
      adds  90d18d3   Require perl 5.8.3, as Moose does
      adds  fa7c5ec   Version 0.11
      adds  70f6099   move repository to http://github.com/moose/MooseX-Types-DateTime-MoreCoercions
      adds  3723964   hello Dist::Zilla
      adds  15fd971   make some author tests pass
      adds  7766495   canonicalize changelog timestamps; remove changelog entries that did not belong in this dist
      adds  6161104   add irc and mailing list info to distribution metadata
      adds  b5496a4   add contributors to metadata and pod
      adds  451aaf8   add a (non-failing) test that checks for broken Moose-related modules
      adds  cdccdbd   ensure namespaces are clean
      adds  10ffea4   switch from Test::Exception to Test::Fatal
      adds  f7d77bb   add keywords to distribution metadata
      adds  1fd7173   MooseX-Types-DateTime-MoreCoercions-0.12
      adds  531e1a2   [Test::ReportPrereqs] 0.014 died when CPAN::Meta is not installed
      adds  eceafe5   MooseX-Types-DateTime-MoreCoercions-0.13
      adds  c1e6221   now using [Git::Contributors]
      adds  38c0d44   time to blow away README.pod
      adds  be73754   MooseX-Types-DateTime-MoreCoercions-0.14
      adds  d93db2e   custom plugin name is not needed
      adds  c55b26a   hardcode the distribution name in Changes, to reduce churn on each release
      adds  8177d72   canonicalize contributor entries
      adds  1017fdf   keep $VERSION right in the repo
      adds  e6b5712   switch to my podweaver plugin bundle
      adds  d83278c   this is a distribution eligible for static install
      adds  4f9a1ca   need nc 0.19 to get the version that uses non-deprecated Package::Stash interfaces
      adds  c207693   MooseX-Types-DateTime-MoreCoercions-0.15
      adds  097eda2   Imported Upstream version 0.15
       new  d4d774d   Merge tag 'upstream/0.15'
       new  04715e6   Update debian/changelog
       new  4168de3   Update years of packaging copyright.
       new  1b5d0d4   Make (build) dependency on libnamespace-clean-perl versioned.
       new  87a21db   Reformat debian/control with cme
       new  04c4ad7   Mark package as autopkgtest-able.
       new  18c5fbb   Declare compliance with Debian Policy 3.9.6.
       new  d7adb38   releasing package libmoosex-types-datetime-morecoercions-perl version 0.15-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                                   |  55 ++-
 CONTRIBUTING                               |  21 +-
 Changes                                    |   4 +
 INSTALL                                    |   1 -
 MANIFEST                                   |  13 +-
 META.json                                  | 747 +++++++++++++++++++++--------
 META.yml                                   | 556 ++++++++++++++-------
 Makefile.PL                                |  40 +-
 README                                     |   4 +-
 debian/changelog                           |  10 +-
 debian/control                             |   8 +-
 debian/copyright                           |   2 +-
 debian/upstream/metadata                   |   8 +
 dist.ini                                   |  18 +-
 lib/MooseX/Types/DateTime/MoreCoercions.pm |  41 +-
 t/00-report-prereqs.dd                     |  99 +++-
 t/00-report-prereqs.t                      |  29 +-
 t/zzz-check-breaks.t                       |   4 +-
 weaver.ini                                 |   3 -
 xt/author/00-compile.t                     |  12 +-
 xt/{release => author}/clean-namespaces.t  |   6 +-
 xt/{release/no-tabs.t => author/eol.t}     |  16 +-
 xt/author/kwalitee.t                       |   9 +
 xt/author/mojibake.t                       |   9 +
 xt/{release => author}/no-tabs.t           |  12 +-
 xt/author/pod-spell.t                      |   9 +-
 xt/release/changes_has_content.t           |   2 +-
 xt/release/eol.t                           |   8 -
 xt/release/kwalitee.t                      |   4 -
 xt/release/mojibake.t                      |  12 -
 xt/release/portability.t                   |   1 +
 31 files changed, 1180 insertions(+), 583 deletions(-)
 create mode 100644 debian/upstream/metadata
 delete mode 100644 weaver.ini
 rename xt/{release => author}/clean-namespaces.t (59%)
 copy xt/{release/no-tabs.t => author/eol.t} (64%)
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/no-tabs.t (80%)
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/kwalitee.t
 delete mode 100644 xt/release/mojibake.t

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



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