[libmoosex-types-uri-perl] branch master updated (ac3c9a1 -> 905be32)

gregor herrmann gregoa at debian.org
Sun Oct 25 21:44:53 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-uri-perl.

      from  ac3c9a1   update changelog
       new  758ca07   Add debian/upstream/metadata
       new  db01bbf   Update debian/changelog
      adds  cdfbc6e   MooseX::Types::URI
      adds  5daad74   foo
      adds  6b951cb   version
      adds  ae49795   boilerplate
      adds  b3b8508   whitespace
      adds  7360e8d   Makefile.PL
      adds  41a410f   manifest.skip
      adds  7d9967d   DataUri is actually a class_type
      adds  2591027   coercions are on Uri, not _Uri
      adds  870e9b3   coercion tests
      adds  56fb0ff   commit forgotten test case
      adds  19c20a0   DESCRIPTION
      adds  6f8dc34   - Create branch 0.01
      adds  ac2158b   Use MooseX::Types type declarators in the type coercions.
      adds  708a6a8   Coerce from additional MooseX::Types::Path::Class types.
      adds  20577ee   Add changelog.
      adds  31634ba   Add .gitignore.
      adds  60ada32   Exclude git files from MANIFEST.
      adds  eba1edc   Fix repo url.
      adds  1801560   Version 0.02.
      adds  6d1c93b   For Moose >= 2.0100, specify inline_as instead of optimized
      adds  b3b471b   Version 0.03
      adds  29beaad   build with Dist::Zilla
      adds  8986c5f   remove unneeded shebangs
      adds  05ad02f   canonicalize dates in Changes file
      adds  a691d8e   add moose irc and mailing list to metadata
      adds  fdee179   switch to namespace::autoclean
      adds  d7217b8   clean namespaces test
      adds  7f44e19   weave types as their own section
      adds  de3cf87   make release tests pass
      adds  1a5dd4d   Fix coercion from HashRef.
      adds  fd0b8b7   Merge commit '1a5dd4d01cafc22b6b4cac0e98de13d0ae09219b'
      adds  fdb37b2   changelog for RT#69476
      adds  4c09af7   reuse objects across calls
      adds  12fbecb   gotta have a plan
      adds  697f8ab   MooseX-Types-URI-0.04
      adds  8082fc4   Pod::Weaver 4 now has -SingleEncoding
      adds  b239694   clean up use of bullets, for better metacpan rendering
      adds  c795060   make fully-qualified type names work again
      adds  1758bb7   MooseX-Types-URI-0.05
      adds  75243e0   bring back VERSION section in pod
      adds  6b93191   bring back namespace::autoclean and clean namespaces test, using fix in new MooseX::Types
      adds  8d37518   ensure namespaces are set up properly
      adds  fee9586   run moose-outdated in tests
      adds  2365215   dzil: s/CheckBreaks/Test::CheckBreaks/
      adds  20d0777   Load URI::file dynamicly, when used
      adds  c358ba6   Load URI::FromHash dynamically, if used
      adds  ddbef77   Load URI::data dynamically, when used
      adds  55ceeb9   Update Changes
      adds  457d314   dzil: Add URI::data as an explicit dependency
      adds  65197de   Merge pull request #1 from dolmen/refactor/load-dynamic
      adds  2ac9d65   switch to clean namespaces plugin
      adds  04a05eb   author-specific warning tests requires a develop prereq
      adds  28272eb   tighten up entries
      adds  e48494a   report on this version - some may be buggy?
      adds  576eea8   add some keywords to metadata
      adds  7d4b7ad   MooseX-Types-URI-0.06
      adds  6cd8550   we only need one copy of this test :p
      adds  b53dc52   add missing develop prereq
      adds  d3fe48a   add missing (conditional) prereq
      adds  1a61821   MooseX-Types-URI-0.07
      adds  7fd5e7a   add a placeholder .mailmap
      adds  3312642   hardcode the distribution name in Changes, to reduce churn on each release
      adds  8b9c5c1   remove fatalized warnings
      adds  4dbd29e   now using [Git::Contributors]
      adds  251b589   this option is the default now
      adds  64c1b66   keep $VERSION right in the repo
      adds  c12cd67   customize the clean namespaces test for MooseX::Types
      adds  793fccf   affirm that we work as far back as Moose itself does
      adds  60c69cc   switch to my podweaver plugin bundle
      adds  77ea119   custom plugin name is not needed
      adds  d283e64   tighten up these imports
      adds  cfcd3f2   this is a distribution eligible for static install
      adds  73c0cd8   remove unneeded lib include
      adds  8461aad   MooseX-Types-URI-0.08
      adds  18cd0d8   Imported Upstream version 0.08
       new  4d28f2b   Merge tag 'upstream/0.08'
       new  8186b29   Update debian/changelog
       new  3b1eebf   Update Upstream-Contact in debian/copyright.
       new  7a2839a   Update dependencies.
       new  76391d2   Mark package as autopkgtest-able.
       new  16a7e21   Declare compliance with Debian Policy 3.9.6.
       new  905be32   releasing package libmoosex-types-uri-perl version 0.08-1

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                                  |  60 ++-
 CONTRIBUTING                              |  18 +-
 Changes                                   |   3 +
 INSTALL                                   |   1 -
 MANIFEST                                  |  15 +-
 META.json                                 | 799 +++++++++++++++++++++---------
 META.yml                                  | 595 ++++++++++++++--------
 Makefile.PL                               |  51 +-
 README                                    |   4 +-
 README.md                                 |  75 ---
 debian/changelog                          |  14 +-
 debian/control                            |   4 +-
 debian/copyright                          |   4 +-
 debian/upstream/metadata                  |   8 +
 dist.ini                                  |  19 +-
 lib/MooseX/Types/URI.pm                   |  38 +-
 t/00-report-prereqs.dd                    | 144 ++++++
 t/00-report-prereqs.t                     | 289 +++++------
 t/basic.t                                 |   3 +-
 t/fully-qualified.t                       |   2 +-
 t/zzz-check-breaks.t                      |   4 +-
 weaver.ini                                |  36 --
 xt/author/00-compile.t                    |  12 +-
 xt/{release => author}/clean-namespaces.t |   6 +-
 xt/{release/no-tabs.t => author/eol.t}    |  17 +-
 xt/author/kwalitee.t                      |   9 +
 xt/author/mojibake.t                      |   9 +
 xt/{release => author}/no-tabs.t          |  13 +-
 xt/author/pod-spell.t                     |  20 +-
 xt/release/changes_has_content.t          |   2 +-
 xt/release/eol.t                          |   8 -
 xt/release/kwalitee.t                     |   4 -
 xt/release/minimum-version.t              |   2 +-
 xt/release/mojibake.t                     |  12 -
 xt/release/portability.t                  |   1 +
 35 files changed, 1425 insertions(+), 876 deletions(-)
 delete mode 100644 README.md
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 delete mode 100644 weaver.ini
 rename xt/{release => author}/clean-namespaces.t (59%)
 copy xt/{release/no-tabs.t => author/eol.t} (62%)
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/no-tabs.t (78%)
 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-uri-perl.git



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