[libmoox-late-perl] branch master updated (7c4dfda -> cf8f133)

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 17:19:22 UTC 2014


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

intrigeri pushed a change to branch master
in repository libmoox-late-perl.

      from  7c4dfda   update changelog
      adds  41f50e8   the great new MooX::late
      adds  d4e66cd   test cases
      adds  d362f00   formatting
      adds  585077c   prepare metadata for release
      adds  ba084ff   docs
      adds  245c45f   Added tag 0.001 for changeset f4114fcacd2a
      adds  be88955   fix regexp issue; bump version
      adds  666da9a   syntax fix
      adds  7ed6571   Added tag 0.002 for changeset b1bea3e8fb56
      adds  900a5e8   ClassName|RoleName need adding to that regexp
      adds  e272a90   get type constraints to inflate properly
      adds  f65a0bb   cache coderefs; big refactor of type constraitn stuff
      adds  87dc3f2   use MooX::Types::MooseLike::Base for most type constraint checks
      adds  566e02b   see also link to MX:T:ML:B
      adds  1790ec9   bump version; update changelog; add repo link
      adds  072fe20   Added tag 0.003 for changeset 677f68d8b9ff
      adds  0fac1b4   output warnings about unknown type constraints
      adds  accb50f   bump version; changelog
      adds  5cafa69   Added tag 0.004 for changeset 861b75fd0ec3
      adds  c9ae366   this is broken - arrays of attributes
      adds  2a7339b   pass new test
      adds  d384a56   document test suite
      adds  d486fa2   changelog
      adds  f1a884b   fix our
      adds  40097c5   Added tag 0.005 for changeset 38b7fbcc869e
      adds  261b713   skip test if no MX:T:ML:B
      adds  93f032c   bump version; changelog
      adds  6bdf043   Added tag 0.006 for changeset e3fb1e8cf399
      adds  c5ddc97   Add more examples in the SYNOPSIS section.
      adds  f98913c   move roles examples to separate section
      adds  9b338aa   MooX-HandlesVia link
      adds  96faa8a   match style in SYNOPSIS
      adds  635b3c4   bump version; changelog
      adds  59bd24b   fix
      adds  d1620f8   Added tag 0.007 for changeset ec405cb44bc2
      adds  fe1fd0b   require MooX::Types::MooseLike::Base - the optional dep thing doe not really mnake much sense
      adds  063b582   various minor doc changes
      adds  037ead6   copyright 2013
      adds  38c44df   bump version; changelog
      adds  a96a0b8   doh
      adds  08ea1ba   explicit line numbering
      adds  9fda123   Added tag 0.008 for changeset fff6346666ee
      adds  3be926c   swap out MooX::Types::BaseLike for Type::Tiny
      adds  9c90324   bump version; changelog
      adds  f8dba81   Added tag 0.009 for changeset 542d8ef96dba
      adds  0aeaad4   support Maybe
      adds  0d2a1a8   bump version; changelog
      adds  f3a27b1   Added tag 0.010 for changeset 9417a96b160d
      adds  21fd1c9   add missing "return" keyword
      adds  1b0fbef   bump version; changelog
      adds  653826a   Added tag 0.011 for changeset 9034d63eea52
      adds  dcfd5ed   changed repo to github.com
      adds  f881708   shlomif wants these tests
      adds  89c2b19   test some different class type names
      adds  5598c5e   some more challenging tests
      adds  37d610d   debugging
      adds  21791f6   strip out loads of code for parsing type constraints and replace with Type::Parser+Type::Registry
      adds  0101f16   bump version; changelog
      adds  4735ae0   meta
      adds  196f19e   require newer version of Moo because it works better with Type::Tiny
      adds  d30f8ff   tidying, etc
      adds  bfdda09   Added tag 0.012 for changeset b6e335eac1a7
      adds  4000c95   Moo has default => $nonref built in now. Yay
      adds  5828900   MooX::HandlesVia support
      adds  d7ffa3f   clean up internals to make subclassing a more attractive prospect
      adds  a4c7472   note TypeRegistry might be better off in Type::Utils
      adds  5195717   use the new `dwim_type` function from Type::Utils
      adds  c9c307d   bump version; changelog
      adds  63bc5fd   deps
      adds  8b7dfec   Added tag 0.013 for changeset 38ea1946cb61
      adds  ab48934   support coerce => 1
      adds  e8101a0   bump version; changelog
      adds  6705616   support coerce=>0 too
      adds  aa76030   fix version
      adds  62d4e41   Added tag 0.014 for changeset 947e7a2fa7f0
      adds  f8a0b32   support for "does" in attribute spec
      adds  0e18ae2   this is really a TODO for Moo, not MooX::late
      adds  c0161d3   dist::inkt
      adds  e436e60   travis boo-ya
      adds  fcc4bda   bug in Type::Utils 1.000000; fixed in 1.000001
      adds  852a460   Moo now supports coerce=>1 natively; remove handling for that; generally slim down
      adds  8ba1da2   this is now handled by Moo, which doesn't throw that error
      adds  d17f0f4   bump version; changelog
      adds  7f56a02   Imported Upstream version 0.015
       new  cd0aba5   Merge tag 'upstream/0.015'
       new  8e8264a   Bump {build,runtime}-dependency on libmoo-perl to >= 1.006000, and on libtype-tiny-perl to >= 1.000001.
       new  e625987   Add build-dep on libmoox-handlesvia-perl, to enable some additional tests.
       new  cf8f133   libmoox-late-perl (0.015-1)

The 4 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:
 CONTRIBUTING                       |  17 +-
 COPYRIGHT                          |  58 +--
 CREDITS                            |   4 +-
 Changes                            | 113 +++--
 INSTALL                            |  38 ++
 LICENSE                            |   8 +-
 MANIFEST                           |  40 +-
 META.json                          |  81 ++++
 META.ttl                           | 323 -------------
 META.yml                           |  40 +-
 Makefile.PL                        | 148 +++++-
 README                             |  72 ++-
 SIGNATURE                          |  62 +--
 TODO                               |   2 +
 debian/changelog                   |  12 +-
 debian/control                     |   9 +-
 dist.ini                           |   4 +
 doap.ttl                           | 306 ++++++++++++
 inc/Module/AutoInstall.pm          | 930 -------------------------------------
 inc/Module/Install.pm              | 470 -------------------
 inc/Module/Install/AutoInstall.pm  |  93 ----
 inc/Module/Install/AutoManifest.pm |  45 --
 inc/Module/Install/Base.pm         |  83 ----
 inc/Module/Install/Can.pm          | 154 ------
 inc/Module/Install/Fetch.pm        |  93 ----
 inc/Module/Install/Include.pm      |  34 --
 inc/Module/Install/Makefile.pm     | 418 -----------------
 inc/Module/Install/Metadata.pm     | 722 ----------------------------
 inc/Module/Install/Package.pm      | 323 -------------
 inc/Module/Install/TrustMetaYml.pm |  50 --
 inc/Module/Install/Win32.pm        |  64 ---
 inc/Module/Install/WriteAll.pm     |  63 ---
 inc/Module/Package.pm              |  71 ---
 inc/Module/Package/Dist/RDF.pm     |  47 --
 inc/YAML/Tiny.pm                   | 643 -------------------------
 lib/MooX/late.pm                   |  55 +--
 meta/changes.pret                  | 113 -----
 meta/doap.pret                     |  19 -
 meta/makefile.pret                 |  15 -
 meta/people.pret                   |   8 -
 t/05haveimissedanytypes.t          |  21 +-
 t/07coerce1.t                      |  16 +-
 t/08doesrole.t                     |  60 +++
 43 files changed, 892 insertions(+), 5055 deletions(-)
 create mode 100644 INSTALL
 create mode 100644 META.json
 delete mode 100644 META.ttl
 create mode 100644 TODO
 create mode 100644 dist.ini
 create mode 100644 doap.ttl
 delete mode 100644 inc/Module/AutoInstall.pm
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/AutoManifest.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Package.pm
 delete mode 100644 inc/Module/Install/TrustMetaYml.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Module/Package.pm
 delete mode 100644 inc/Module/Package/Dist/RDF.pm
 delete mode 100644 inc/YAML/Tiny.pm
 delete mode 100644 meta/changes.pret
 delete mode 100644 meta/doap.pret
 delete mode 100644 meta/makefile.pret
 delete mode 100644 meta/people.pret
 create mode 100644 t/08doesrole.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-late-perl.git



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