[libmoosex-types-path-tiny-perl] branch master updated (69c0ba6 -> 0a72845)

gregor herrmann gregoa at debian.org
Mon Oct 20 19:51:43 UTC 2014


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

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

      from  69c0ba6   update changelog
       new  def008e   Add debian/upstream/metadata
       new  d1d6a83   Update debian/changelog
      adds  bd4d905   initialize with .gitignore
      adds  1637652   import
      adds  219ab4c   basic tests working
      adds  c73a03b   add File/Dir/etc types and start refactoring tests
      adds  1508732   finish test refactoring
      adds  c4f4ef1   docs and pre-release tweaks
      adds  972e46d   test coercions for File/AbsFile/Dir/AbsDir
      adds  66d12a1   add Path -> AbsPath coercion
      adds  1b2ff73   revise File/Dir/AbsFile/AbsDir subtype hierarchy
      adds  9bc5137   add exception tests
      adds  b989b5a   fix typo and stopwords
      adds  2cf3efa   add/update meta files
      adds  87cf5b4   bump Changes
      adds  77deba4   bump Moose prereq to 2
      adds  1cc3a8b   bump Changes
      adds  8b2966c   port from MooseX::Types to Type::Tiny
      adds  5c16a67   improved diagnostics
      adds  01357cf   actually, ArrayLike is not needed
      adds  de842b3   rename MooseX::Types::Path::Tiny -> Types::PathTiny
      adds  96920e2   add shim for old module name
      adds  a1e8c5e   test cases not using Moose
      adds  b007363   rename test cases
      adds  c5fcadc   update SYNOPSIS
      adds  043439f   overhaul distribution after conversion to Types::Tiny
      adds  0a9c3c5   updated Changes
      adds  ace9c1b   bump Changes
      adds  cfeb877   bump Type::Tiny prereq
      adds  e9a51d1   bump Changes
      adds  c1299f7   Revert back to 1cc3a8b5 -- just after release-0.002
      adds  b26f167   bring back changelog for intermediary releases
      adds  969d362   refresh generated files
      adds  1ae28ab   changelog for dist split
      adds  ae853a2   Merge branch 'topic/kill_types_tiny'
      adds  359158a   make dzil test --release run xt tests
      adds  a5db8da   bring perl prereq back to 5.008001
      adds  fd5199a   fix repository metadata
      adds  f52a855   bump Changes
      adds  e12675e   SEE ALSO Types::Path::Tiny
      adds  8aa0bc8   convert to my plugin bundle, keeping extra release tests that were here before
      adds  bfcc03d   MooseX-Types-Path-Tiny-0.006
      adds  755c5a5   DAGOLDEN has authority for this dist
      adds  430d730   unneeded cruft
      adds  a9a04fa   add my own cruft :)
      adds  50704e0   add authordep on extra perlcritic policy
      adds  1a2103c   remove test plugins that are now in my pluginbundle
      adds  9be9d0a   weave contributors into pod, since we are already depending on this weaver module
      adds  ce107a6   Pod::Weaver 4 now has -SingleEncoding
      adds  0efc97e   add irc and mailinglist info to metadata
      adds  a71d6f4   MooseX-Types-Path-Tiny-0.007
      adds  57654f0   run moose-outdated in tests
      adds  0b58c41   ensure namespaces are set up properly
      adds  f5f4519   clean up Changes timestamp lines
      adds  3be0b4c   Paths, AbsPaths
      adds  3ac259e   more hyperlinks in docs
      adds  87c003b   DAGOLDEN passed on first-come to me
      adds  c3caf91   MooseX-Types-Path-Tiny-0.008
      adds  2fd323e   oops do not clean namespaces if MXT is not new enough
      adds  b287b7d   MooseX-Types-Path-Tiny-0.009
      adds  b623db3   eval returns empty list in list context
      adds  432eefd   MooseX-Types-Path-Tiny-0.010
      adds  13b17e8   wording improvement to changelog
      adds  9319281   explain why we do not use the [Test::CleanNamespaces] plugin
      adds  2850be7   Minor change to synopsis to include Paths
      adds  ad1f4b2   Merge pull request #2 from demianriccardi/master
      adds  1463314   changelog for doc patch
      adds  4ded3c7   whitespace
      adds  1db9b71   Dist::CheckConflicts may be buggy? report its version
      adds  82a7321   tighter entries
      adds  53eedc1   remove unneeded plugin
      adds  ee309f9   explicitly specify authority (I am not the original author but I have first-come)
      adds  6afc32a   now using [Git::Contributors]
      adds  f082156   add missing (conditional) prereq
      adds  a0ad1b6   add missing develop prereq
      adds  9375fa7   make this an author test
      adds  bccc521   better way of checking that the Path sub still remains
      adds  f86e422   add some keywords to metadata
      adds  bc8c89b   MooseX-Types-Path-Tiny-0.011
      adds  a863d3c   Imported Upstream version 0.011
       new  fe116db   Merge tag 'upstream/0.011'
       new  761578d   Update debian/changelog
       new  22c8bbf   debian/copyright: add upstream copyright year.
       new  5cd2b7b   Add (build) dependency on libnamespace-autoclean-perl.
       new  c41cdb3   Declare compliance with Debian Policy 3.9.6.
       new  8567d69   Mark package as autopkgtest-able.
       new  0a72845   releasing package libmoosex-types-path-tiny-perl version 0.011-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                                  | 118 ++++++-
 CONTRIBUTING                              |  31 +-
 Changes                                   |   8 +-
 MANIFEST                                  |  10 +-
 META.json                                 | 547 ++++++++++++++++++++++--------
 META.yml                                  | 375 +++++++++++++-------
 Makefile.PL                               |  29 +-
 README                                    |   4 +-
 README.md                                 | 122 -------
 debian/changelog                          |  15 +-
 debian/control                            |   5 +-
 debian/copyright                          |   2 +-
 debian/upstream/metadata                  |   8 +
 dist.ini                                  |  12 +-
 lib/MooseX/Types/Path/Tiny.pm             |  28 +-
 t/00-report-prereqs.dd                    | 130 +++++++
 t/00-report-prereqs.t                     | 276 +++++++--------
 t/06-fully-qualified.t                    |   2 +-
 t/zzz-check-breaks.t                      |   4 +-
 weaver.ini                                |   2 -
 xt/author/00-compile.t                    |   4 +-
 xt/{release => author}/clean-namespaces.t |   1 +
 xt/author/no-tabs.t                       |  37 ++
 xt/author/pod-spell.t                     |   5 +-
 xt/release/changes_has_content.t          |   2 +-
 xt/release/kwalitee.t                     |   9 +-
 xt/release/no-tabs.t                      |  14 -
 xt/release/test-version.t                 |  22 --
 xt/release/unused-vars.t                  |   8 -
 29 files changed, 1180 insertions(+), 650 deletions(-)
 delete mode 100644 README.md
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 rename xt/{release => author}/clean-namespaces.t (78%)
 create mode 100644 xt/author/no-tabs.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-path-tiny-perl.git



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