diff options
author | 2017-06-04 21:03:18 +1200 | |
---|---|---|
committer | 2017-06-04 21:04:17 +1200 | |
commit | a53cdcc14f27668a5563b956fa595ceae474a801 (patch) | |
tree | 0f58e8636f881db49444f1b457abd1db16e41a8c /dev-perl/Type-Tiny/metadata.xml | |
parent | dev-perl/Type-Tie: Add w/ version 0.9.0 (diff) | |
download | gentoo-a53cdcc14f27668a5563b956fa595ceae474a801.tar.gz gentoo-a53cdcc14f27668a5563b956fa595ceae474a801.tar.bz2 gentoo-a53cdcc14f27668a5563b956fa595ceae474a801.zip |
dev-perl/Type-Tiny: Bump to version 1.2.0
- EAPI6
- Tests enabled w/ parallel!
- Add USE="exmaples"
- Add all recommended deps that are used somewhere internally
Upstream:
- Fix escaping within q{} in tests
- Add functions compile_named, validate_named to Type::Params
- Can use Sub::Util when available
- Better fallback for Utils::dwim_type
- Lazy-load dependencies
- Optimized HashRef,ArrayRef,ScalarRef,Map,Tuple and StrMatch
constraints
- Inlined ::Int check checks value isn't a reference
- ArrayRef[ Int, Int ] and similar now an exception
- Improved error location reporting for Moo
- NumericCode can coerce strings with whitespace
- constraint parameters can be strings of perl code
- localise sig-die in Type::Registry
- Tuple[Int] and similar no longer report having coercions of nested
type lacks coercions
- New CycleTuple type
- RegexpRef now accepts blessed objects if $object->isa('Regexp')
- Support for StrMatch regexp inlining via Regexp::Util
- Include trailing \n at end of stringified exceptions
Keywording:
- New dependencies, dropping keywords for: hppa, ppc
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Type-Tiny/metadata.xml')
-rw-r--r-- | dev-perl/Type-Tiny/metadata.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/Type-Tiny/metadata.xml b/dev-perl/Type-Tiny/metadata.xml index 2b9a936fc0a1..3f0cbb681fdf 100644 --- a/dev-perl/Type-Tiny/metadata.xml +++ b/dev-perl/Type-Tiny/metadata.xml @@ -5,4 +5,42 @@ <email>perl@gentoo.org</email> <name>Gentoo Perl Project</name> </maintainer> + <upstream> + <remote-id type="cpan">Type-Tiny</remote-id> + <remote-id type="cpan-module">Devel::TypeTiny::Perl56Compat</remote-id> + <remote-id type="cpan-module">Devel::TypeTiny::Perl58Compat</remote-id> + <remote-id type="cpan-module">Error::TypeTiny</remote-id> + <remote-id type="cpan-module">Error::TypeTiny::Assertion</remote-id> + <remote-id type="cpan-module">Error::TypeTiny::Compilation</remote-id> + <remote-id type="cpan-module">Error::TypeTiny::WrongNumberOfParameters</remote-id> + <remote-id type="cpan-module">Eval::TypeTiny</remote-id> + <remote-id type="cpan-module">Reply::Plugin::TypeTiny</remote-id> + <remote-id type="cpan-module">Test::TypeTiny</remote-id> + <remote-id type="cpan-module">Type::Coercion</remote-id> + <remote-id type="cpan-module">Type::Coercion::FromMoose</remote-id> + <remote-id type="cpan-module">Type::Coercion::Union</remote-id> + <remote-id type="cpan-module">Type::Library</remote-id> + <remote-id type="cpan-module">Type::Params</remote-id> + <remote-id type="cpan-module">Type::Parser</remote-id> + <remote-id type="cpan-module">Type::Registry</remote-id> + <remote-id type="cpan-module">Type::Tiny</remote-id> + <remote-id type="cpan-module">Type::Tiny::Class</remote-id> + <remote-id type="cpan-module">Type::Tiny::Duck</remote-id> + <remote-id type="cpan-module">Type::Tiny::Enum</remote-id> + <remote-id type="cpan-module">Type::Tiny::Intersection</remote-id> + <remote-id type="cpan-module">Type::Tiny::Role</remote-id> + <remote-id type="cpan-module">Type::Tiny::Union</remote-id> + <remote-id type="cpan-module">Type::Utils</remote-id> + <remote-id type="cpan-module">Types::Common::Numeric</remote-id> + <remote-id type="cpan-module">Types::Common::String</remote-id> + <remote-id type="cpan-module">Types::Standard</remote-id> + <remote-id type="cpan-module">Types::Standard::ArrayRef</remote-id> + <remote-id type="cpan-module">Types::Standard::CycleTuple</remote-id> + <remote-id type="cpan-module">Types::Standard::Dict</remote-id> + <remote-id type="cpan-module">Types::Standard::HashRef</remote-id> + <remote-id type="cpan-module">Types::Standard::Map</remote-id> + <remote-id type="cpan-module">Types::Standard::ScalarRef</remote-id> + <remote-id type="cpan-module">Types::Standard::Tuple</remote-id> + <remote-id type="cpan-module">Types::TypeTiny</remote-id> + </upstream> </pkgmetadata> |