Metadata
{
+
"abstracts_in_pod": { … - "Error::TypeTiny": "exceptions for Type::Tiny and friends",
- "Error::TypeTiny::Assertion": "exception when a value fails a type constraint",
- "Error::TypeTiny::Compilation": "exception for Eval::TypeTiny",
- "Error::TypeTiny::WrongNumberOfParameters": "exception for Type::Params",
- "Eval::TypeTiny": "utility to evaluate a string of Perl code in a clean environment",
- "Eval::TypeTiny::CodeAccumulator": "alternative API for Eval::TypeTiny",
- "Reply::Plugin::TypeTiny": "improved type constraint exceptions in Reply",
- "Test::TypeTiny": "useful functions for testing the efficacy of type constraints",
- "Type::Coercion": "a set of coercions to a particular target type constraint",
- "Type::Coercion::FromMoose": "a set of coercions borrowed from Moose",
- "Type::Coercion::Union": "a set of coercions to a union type constraint",
- "Type::Library": "tiny, yet Moo(se)-compatible type libraries",
- "Type::Params": "sub signature validation using Type::Tiny type constraints and coercions",
- "Type::Parser": "parse type constraint strings",
- "Type::Registry": "a glorified hashref for looking up type constraints",
- "Type::Tie": "tie a variable to a type constraint",
- "Type::Tiny": "tiny, yet Moo(se)-compatible type constraint",
- "Type::Tiny::Class": "type constraints based on the \"isa\" method",
- "Type::Tiny::ConstrainedObject": "shared behavour for Type::Tiny::Class, etc",
- "Type::Tiny::Duck": "type constraints based on the \"can\" method",
- "Type::Tiny::Enum": "string enum type constraints",
- "Type::Tiny::Intersection": "intersection type constraints",
- "Type::Tiny::Manual": "an overview of Type::Tiny",
- "Type::Tiny::Manual::AllTypes": "alphabetical list of all type constraints bundled with Type::Tiny",
- "Type::Tiny::Manual::Coercions": "advanced information on coercions",
- "Type::Tiny::Manual::Contributing": "contributing to Type::Tiny development.",
- "Type::Tiny::Manual::Installation": "how to install Type::Tiny",
- "Type::Tiny::Manual::Libraries": "defining your own type libraries",
- "Type::Tiny::Manual::NonOO": "Type::Tiny in non-object-oriented code",
- "Type::Tiny::Manual::Optimization": "squeeze the most out of your CPU",
- "Type::Tiny::Manual::Params": "advanced information on Type::Params",
- "Type::Tiny::Manual::Policies": "Type::Tiny policies",
- "Type::Tiny::Manual::UsingWithClassTiny": "use of Type::Tiny with Class::Tiny",
- "Type::Tiny::Manual::UsingWithMite": "how to use Type::Tiny with Mite",
- "Type::Tiny::Manual::UsingWithMoo": "basic use of Type::Tiny with Moo",
- "Type::Tiny::Manual::UsingWithMoo2": "advanced use of Type::Tiny with Moo",
- "Type::Tiny::Manual::UsingWithMoo3": "alternative use of Type::Tiny with Moo",
- "Type::Tiny::Manual::UsingWithMoose": "how to use Type::Tiny with Moose",
- "Type::Tiny::Manual::UsingWithMouse": "how to use Type::Tiny with Mouse",
- "Type::Tiny::Manual::UsingWithOther": "using Type::Tiny with Class::InsideOut, Params::Check, and Object::Accessor.",
- "Type::Tiny::Manual::UsingWithTestMore": "Type::Tiny for test suites",
- "Type::Tiny::Role": "type constraints based on the \"DOES\" method",
- "Type::Tiny::Union": "union type constraints",
- "Type::Utils": "utility functions to make defining and using type constraints a little easier",
- "Types::Common": "the one stop shop",
- "Types::Common::Numeric": "drop-in replacement for MooseX::Types::Common::Numeric",
- "Types::Common::String": "drop-in replacement for MooseX::Types::Common::String",
- "Types::Standard": "bundled set of built-in types for Type::Tiny",
- "Types::TypeTiny": "type constraints used internally by Type::Tiny"
},- "author": "TOBYINK",
- "buildfile_executable": 0,
- "dir_lib": "lib",
- "dir_t": "t",
+
"dirs_array": [ … - "examples/benchmarking",
- "examples",
- "inc/Test",
- "inc/Try",
- "inc/archaic/Test/Builder/IO",
- "inc/archaic/Test/Builder/Tester",
- "inc/archaic/Test/Builder",
- "inc/archaic/Test",
- "inc/archaic",
- "inc",
- "lib/Devel/TypeTiny",
- "lib/Devel",
- "lib/Error/TypeTiny",
- "lib/Error",
- "lib/Eval/TypeTiny",
- "lib/Eval",
- "lib/Reply/Plugin",
- "lib/Reply",
- "lib/Test",
- "lib/Type/Coercion",
- "lib/Type/Params",
- "lib/Type/Tiny/Manual",
- "lib/Type/Tiny",
- "lib/Type",
- "lib/Types/Common",
- "lib/Types/Standard",
- "lib/Types",
- "lib",
- "t/20-modules/Devel-TypeTiny-Perl58Compat",
- "t/20-modules/Error-TypeTiny",
- "t/20-modules/Error-TypeTiny-Assertion",
- "t/20-modules/Error-TypeTiny-Compilation",
- "t/20-modules/Error-TypeTiny-WrongNumberOfParameters",
- "t/20-modules/Eval-TypeTiny",
- "t/20-modules/Eval-TypeTiny-CodeAccumulator",
- "t/20-modules/Test-TypeTiny",
- "t/20-modules/Type-Coercion",
- "t/20-modules/Type-Coercion-FromMoose",
- "t/20-modules/Type-Coercion-Union",
- "t/20-modules/Type-Library",
- "t/20-modules/Type-Params",
- "t/20-modules/Type-Params-Signature",
- "t/20-modules/Type-Parser",
- "t/20-modules/Type-Registry",
- "t/20-modules/Type-Tie",
- "t/20-modules/Type-Tiny",
- "t/20-modules/Type-Tiny-Class",
- "t/20-modules/Type-Tiny-ConstrainedObject",
- "t/20-modules/Type-Tiny-Duck",
- "t/20-modules/Type-Tiny-Enum",
- "t/20-modules/Type-Tiny-Intersection",
- "t/20-modules/Type-Tiny-Role",
- "t/20-modules/Type-Tiny-Union",
- "t/20-modules/Type-Tiny-_HalfOp",
- "t/20-modules/Type-Utils",
- "t/20-modules/Types-Common",
- "t/20-modules/Types-Common-Numeric",
- "t/20-modules/Types-Common-String",
- "t/20-modules/Types-Standard",
- "t/20-modules/Types-TypeTiny",
- "t/20-modules",
- "t/21-types",
- "t/30-external/Class-InsideOut",
- "t/30-external/Class-Plain",
- "t/30-external/Data-Constraint",
- "t/30-external/Exporter-Tiny",
- "t/30-external/Function-Parameters",
- "t/30-external/Kavorka",
- "t/30-external/Moo",
- "t/30-external/Moops",
- "t/30-external/Moose",
- "t/30-external/MooseX-Getopt",
- "t/30-external/MooseX-Types",
- "t/30-external/Mouse",
- "t/30-external/MouseX-Types",
- "t/30-external/Object-Accessor",
- "t/30-external/Return-Type",
- "t/30-external/Specio",
- "t/30-external/Sub-Quote",
- "t/30-external/Switcheroo",
- "t/30-external/Type-Library-Compiler",
- "t/30-external/Types-ReadOnly",
- "t/30-external/Validation-Class-Simple",
- "t/30-external/match-simple",
- "t/30-external",
- "t/40-bugs",
- "t/lib/Type",
- "t/lib",
- "t"
],- "dist": "Type-Tiny",
- "dynamic_config": 1,
+
"error": { … +
"prereq_matches_use": [ … ],+
"test_prereq_matches_use": [ … - "Class::InsideOut",
- "Class::Plain",
- "Clone",
- "Devel::Hide",
- "Devel::Refcount",
- "Kavorka",
- "Method::Generate::Accessor",
- "Moo",
- "Moo::Role",
- "MooX::TypeTiny",
- "Moops",
- "Moose",
- "Moose::Util::TypeConstraints",
- "MooseX::Getopt",
- "MooseX::Types",
- "MooseX::Types::DBIx::Class",
- "MooseX::Types::Moose",
- "Mouse",
- "Mouse::Util",
- "Mouse::Util::TypeConstraints",
- "MouseX::Types",
- "MouseX::Types::Moose",
- "Object::Accessor",
- "Role::Tiny",
- "Role::Tiny::With",
- "Specio::Library::Builtins",
- "Sub::Exporter::Lexical",
- "Sub::Quote",
- "Switcheroo",
- "Test::Memory::Cycle",
- "Test::Moose",
- "Test::Warnings",
- "Types::Path::Tiny",
- "Types::ReadOnly",
- "Validation::Class::Simple",
- "experimental",
- "feature",
- "match::simple",
- "namespace::autoclean"
]
},- "extension": "tar.gz",
- "external_license_file": "LICENSE",
- "extractable": 1,
- "extracts_nicely": 1,
- "file__build": 0,
- "file_blib": 0,
- "file_build": 0,
- "file_changelog": "Changes",
- "file_contributing": "CONTRIBUTING",
- "file_dist_ini": "dist.ini",
- "file_license": "LICENSE",
- "file_makefile": 0,
- "file_makefile_pl": "Makefile.PL",
- "file_manifest": "MANIFEST",
- "file_meta_json": "META.json",
- "file_meta_yml": "META.yml",
- "file_pm_to_blib": 0,
- "file_readme": "README",
- "file_signature": "SIGNATURE",
+
"files_array": [ … - "CONTRIBUTING",
- "COPYRIGHT",
- "CREDITS",
- "Changes",
- "INSTALL",
- "LICENSE",
- "MANIFEST",
- "META.json",
- "META.yml",
- "Makefile.PL",
- "NEWS",
- "README",
- "SIGNATURE",
- "dist.ini",
- "doap.ttl",
- "lib/Devel/TypeTiny/Perl58Compat.pm",
- "lib/Error/TypeTiny/Assertion.pm",
- "lib/Error/TypeTiny/Compilation.pm",
- "lib/Error/TypeTiny/WrongNumberOfParameters.pm",
- "lib/Error/TypeTiny.pm",
- "lib/Eval/TypeTiny/CodeAccumulator.pm",
- "lib/Eval/TypeTiny.pm",
- "lib/Reply/Plugin/TypeTiny.pm",
- "lib/Test/TypeTiny.pm",
- "lib/Type/Coercion/FromMoose.pm",
- "lib/Type/Coercion/Union.pm",
- "lib/Type/Coercion.pm",
- "lib/Type/Library.pm",
- "lib/Type/Params/Alternatives.pm",
- "lib/Type/Params/Parameter.pm",
- "lib/Type/Params/Signature.pm",
- "lib/Type/Params.pm",
- "lib/Type/Parser.pm",
- "lib/Type/Registry.pm",
- "lib/Type/Tie.pm",
- "lib/Type/Tiny/Class.pm",
- "lib/Type/Tiny/ConstrainedObject.pm",
- "lib/Type/Tiny/Duck.pm",
- "lib/Type/Tiny/Enum.pm",
- "lib/Type/Tiny/Intersection.pm",
- "lib/Type/Tiny/Manual/AllTypes.pod",
- "lib/Type/Tiny/Manual/Coercions.pod",
- "lib/Type/Tiny/Manual/Contributing.pod",
- "lib/Type/Tiny/Manual/Installation.pod",
- "lib/Type/Tiny/Manual/Libraries.pod",
- "lib/Type/Tiny/Manual/NonOO.pod",
- "lib/Type/Tiny/Manual/Optimization.pod",
- "lib/Type/Tiny/Manual/Params.pod",
- "lib/Type/Tiny/Manual/Policies.pod",
- "lib/Type/Tiny/Manual/UsingWithClassTiny.pod",
- "lib/Type/Tiny/Manual/UsingWithMite.pod",
- "lib/Type/Tiny/Manual/UsingWithMoo.pod",
- "lib/Type/Tiny/Manual/UsingWithMoo2.pod",
- "lib/Type/Tiny/Manual/UsingWithMoo3.pod",
- "lib/Type/Tiny/Manual/UsingWithMoose.pod",
- "lib/Type/Tiny/Manual/UsingWithMouse.pod",
- "lib/Type/Tiny/Manual/UsingWithOther.pod",
- "lib/Type/Tiny/Manual/UsingWithTestMore.pod",
- "lib/Type/Tiny/Manual.pod",
- "lib/Type/Tiny/Role.pm",
- "lib/Type/Tiny/Union.pm",
- "lib/Type/Tiny/_DeclaredType.pm",
- "lib/Type/Tiny/_HalfOp.pm",
- "lib/Type/Tiny.pm",
- "lib/Type/Utils.pm",
- "lib/Types/Common/Numeric.pm",
- "lib/Types/Common/String.pm",
- "lib/Types/Common.pm",
- "lib/Types/Standard/ArrayRef.pm",
- "lib/Types/Standard/CycleTuple.pm",
- "lib/Types/Standard/Dict.pm",
- "lib/Types/Standard/HashRef.pm",
- "lib/Types/Standard/Map.pm",
- "lib/Types/Standard/ScalarRef.pm",
- "lib/Types/Standard/StrMatch.pm",
- "lib/Types/Standard/Tied.pm",
- "lib/Types/Standard/Tuple.pm",
- "lib/Types/Standard.pm",
- "lib/Types/TypeTiny.pm"
],+
"files_hash": { … +
"CONTRIBUTING": { … - "mtime": 1663914544,
- "size": 42
},+
"COPYRIGHT": { … - "mtime": 1663914544,
- "size": 19908
},+
"CREDITS": { … - "mtime": 1663914544,
- "size": 2475
},+
"Changes": { … - "mtime": 1663914544,
- "size": 113385
},+
"INSTALL": { … - "mtime": 1663914544,
- "size": 939
},+
"LICENSE": { … - "mtime": 1663914544,
- "size": 18349
},+
"MANIFEST": { … - "mtime": 1663914544,
- "size": 14246
},+
"META.json": { … - "mtime": 1663914544,
- "size": 10648
},+
"META.yml": { … - "mtime": 1663914544,
- "size": 7008
},+
"Makefile.PL": { … - "mtime": 1663914544,
+
"noes": { … },+
"requires": { … - "ExtUtils::MakeMaker": "6.17",
- "strict": "0",
- "warnings": "0"
},- "size": 20851,
+
"suggests": { … - "CPAN::Meta::Requirements": "0"
}
},+
"NEWS": { … - "mtime": 1663914544,
- "size": 1324
},+
"README": { … - "mtime": 1663914544,
- "size": 7142
},+
"SIGNATURE": { … - "mtime": 1663914544,
- "size": 46650
},+
"dist.ini": { … - "mtime": 1663914544,
- "size": 114
},+
"doap.ttl": { … - "mtime": 1663914544,
- "size": 540457
},+
"examples/benchmarking/benchmark-coercions.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 3557
},+
"examples/benchmarking/benchmark-constraints.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 4907
},+
"examples/benchmarking/benchmark-named-param-validation.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 5015
},+
"examples/benchmarking/benchmark-param-validation.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 4822
},+
"examples/benchmarking/versus-scalar-validation.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 2051
},+
"examples/datetime-coercions.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 2734
},+
"examples/jsoncapable.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 435
},+
"examples/nonempty.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 1064
},+
"examples/page-numbers.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 1811
},+
"inc/Test/Fatal.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 1325
},+
"inc/Test/Requires.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 2019
},+
"inc/Try/Tiny.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 18133
},+
"inc/archaic/Test/Builder.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 60201
},+
"inc/archaic/Test/Builder/IO/Scalar.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 13612
},+
"inc/archaic/Test/Builder/Module.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 3816
},+
"inc/archaic/Test/Builder/Tester.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 15535
},+
"inc/archaic/Test/Builder/Tester/Color.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 969
},+
"inc/archaic/Test/More.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 46686
},+
"inc/archaic/Test/Simple.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 6462
},+
"lib/Devel/TypeTiny/Perl58Compat.pm": { … - "module": "Devel::TypeTiny::Perl58Compat",
- "mtime": 1663914544,
+
"recommends": { … },+
"requires": { … - "perl": "5.008",
- "strict": "0",
- "warnings": "0"
},- "size": 446,
+
"suggests": { … }
},+
"lib/Error/TypeTiny.pm": { … - "license": "Perl_5",
- "module": "Error::TypeTiny",
- "mtime": 1663914544,
+
"recommends": { … },+
"requires": { … - "Carp": "0",
- "Type::Tiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 6818
},+
"lib/Error/TypeTiny/Assertion.pm": { … - "license": "Perl_5",
- "module": "Error::TypeTiny::Assertion",
- "mtime": 1663914544,
+
"recommends": { … },+
"requires": { … - "Error::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 5069
},+
"lib/Error/TypeTiny/Compilation.pm": { … - "license": "Perl_5",
- "module": "Error::TypeTiny::Compilation",
- "mtime": 1663914544,
+
"requires": { … - "Error::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 1917
},+
"lib/Error/TypeTiny/WrongNumberOfParameters.pm": { … - "license": "Perl_5",
- "module": "Error::TypeTiny::WrongNumberOfParameters",
- "mtime": 1663914544,
+
"requires": { … - "Error::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 2663
},+
"lib/Eval/TypeTiny.pm": { … - "license": "Perl_5",
- "module": "Eval::TypeTiny",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "Devel::LexAlias": "0",
- "Error::TypeTiny": "0",
- "Error::TypeTiny::Compilation": "0",
- "Exporter::Tiny": "0",
- "PadWalker": "0",
- "Scalar::Util": "0",
- "Type::Tiny::_DeclaredType": "0"
},+
"requires": { … - "strict": "0",
- "warnings": "0"
},- "size": 15947,
+
"suggests": { … - "Carp": "0",
- "Tie::Array": "0",
- "Tie::Hash": "0",
- "Tie::Scalar": "0",
- "Type::Tiny": "0"
}
},+
"lib/Eval/TypeTiny/CodeAccumulator.pm": { … - "license": "Perl_5",
- "module": "Eval::TypeTiny::CodeAccumulator",
- "mtime": 1663914544,
+
"recommends": { … - "Devel::TypeTiny::Perl58Compat": "0",
- "Eval::TypeTiny": "0"
},+
"requires": { … - "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 5888
},+
"lib/Reply/Plugin/TypeTiny.pm": { … - "license": "Perl_5",
- "module": "Reply::Plugin::TypeTiny",
- "mtime": 1663914544,
+
"requires": { … - "Reply::Plugin": "0",
- "Scalar::Util": "0",
- "Term::ANSIColor": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2104
},+
"lib/Test/TypeTiny.pm": { … - "license": "Perl_5",
- "module": "Test::TypeTiny",
- "mtime": 1663914544,
+
"requires": { … - "Exporter::Tiny": "0",
- "Scalar::Util": "0",
- "Test::More": "0",
- "Type::Tiny": "0",
- "Types::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7266
},+
"lib/Type/Coercion.pm": { … - "license": "Perl_5",
- "module": "Type::Coercion",
- "mtime": 1663914544,
+
"recommends": { … - "Error::TypeTiny": "0",
- "Moose::Meta::TypeCoercion": "0",
- "Type::Tiny::Union": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Eval::TypeTiny": "0",
- "Scalar::Util": "0",
- "Type::Tiny": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 23356
},+
"lib/Type/Coercion/FromMoose.pm": { … - "license": "Perl_5",
- "module": "Type::Coercion::FromMoose",
- "mtime": 1663914544,
+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Type::Coercion": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 2753
},+
"lib/Type/Coercion/Union.pm": { … - "license": "Perl_5",
- "module": "Type::Coercion::Union",
- "mtime": 1663914544,
+
"recommends": { … - "Error::TypeTiny": "0",
- "Moose::Meta::TypeCoercion::Union": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Type::Coercion": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 3098
},+
"lib/Type/Library.pm": { … - "license": "Perl_5",
- "module": "Type::Library",
- "mtime": 1663914544,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "Error::TypeTiny": "0",
- "Type::Coercion": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Eval::TypeTiny": "0",
- "Exporter::Tiny": "0",
- "Scalar::Util": "0",
- "Type::Tiny": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 15949
},+
"lib/Type/Params.pm": { … - "license": "Perl_5",
- "module": "Type::Params",
- "mtime": 1663914544,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "Type::Params::Signature": "0",
- "Type::Tiny::Union": "0"
},+
"requires": { … - "B": "0",
- "Error::TypeTiny": "0",
- "Error::TypeTiny::Assertion": "0",
- "Error::TypeTiny::WrongNumberOfParameters": "0",
- "Eval::TypeTiny": "0",
- "Exporter::Tiny": "0",
- "Scalar::Util": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 44277
},+
"lib/Type/Params/Alternatives.pm": { … - "module": "Type::Params::Alternatives",
- "mtime": 1663914544,
+
"recommends": { … - "Devel::TypeTiny::Perl58Compat": "0"
},+
"requires": { … - "B": "0",
- "Eval::TypeTiny::CodeAccumulator": "0",
- "Type::Params::Signature": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 4545
},+
"lib/Type/Params/Parameter.pm": { … - "module": "Type::Params::Parameter",
- "mtime": 1663914544,
+
"recommends": { … - "Carp": "0",
- "Devel::TypeTiny::Perl58Compat": "0"
},+
"requires": { … - "Types::Standard": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 8853
},+
"lib/Type/Params/Signature.pm": { … - "module": "Type::Params::Signature",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "Carp": "0",
- "Devel::TypeTiny::Perl58Compat": "0",
- "Error::TypeTiny": "0",
- "List::Util": "0",
- "Type::Params::Alternatives": "0",
- "Type::Utils": "0"
},+
"requires": { … - "B": "0",
- "Eval::TypeTiny::CodeAccumulator": "0",
- "Type::Params::Parameter": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 23887,
+
"suggests": { … }
},+
"lib/Type/Parser.pm": { … - "license": "Perl_5",
- "module": "Type::Parser",
- "mtime": 1663914544,
+
"recommends": { … - "Error::TypeTiny": "0",
- "Type::Registry": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Exporter::Tiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 15492,
+
"suggests": { … - "Scalar::Util": "0",
- "Text::Balanced": "0"
}
},+
"lib/Type/Registry.pm": { … - "license": "Perl_5",
- "module": "Type::Registry",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "Error::TypeTiny": "0",
- "Moose::Util::TypeConstraints": "0",
- "Mouse::Util::TypeConstraints": "0",
- "Type::Tiny::Intersection": "0",
- "Type::Tiny::Union": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Exporter::Tiny": "0",
- "Scalar::Util": "0",
- "Type::Parser": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 12942
},+
"lib/Type/Tie.pm": { … - "license": "Perl_5",
- "module": "Type::Tie",
- "mtime": 1663914544,
+
"recommends": { … },+
"requires": { … - "Carp": "0",
- "Exporter::Tiny": "0",
- "Scalar::Util": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 10074,
+
"suggests": { … - "Class::XSAccessor::Array": "0"
}
},+
"lib/Type/Tiny.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny",
- "mtime": 1663914544,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "B": "0",
- "B::Deparse": "0",
- "Data::Dumper": "0",
- "Devel::TypeTiny::Perl58Compat": "0",
- "Error::TypeTiny": "0",
- "Error::TypeTiny::Assertion": "0",
- "Eval::TypeTiny": "0",
- "Moose::Meta::TypeConstraint": "0",
- "Moose::Util::TypeConstraints": "0",
- "Mouse::Meta::TypeConstraint": "0",
- "Type::Coercion": "0",
- "Type::Tie": "0",
- "Type::Tiny::ConstrainedObject": "0",
- "Type::Tiny::Intersection": "0",
- "Type::Tiny::Union": "0",
- "Type::Tiny::_HalfOp": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "overload": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 75398,
+
"suggests": { … }
},+
"lib/Type/Tiny/Class.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Class",
- "mtime": 1663914544,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "B": "0",
- "Error::TypeTiny": "0",
- "Moose::Meta::TypeConstraint::Class": "0",
- "Mouse::Util::TypeConstraints": "0",
- "Type::Tiny::Intersection": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Scalar::Util": "0",
- "Type::Tiny::ConstrainedObject": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 9646,
+
"suggests": { … }
},+
"lib/Type/Tiny/ConstrainedObject.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::ConstrainedObject",
- "mtime": 1663914544,
+
"recommends": { … - "Error::TypeTiny": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Type::Tiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 6256
},+
"lib/Type/Tiny/Duck.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Duck",
- "mtime": 1663914544,
+
"recommends": { … - "Error::TypeTiny": "0",
- "Moose::Meta::TypeConstraint::DuckType": "0",
- "Mouse::Util::TypeConstraints": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Scalar::Util": "0",
- "Type::Tiny::ConstrainedObject": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 6730
},+
"lib/Type/Tiny/Enum.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Enum",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Error::TypeTiny": "0",
- "Eval::TypeTiny": "0",
- "Moose::Meta::TypeConstraint::Enum": "0",
- "Type::Utils": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Type::Tiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 15007
},+
"lib/Type/Tiny/Intersection.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Intersection",
- "mtime": 1663914544,
+
"recommends": { … - "Error::TypeTiny": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Type::Tiny": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 8339
},+
"lib/Type/Tiny/Manual.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 6685
},+
"lib/Type/Tiny/Manual/AllTypes.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 8331
},+
"lib/Type/Tiny/Manual/Coercions.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 13146
},+
"lib/Type/Tiny/Manual/Contributing.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 2925
},+
"lib/Type/Tiny/Manual/Installation.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 4545
},+
"lib/Type/Tiny/Manual/Libraries.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 14361
},+
"lib/Type/Tiny/Manual/NonOO.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 3376
},+
"lib/Type/Tiny/Manual/Optimization.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 10269
},+
"lib/Type/Tiny/Manual/Params.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 8029
},+
"lib/Type/Tiny/Manual/Policies.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 4408
},+
"lib/Type/Tiny/Manual/UsingWithClassTiny.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 4445
},+
"lib/Type/Tiny/Manual/UsingWithMite.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 4929
},+
"lib/Type/Tiny/Manual/UsingWithMoo.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 25747
},+
"lib/Type/Tiny/Manual/UsingWithMoo2.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 10890
},+
"lib/Type/Tiny/Manual/UsingWithMoo3.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 10647
},+
"lib/Type/Tiny/Manual/UsingWithMoose.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 6260
},+
"lib/Type/Tiny/Manual/UsingWithMouse.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 6750
},+
"lib/Type/Tiny/Manual/UsingWithOther.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 5668
},+
"lib/Type/Tiny/Manual/UsingWithTestMore.pod": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 2637
},+
"lib/Type/Tiny/Role.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Role",
- "mtime": 1663914544,
+
"recommends": { … },+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Scalar::Util": "0",
- "Type::Tiny::ConstrainedObject": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 5448
},+
"lib/Type/Tiny/Union.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Union",
- "mtime": 1663914544,
+
"recommends": { … - "Error::TypeTiny": "0",
- "Moose::Meta::TypeConstraint::Union": "0",
- "Type::Coercion::Union": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Type::Tiny": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 12010
},+
"lib/Type/Tiny/_DeclaredType.pm": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 2107
},+
"lib/Type/Tiny/_HalfOp.pm": { … - "license": "Perl_5",
- "mtime": 1663914544,
- "size": 1784
},+
"lib/Type/Utils.pm": { … - "license": "Perl_5",
- "module": "Type::Utils",
- "mtime": 1663914544,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "Carp": "0",
- "Error::TypeTiny": "0",
- "Eval::TypeTiny::CodeAccumulator": "0",
- "Moose::Util::TypeConstraints": "0",
- "Mouse::Util::TypeConstraints": "0",
- "Type::Registry": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Exporter::Tiny": "0",
- "Scalar::Util": "0",
- "Type::Library": "0",
- "Type::Tiny": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 31411
},+
"lib/Types/Common.pm": { … - "license": "Perl_5",
- "module": "Types::Common",
- "mtime": 1663914544,
+
"recommends": { … - "Devel::TypeTiny::Perl58Compat": "0",
- "Type::Registry": "0"
},+
"requires": { … - "Type::Library": "0",
- "Type::Params": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 2536,
+
"suggests": { … }
},+
"lib/Types/Common/Numeric.pm": { … - "license": "Perl_5",
- "module": "Types::Common::Numeric",
- "mtime": 1663914544,
+
"recommends": { … },+
"requires": { … - "Type::Library": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 8238
},+
"lib/Types/Common/String.pm": { … - "license": "Perl_5",
- "module": "Types::Common::String",
- "mtime": 1663914544,
+
"recommends": { … },+
"requires": { … - "Type::Library": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 10518
},+
"lib/Types/Standard.pm": { … - "license": "Perl_5",
- "module": "Types::Standard",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Devel::TypeTiny::Perl58Compat": "0",
- "Error::TypeTiny": "0",
- "Mouse::Util::TypeConstraints": "0",
- "Type::Tiny::Class": "0",
- "Type::Tiny::Duck": "0",
- "Type::Tiny::Enum": "0",
- "Type::Tiny::Intersection": "0",
- "Type::Tiny::Role": "0",
- "Type::Tiny::Union": "0",
- "overload": "0"
},+
"requires": { … - "Eval::TypeTiny": "0",
- "Scalar::Util": "0",
- "Type::Library": "0",
- "Type::Tiny": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 47123,
+
"suggests": { … - "Ref::Util::XS": "0",
- "re": "0"
}
},+
"lib/Types/Standard/ArrayRef.pm": { … - "module": "Types::Standard::ArrayRef",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "Error::TypeTiny": "0",
- "Mouse::Util::TypeConstraints": "0"
},+
"requires": { … - "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 5407
},+
"lib/Types/Standard/CycleTuple.pm": { … - "module": "Types::Standard::CycleTuple",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 5710
},+
"lib/Types/Standard/Dict.pm": { … - "module": "Types::Standard::Dict",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Carp": "0",
- "Error::TypeTiny": "0"
},+
"requires": { … - "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 12425
},+
"lib/Types/Standard/HashRef.pm": { … - "module": "Types::Standard::HashRef",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Error::TypeTiny": "0",
- "Mouse::Util::TypeConstraints": "0"
},+
"requires": { … - "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 4419
},+
"lib/Types/Standard/Map.pm": { … - "module": "Types::Standard::Map",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Error::TypeTiny": "0"
},+
"requires": { … - "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 6143
},+
"lib/Types/Standard/ScalarRef.pm": { … - "module": "Types::Standard::ScalarRef",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 2741
},+
"lib/Types/Standard/StrMatch.pm": { … - "module": "Types::Standard::StrMatch",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Carp": "0",
- "Error::TypeTiny": "0"
},+
"requires": { … - "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 3094,
+
"suggests": { … }
},+
"lib/Types/Standard/Tied.pm": { … - "module": "Types::Standard::Tied",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Error::TypeTiny": "0",
- "Type::Tiny::Class": "0"
},+
"requires": { … - "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 2002
},+
"lib/Types/Standard/Tuple.pm": { … - "module": "Types::Standard::Tuple",
- "mtime": 1663914544,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 9884
},+
"lib/Types/TypeTiny.pm": { … - "license": "Perl_5",
- "module": "Types::TypeTiny",
- "mtime": 1663914544,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "Exporter::Tiny": "0",
- "Type::Coercion::FromMoose": "0",
- "Type::Tiny": "0",
- "Type::Tiny::Class": "0",
- "Type::Tiny::Duck": "0",
- "Type::Tiny::Enum": "0",
- "Type::Tiny::Role": "0",
- "Type::Tiny::Union": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 25332,
+
"suggests": { … - "Type::Tiny::XS": "0",
- "mro": "0"
}
},+
"t/00-begin.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2728
},+
"t/01-compile.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 1142
},+
"t/02-api.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Test::More": "0.88",
- "Type::Coercion": "0",
- "Type::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2819,
+
"suggests": { … - "Moose": "2.000",
- "Mouse": "0"
}
},+
"t/03-leak.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Test::LeakTrace": "0",
- "Test::Requires": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Config": "0",
- "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2173,
+
"suggests": { … }
},+
"t/20-modules/Devel-TypeTiny-Perl58Compat/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 640
},+
"t/20-modules/Error-TypeTiny-Assertion/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Error::TypeTiny::Assertion": "0",
- "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11590
},+
"t/20-modules/Error-TypeTiny-Compilation/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Eval::TypeTiny": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1570
},+
"t/20-modules/Error-TypeTiny-WrongNumberOfParameters/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2489
},+
"t/20-modules/Error-TypeTiny/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Error::TypeTiny": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1095
},+
"t/20-modules/Error-TypeTiny/stacktrace.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Error::TypeTiny": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1179
},+
"t/20-modules/Eval-TypeTiny-CodeAccumulator/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Eval::TypeTiny::CodeAccumulator": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 1187
},+
"t/20-modules/Eval-TypeTiny-CodeAccumulator/callback.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Eval::TypeTiny::CodeAccumulator": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 1224
},+
"t/20-modules/Eval-TypeTiny/aliases-devel-lexalias.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Eval::TypeTiny": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Tie::Scalar": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4343
},+
"t/20-modules/Eval-TypeTiny/aliases-native.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Eval::TypeTiny": "0",
- "Tie::Scalar": "0"
},+
"requires": { … - "Test::More": "0",
- "Test::Requires": "v5.22.0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4504
},+
"t/20-modules/Eval-TypeTiny/aliases-padwalker.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Eval::TypeTiny": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Tie::Scalar": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4320
},+
"t/20-modules/Eval-TypeTiny/aliases-tie.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Eval::TypeTiny": "0",
- "Tie::Scalar": "0"
},+
"requires": { … - "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4434
},+
"t/20-modules/Eval-TypeTiny/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Eval::TypeTiny": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Tie::Scalar": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5701
},+
"t/20-modules/Eval-TypeTiny/lexical-subs.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Eval::TypeTiny": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "v5.18.0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2302
},+
"t/20-modules/Test-TypeTiny/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1989,
+
"suggests": { … }
},+
"t/20-modules/Test-TypeTiny/extended.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1218,
+
"suggests": { … }
},+
"t/20-modules/Test-TypeTiny/matchfor.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2579,
+
"suggests": { … }
},+
"t/20-modules/Type-Coercion-FromMoose/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose::Util::TypeConstraints": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2014
},+
"t/20-modules/Type-Coercion-FromMoose/errors.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose::Util::TypeConstraints": "0",
- "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Coercion::FromMoose": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1663
},+
"t/20-modules/Type-Coercion-Union/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2593
},+
"t/20-modules/Type-Coercion/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4602
},+
"t/20-modules/Type-Coercion/esoteric.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Coercion": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1470
},+
"t/20-modules/Type-Coercion/frozen.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1714
},+
"t/20-modules/Type-Coercion/inlining.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1399
},+
"t/20-modules/Type-Coercion/parameterized.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Encode": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 4695
},+
"t/20-modules/Type-Coercion/smartmatch.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0",
- "Type::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 800
},+
"t/20-modules/Type-Coercion/typetiny-constructor.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1115
},+
"t/20-modules/Type-Library/assert.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1271
},+
"t/20-modules/Type-Library/declared-types.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Library": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1281
},+
"t/20-modules/Type-Library/deprecation.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Library": "0",
- "Type::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1677
},+
"t/20-modules/Type-Library/errors.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Library": "0",
- "Type::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1182
},+
"t/20-modules/Type-Library/exportables.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Library": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4068
},+
"t/20-modules/Type-Library/import-params.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Library": "1.011005",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2120
},+
"t/20-modules/Type-Library/inheritance.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 3268
},+
"t/20-modules/Type-Library/is.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1175
},+
"t/20-modules/Type-Library/own-registry.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Library": "0",
- "Type::Registry": "0",
- "Type::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1219
},+
"t/20-modules/Type-Library/recursive-type-definitions.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Library": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2307
},+
"t/20-modules/Type-Library/to.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 946
},+
"t/20-modules/Type-Library/types.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "DemoLib": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2403
},+
"t/20-modules/Type-Params-Signature/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Params::Signature": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1297
},+
"t/20-modules/Type-Params/alias.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0"
},- "size": 1515
},+
"t/20-modules/Type-Params/badsigs.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1021
},+
"t/20-modules/Type-Params/carping.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 936
},+
"t/20-modules/Type-Params/clone.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Params": "0",
- "Types::Standard": "0"
},- "size": 1285
},+
"t/20-modules/Type-Params/coerce.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1567
},+
"t/20-modules/Type-Params/compile-named-bless.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10741
},+
"t/20-modules/Type-Params/compile-named-oo-pp.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5062
},+
"t/20-modules/Type-Params/compile-named-oo.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5084
},+
"t/20-modules/Type-Params/compile-named.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8155
},+
"t/20-modules/Type-Params/defaults.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0"
},- "size": 3494
},+
"t/20-modules/Type-Params/goto_next.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2018
},+
"t/20-modules/Type-Params/hashorder.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1777
},+
"t/20-modules/Type-Params/methods.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1761
},+
"t/20-modules/Type-Params/mixednamed.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1037
},+
"t/20-modules/Type-Params/multisig-custom-message.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2422
},+
"t/20-modules/Type-Params/multisig.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2891
},+
"t/20-modules/Type-Params/named-to-list.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1853
},+
"t/20-modules/Type-Params/named.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1225
},+
"t/20-modules/Type-Params/noninline.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1825
},+
"t/20-modules/Type-Params/on-die.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1243
},+
"t/20-modules/Type-Params/optional.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1828
},+
"t/20-modules/Type-Params/positional.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3168
},+
"t/20-modules/Type-Params/slurpy.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6228
},+
"t/20-modules/Type-Params/strictness.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2945
},+
"t/20-modules/Type-Params/v2-defaults.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 838
},+
"t/20-modules/Type-Params/v2-delayed-compilation.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1096
},+
"t/20-modules/Type-Params/v2-exceptions.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2225
},+
"t/20-modules/Type-Params/v2-fallback.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 782
},+
"t/20-modules/Type-Params/v2-multi.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6722
},+
"t/20-modules/Type-Params/v2-named-backcompat.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1828
},+
"t/20-modules/Type-Params/v2-named-plus-slurpy.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 784
},+
"t/20-modules/Type-Params/v2-named.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "5.020",
- "Type::Params": "0",
- "Types::Standard": "0",
- "experimental": "0",
- "feature": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1877
},+
"t/20-modules/Type-Params/v2-positional-backcompat.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1686
},+
"t/20-modules/Type-Params/v2-positional-plus-slurpy.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 834
},+
"t/20-modules/Type-Params/v2-positional.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "5.020",
- "Type::Params": "0",
- "Types::Standard": "0",
- "experimental": "0",
- "feature": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1740
},+
"t/20-modules/Type-Params/v2-warnings.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::Warnings": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1016
},+
"t/20-modules/Type-Params/v2-wrap-inherited-method.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1019
},+
"t/20-modules/Type-Params/wrap.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3767
},+
"t/20-modules/Type-Parser/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Parser": "0",
- "Type::Registry": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7907
},+
"t/20-modules/Type-Parser/moosextypes.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Moose": "2.0201",
- "MooseX::Types::Common": "0.001004"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Parser": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1010
},+
"t/20-modules/Type-Registry/automagic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Types::Common::Numeric": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 812
},+
"t/20-modules/Type-Registry/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "Type::Tiny::Enum": "0",
- "Type::Utils": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3298
},+
"t/20-modules/Type-Registry/methods.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1904
},+
"t/20-modules/Type-Registry/moosextypes.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Moose": "2.0201",
- "MooseX::Types::Common": "0.001004"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1150
},+
"t/20-modules/Type-Registry/mousextypes.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "MouseX::Types::Common": "0.001000"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1078
},+
"t/20-modules/Type-Registry/parent.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1198
},+
"t/20-modules/Type-Registry/refcount.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Devel::Refcount": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 753
},+
"t/20-modules/Type-Tie/01basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tie": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2212
},+
"t/20-modules/Type-Tie/02moosextypes.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose::Util::TypeConstraints": "0",
- "MooseX::Types::Moose": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Tie": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1571
},+
"t/20-modules/Type-Tie/03prototypicalweirdness.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Tie": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 598
},+
"t/20-modules/Type-Tie/04nots.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tie": "0",
- "constant": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2222
},+
"t/20-modules/Type-Tie/05typetiny.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tie": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1570
},+
"t/20-modules/Type-Tie/06clone.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Clone": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Tie": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1108
},+
"t/20-modules/Type-Tie/06storable.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Storable": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Tie": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1127
},+
"t/20-modules/Type-Tie/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1278
},+
"t/20-modules/Type-Tie/very-minimal.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tie": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 811
},+
"t/20-modules/Type-Tiny-Class/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1773
},+
"t/20-modules/Type-Tiny-Class/errors.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tiny::Class": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1522
},+
"t/20-modules/Type-Tiny-Class/exporter.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Tiny::Class": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 622
},+
"t/20-modules/Type-Tiny-Class/exporter_with_options.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Tiny::Class": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 611
},+
"t/20-modules/Type-Tiny-Class/plus-constructors.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 2555
},+
"t/20-modules/Type-Tiny-ConstrainedObject/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Tiny::Class": "0",
- "Type::Tiny::Duck": "0",
- "Type::Tiny::Role": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3268
},+
"t/20-modules/Type-Tiny-Duck/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1048
},+
"t/20-modules/Type-Tiny-Duck/cmp.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1305
},+
"t/20-modules/Type-Tiny-Duck/errors.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tiny::Duck": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1464
},+
"t/20-modules/Type-Tiny-Duck/exporter.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Tiny::Duck": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 706
},+
"t/20-modules/Type-Tiny-Enum/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Scalar::Util": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "constant": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2060
},+
"t/20-modules/Type-Tiny-Enum/cmp.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Tiny": "0",
- "Type::Utils": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2193
},+
"t/20-modules/Type-Tiny-Enum/errors.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tiny::Enum": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1106
},+
"t/20-modules/Type-Tiny-Enum/exporter.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Tiny::Enum": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 646
},+
"t/20-modules/Type-Tiny-Enum/exporter_lexical.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "5.037002",
- "Type::Registry": "0",
- "Type::Tiny::Enum": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 854
},+
"t/20-modules/Type-Tiny-Enum/sorter.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "5.008",
- "Type::Tiny::Enum": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 810
},+
"t/20-modules/Type-Tiny-Enum/union_intersection.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 898
},+
"t/20-modules/Type-Tiny-Intersection/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2289
},+
"t/20-modules/Type-Tiny-Intersection/cmp.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1574
},+
"t/20-modules/Type-Tiny-Intersection/constrainedobject.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Tiny::Class": "0",
- "Type::Tiny::Duck": "0",
- "Type::Tiny::Role": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2975
},+
"t/20-modules/Type-Tiny-Intersection/errors.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tiny::Intersection": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1549
},+
"t/20-modules/Type-Tiny-Role/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1139
},+
"t/20-modules/Type-Tiny-Role/errors.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tiny::Role": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1833
},+
"t/20-modules/Type-Tiny-Role/exporter.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Tiny::Role": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 662
},+
"t/20-modules/Type-Tiny-Union/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3142
},+
"t/20-modules/Type-Tiny-Union/constrainedobject.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Tiny::Class": "0",
- "Type::Tiny::Duck": "0",
- "Type::Tiny::Role": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2156
},+
"t/20-modules/Type-Tiny-Union/errors.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tiny::Union": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1834
},+
"t/20-modules/Type-Tiny-Union/relationships.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1184
},+
"t/20-modules/Type-Tiny-_HalfOp/double-union.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 752
},+
"t/20-modules/Type-Tiny-_HalfOp/extra-params.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 939
},+
"t/20-modules/Type-Tiny-_HalfOp/overload-precedence.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 817
},+
"t/20-modules/Type-Tiny/arithmetic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "constant": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4848
},+
"t/20-modules/Type-Tiny/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5246
},+
"t/20-modules/Type-Tiny/cmp.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3794
},+
"t/20-modules/Type-Tiny/coercion-modifiers.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2036
},+
"t/20-modules/Type-Tiny/constraint-strings.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1212
},+
"t/20-modules/Type-Tiny/deprecation.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 993
},+
"t/20-modules/Type-Tiny/esoteric.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3206
},+
"t/20-modules/Type-Tiny/inline-assert.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "constant": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2855
},+
"t/20-modules/Type-Tiny/list-methods.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5215
},+
"t/20-modules/Type-Tiny/my-methods.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 880
},+
"t/20-modules/Type-Tiny/parameterization.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2178
},+
"t/20-modules/Type-Tiny/refcount.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Devel::Refcount": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "Type::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1001
},+
"t/20-modules/Type-Tiny/shortcuts.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 816
},+
"t/20-modules/Type-Tiny/smartmatch.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Types::Standard": "0",
- "feature": "0",
- "warnings": "0"
},+
"requires": { … - "Test::More": "0",
- "Type::Tiny": "0",
- "lib": "0",
- "strict": "0"
},- "size": 1184
},+
"t/20-modules/Type-Tiny/strictmode-off.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1249
},+
"t/20-modules/Type-Tiny/strictmode-on.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1276
},+
"t/20-modules/Type-Tiny/syntax.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1810
},+
"t/20-modules/Type-Tiny/to-moose.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1183
},+
"t/20-modules/Type-Tiny/to-mouse.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1117
},+
"t/20-modules/Type-Tiny/type_default.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2350
},+
"t/20-modules/Type-Utils/auto-registry.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Utils": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1034
},+
"t/20-modules/Type-Utils/classifier.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1123
},+
"t/20-modules/Type-Utils/dwim-both.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose": "0",
- "Moose::Util::TypeConstraints": "0",
- "Mouse": "0",
- "Mouse::Util::TypeConstraints": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Utils": "0.015",
- "strict": "0",
- "warnings": "0"
},- "size": 1359
},+
"t/20-modules/Type-Utils/dwim-moose.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose": "0",
- "Moose::Util::TypeConstraints": "0",
- "MooseX::Types": "0",
- "MooseX::Types::Moose": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2522
},+
"t/20-modules/Type-Utils/dwim-mouse.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Mouse": "0",
- "Mouse::Util::TypeConstraints": "0",
- "MouseX::Types": "0",
- "MouseX::Types::Moose": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Utils": "0.015",
- "strict": "0",
- "warnings": "0"
},- "size": 2526
},+
"t/20-modules/Type-Utils/is.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::Warnings": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1171
},+
"t/20-modules/Type-Utils/match-on-type.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4951
},+
"t/20-modules/Type-Utils/warnings.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "5.014",
- "Test::Warnings": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 994
},+
"t/20-modules/Types-Common-Numeric/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3298
},+
"t/20-modules/Types-Common-Numeric/immutable.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common::Numeric": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 594
},+
"t/20-modules/Types-Common-Numeric/ranges.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Types::Common::Numeric": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0",
- "Test::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4273
},+
"t/20-modules/Types-Common-String/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2841
},+
"t/20-modules/Types-Common-String/coerce.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Common::String": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1281
},+
"t/20-modules/Types-Common-String/immutable.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common::String": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 591
},+
"t/20-modules/Types-Common-String/strlength.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 975
},+
"t/20-modules/Types-Common-String/unicode.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 1605
},+
"t/20-modules/Types-Common/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1007
},+
"t/20-modules/Types-Common/immutable.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 567
},+
"t/20-modules/Types-Standard/arrayreflength.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1472
},+
"t/20-modules/Types-Standard/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4552
},+
"t/20-modules/Types-Standard/cycletuple.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1985
},+
"t/20-modules/Types-Standard/deep-coercions.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 13494
},+
"t/20-modules/Types-Standard/filehandle.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 745
},+
"t/20-modules/Types-Standard/immutable.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 573
},+
"t/20-modules/Types-Standard/lockdown.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common::Numeric": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1171
},+
"t/20-modules/Types-Standard/mxtmlb-alike.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1785
},+
"t/20-modules/Types-Standard/optlist.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1515
},+
"t/20-modules/Types-Standard/overload.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1123
},+
"t/20-modules/Types-Standard/strmatch-allow-callbacks.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "5.020",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 951,
+
"suggests": { … }
},+
"t/20-modules/Types-Standard/strmatch-avoid-callbacks.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Test::Requires": "5.020",
- "Test::Warnings": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Test::More": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1055
},+
"t/20-modules/Types-Standard/strmatch.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2439
},+
"t/20-modules/Types-Standard/structured.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 18276
},+
"t/20-modules/Types-Standard/tied.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Tie::Array": "0",
- "Tie::Hash": "0",
- "Tie::Scalar": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2446
},+
"t/20-modules/Types-TypeTiny/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "lib": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2361
},+
"t/20-modules/Types-TypeTiny/coercion.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Moose::Util::TypeConstraints": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11459
},+
"t/20-modules/Types-TypeTiny/meta.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1411
},+
"t/20-modules/Types-TypeTiny/moosemouse.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose::Util::TypeConstraints": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1453
},+
"t/20-modules/Types-TypeTiny/progressiveexporter.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 705
},+
"t/20-modules/Types-TypeTiny/type-puny.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1548
},+
"t/21-types/Any.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6014
},+
"t/21-types/ArrayLike.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6685
},+
"t/21-types/ArrayRef.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10073
},+
"t/21-types/Bool.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10226,
+
"suggests": { … }
},+
"t/21-types/ClassName.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7302,
+
"suggests": { … - "Class::Tiny": "0",
- "Moo": "0",
- "Moo::Role": "0",
- "Moose": "0",
- "Moose::Role": "0",
- "Mouse": "0",
- "Mouse::Role": "0",
- "Role::Tiny": "0"
}
},+
"t/21-types/CodeLike.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5522
},+
"t/21-types/CodeRef.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5488
},+
"t/21-types/ConsumerOf.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7765,
+
"suggests": { … - "Class::Tiny": "0",
- "Moo": "0",
- "Moo::Role": "0",
- "Moose": "0",
- "Moose::Role": "0",
- "Mouse": "0",
- "Mouse::Role": "0",
- "Role::Tiny": "0",
- "Role::Tiny::With": "0"
}
},+
"t/21-types/CycleTuple.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7374
},+
"t/21-types/Defined.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5481
},+
"t/21-types/DelimitedStr.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6964
},+
"t/21-types/Dict.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12780
},+
"t/21-types/Enum.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7715
},+
"t/21-types/FileHandle.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5500
},+
"t/21-types/GlobRef.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5404
},+
"t/21-types/HasMethods.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7025
},+
"t/21-types/HashLike.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6758
},+
"t/21-types/HashRef.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9892
},+
"t/21-types/InstanceOf.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7569
},+
"t/21-types/Int.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5335
},+
"t/21-types/IntRange.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7077
},+
"t/21-types/Item.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5374
},+
"t/21-types/LaxNum.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5603
},+
"t/21-types/LowerCaseSimpleStr.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7089
},+
"t/21-types/LowerCaseStr.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6507
},+
"t/21-types/Map.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9642
},+
"t/21-types/Maybe.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5946
},+
"t/21-types/NegativeInt.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5574
},+
"t/21-types/NegativeNum.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5574
},+
"t/21-types/NegativeOrZeroInt.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5853
},+
"t/21-types/NegativeOrZeroNum.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5853
},+
"t/21-types/NonEmptySimpleStr.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5760
},+
"t/21-types/NonEmptyStr.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5568
},+
"t/21-types/Num.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5335
},+
"t/21-types/NumRange.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7571
},+
"t/21-types/NumericCode.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5639
},+
"t/21-types/Object.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5970
},+
"t/21-types/OptList.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5477
},+
"t/21-types/Optional.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7590,
+
"suggests": { … - "Moo": "0",
- "Moose": "0",
- "Mouse": "0"
}
},+
"t/21-types/Overload.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6513
},+
"t/21-types/Password.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5472
},+
"t/21-types/PositiveInt.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5574
},+
"t/21-types/PositiveNum.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5574
},+
"t/21-types/PositiveOrZeroInt.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5853
},+
"t/21-types/PositiveOrZeroNum.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5853
},+
"t/21-types/Ref.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6787
},+
"t/21-types/RegexpRef.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5553
},+
"t/21-types/RoleName.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6504,
+
"suggests": { … - "Class::Tiny": "0",
- "Moo": "0",
- "Moo::Role": "0",
- "Moose": "0",
- "Moose::Role": "0",
- "Mouse": "0",
- "Mouse::Role": "0",
- "Role::Tiny": "0"
}
},+
"t/21-types/ScalarRef.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6802
},+
"t/21-types/SimpleStr.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5588
},+
"t/21-types/SingleDigit.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5649
},+
"t/21-types/Slurpy.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9500
},+
"t/21-types/Str.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5504
},+
"t/21-types/StrLength.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7823
},+
"t/21-types/StrMatch-more.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "5.020",
- "Test::TypeTiny": "0",
- "Test::Warnings": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1791
},+
"t/21-types/StrMatch.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7767
},+
"t/21-types/StrictNum.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5708
},+
"t/21-types/StringLike.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5586
},+
"t/21-types/StrongPassword.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5664
},+
"t/21-types/Tied.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Tie::Array": "0",
- "Tie::Hash": "0",
- "Tie::Scalar": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6708
},+
"t/21-types/Tuple.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11613
},+
"t/21-types/TypeTiny.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7159,
+
"suggests": { … - "MooseX::Types::Moose": "0",
- "MouseX::Types::Mouse": "0",
- "Specio::Library::Builtins": "0",
- "Type::Nano": "0"
}
},+
"t/21-types/Undef.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5485
},+
"t/21-types/UpperCaseSimpleStr.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7088
},+
"t/21-types/UpperCaseStr.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6507
},+
"t/21-types/Value.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5340
},+
"t/21-types/_ForeignTypeConstraint.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6470
},+
"t/30-external/Class-InsideOut/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Class::InsideOut": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4387
},+
"t/30-external/Class-Plain/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Class::Plain": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "5.026",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1072
},+
"t/30-external/Class-Plain/multisig.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Class::Plain": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "5.026",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1353
},+
"t/30-external/Data-Constraint/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1078
},+
"t/30-external/Exporter-Tiny/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2221
},+
"t/30-external/Exporter-Tiny/installer.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Sub::Exporter::Lexical": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 890
},+
"t/30-external/Exporter-Tiny/role-conflict.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Role::Tiny": "0",
- "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1240
},+
"t/30-external/Function-Parameters/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Function::Parameters": "1.0103",
- "Types::Standard": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0",
- "Test::Requires": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1262,
+
"suggests": { … - "Moo": "1.000000",
- "Moose": "2.0000"
}
},+
"t/30-external/Kavorka/80returntype.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Types::Standard": "0",
- "constant": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 1928,
+
"suggests": { … }
},+
"t/30-external/Kavorka/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Kavorka": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1040
},+
"t/30-external/Moo/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Moo": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1477
},+
"t/30-external/Moo/coercion-inlining-avoidance.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Moo": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2857
},+
"t/30-external/Moo/coercion.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Moo": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2153
},+
"t/30-external/Moo/exceptions.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Moo": "1.004000",
- "Types::Standard": "0"
},+
"requires": { … - "Method::Generate::Accessor": "0",
- "Test::Fatal": "0",
- "Test::More": "0",
- "Test::Requires": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2139
},+
"t/30-external/Moo/inflation.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Moo": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2129,
+
"suggests": { … }
},+
"t/30-external/Moo/inflation2.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Moo::Role": "0",
- "Moose": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 968
},+
"t/30-external/Moops/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moops": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1017
},+
"t/30-external/Moops/library-keyword.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moops": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1107
},+
"t/30-external/Moose/accept-moose-types.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1651
},+
"t/30-external/Moose/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "BiggerLib": "0",
- "Moose": "0",
- "Moose::Util::TypeConstraints": "0",
- "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8363
},+
"t/30-external/Moose/coercion-more.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Moose": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1273
},+
"t/30-external/Moose/coercion.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Moose": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3033
},+
"t/30-external/Moose/inflate-then-inline.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.96",
- "Test::Requires": "0",
- "Type::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1109
},+
"t/30-external/Moose/native-attribute-traits.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose": "0",
- "Test::Fatal": "0",
- "Test::Moose": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0"
},- "size": 7055
},+
"t/30-external/Moose/parameterized.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Moose::Util::TypeConstraints": "0"
},+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1345
},+
"t/30-external/MooseX-Getopt/coercion.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose": "0",
- "MooseX::Getopt": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Path::Tiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1680
},+
"t/30-external/MooseX-Types/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "MooseX::Types::Moose": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1772
},+
"t/30-external/MooseX-Types/extending.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moose": "0",
- "MooseX::Types": "0",
- "MooseX::Types::Moose": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2038
},+
"t/30-external/MooseX-Types/more.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "MooseX::Types::Moose": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Library": "0",
- "Types::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1733
},+
"t/30-external/Mouse/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Mouse": "0",
- "Mouse::Util": "0",
- "Mouse::Util::TypeConstraints": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2005
},+
"t/30-external/Mouse/coercion.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Mouse": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2202
},+
"t/30-external/Mouse/parameterized.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Mouse::Util::TypeConstraints": "0"
},+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1345
},+
"t/30-external/MouseX-Types/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "MouseX::Types::Moose": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1594
},+
"t/30-external/MouseX-Types/extending.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Mouse": "0",
- "MouseX::Types::Moose": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1335
},+
"t/30-external/Object-Accessor/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Object::Accessor": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1325
},+
"t/30-external/Return-Type/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "JSON": "0",
- "Return::Type": "0.007",
- "Test::Fatal": "0",
- "Test::Requires": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2148
},+
"t/30-external/Specio/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Specio::Library::Builtins": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 865
},+
"t/30-external/Specio/library.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Specio::Library::Builtins": "0"
},+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 844
},+
"t/30-external/Sub-Quote/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Sub::Quote": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3051
},+
"t/30-external/Sub-Quote/delayed-quoting.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1239,
+
"suggests": { … }
},+
"t/30-external/Sub-Quote/unquote-coercions.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Sub::Quote": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1572
},+
"t/30-external/Sub-Quote/unquote-constraints.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Sub::Quote": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1111
},+
"t/30-external/Switcheroo/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Switcheroo": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 827
},+
"t/30-external/Type-Library-Compiler/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "CompiledLib": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "5.008001",
- "Test::TypeTiny": "0",
- "Type::Params": "0",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1458,
+
"suggests": { … }
},+
"t/30-external/Types-ReadOnly/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::ReadOnly": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1143
},+
"t/30-external/Validation-Class-Simple/archaic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Validation::Class": "7.900017"
},+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "Validation::Class::Simple": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2382
},+
"t/30-external/Validation-Class-Simple/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Validation::Class": "7.900017"
},+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "Validation::Class::Simple": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2285
},+
"t/30-external/match-simple/basic.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "lib": "0",
- "match::simple": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 717
},+
"t/40-bugs/73f51e2d.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 627
},+
"t/40-bugs/73f51e2d.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 828
},+
"t/40-bugs/gh1.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Math::BigFloat": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 871
},+
"t/40-bugs/gh14.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moo": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1462
},+
"t/40-bugs/gh80.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 845
},+
"t/40-bugs/gh96.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 760
},+
"t/40-bugs/rt102748.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "MooseX::Types::DBIx::Class": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "namespace::autoclean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 933
},+
"t/40-bugs/rt104154.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2134
},+
"t/40-bugs/rt121763.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 879
},+
"t/40-bugs/rt125132.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1574
},+
"t/40-bugs/rt125765.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1307
},+
"t/40-bugs/rt129729.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 815
},+
"t/40-bugs/rt130823.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Memory::Cycle": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 618
},+
"t/40-bugs/rt131401.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0",
- "Type::Tiny::Class": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 603
},+
"t/40-bugs/rt131576.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Moo": "0",
- "MooX::TypeTiny": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::Warnings": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1220
},+
"t/40-bugs/rt133141.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0",
- "Type::Parser": "0",
- "Type::Registry": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1636
},+
"t/40-bugs/rt85911.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Library": "0",
- "Type::Params": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1164
},+
"t/40-bugs/rt86004.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Library": "0",
- "Type::Params": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2647
},+
"t/40-bugs/rt86233.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Library": "0",
- "Type::Params": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1045
},+
"t/40-bugs/rt86239.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1234
},+
"t/40-bugs/rt90096-2.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 895
},+
"t/40-bugs/rt90096.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 761
},+
"t/40-bugs/rt92571-2.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 711
},+
"t/40-bugs/rt92571.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1249
},+
"t/40-bugs/rt92591.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1300
},+
"t/40-bugs/rt94196.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 896
},+
"t/40-bugs/rt97684.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Devel::Hide": "0",
- "Mouse": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Library": "0",
- "Type::Params": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1087
},+
"t/40-bugs/rt98113.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "BiggerLib": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 886
},+
"t/40-bugs/ttxs-gh1.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Library": "0.046",
- "Type::Utils": "0.046",
- "Types::Standard": "0.046",
- "strict": "0",
- "warnings": "0"
},- "size": 1199
},+
"t/98-param-eg-from-docs.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2325
},+
"t/99-moose-std-types-test.t": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Eval::TypeTiny": "0",
- "IO::File": "0",
- "Moose": "2.0000",
- "Moose::Role": "0",
- "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::Requires": "0",
- "Type::Tiny::Union": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},+
"requires": { … },- "size": 19861
},+
"t/README": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 725
},+
"t/lib/BiggerLib.pm": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DemoLib": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1838
},+
"t/lib/CompiledLib.pm": { … - "mtime": 1663914544,
- "no_index": 1,
+
"recommends": { … - "Type::Tiny": "0",
- "Type::Tiny::Union": "0"
},+
"requires": { … - "Carp": "0",
- "Exporter": "0",
- "overload": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 5110
},+
"t/lib/DemoLib.pm": { … - "mtime": 1663914544,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Scalar::Util": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 848
},+
"t/lib/Type/Puny.pm": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 6100
},+
"t/mk-test-manifest.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 3100
},+
"t/not-covered.pl": { … - "mtime": 1663914544,
- "no_index": 1,
- "size": 603
}
},- "got_prereq_from": "META.yml",
- "has_contributing_doc": 1,
+
"included_modules": [ … - "Test::Fatal",
- "Test::Requires",
- "Try::Tiny",
- "archaic::Test::Builder",
- "archaic::Test::Builder::IO::Scalar",
- "archaic::Test::Builder::Module",
- "archaic::Test::Builder::Tester",
- "archaic::Test::Builder::Tester::Color",
- "archaic::Test::More",
- "archaic::Test::Simple"
],+
"kwalitee": { … - "buildtool_not_executable": 1,
- "configure_prereq_matches_use": 1,
- "consistent_version": 1,
- "core_kwalitee": "100.00",
- "distname_matches_name_in_meta": 1,
- "extractable": 1,
- "extracts_nicely": 1,
- "has_abstract_in_pod": 1,
- "has_buildtool": 1,
- "has_changelog": 1,
- "has_contributing_doc": 1,
- "has_human_readable_license": 1,
- "has_known_license_in_source_file": 1,
- "has_license_in_source_file": 1,
- "has_manifest": 1,
- "has_meta_json": 1,
- "has_meta_yml": 1,
- "has_proper_version": 1,
- "has_readme": 1,
- "has_security_doc": 0,
- "has_separate_license_file": 1,
- "has_tests": 1,
- "has_tests_in_t_dir": 1,
- "has_version": 1,
- "kwalitee": "159.38",
- "main_module_version_matches_dist_version": 1,
- "manifest_matches_dist": 1,
- "meta_json_conforms_to_known_spec": 1,
- "meta_json_is_parsable": 1,
- "meta_yml_conforms_to_known_spec": 1,
- "meta_yml_declares_perl_version": 1,
- "meta_yml_has_license": 1,
- "meta_yml_has_provides": 1,
- "meta_yml_has_repository_resource": 1,
- "meta_yml_is_parsable": 1,
- "no_abstract_stub_in_pod": 1,
- "no_broken_auto_install": 1,
- "no_broken_module_install": 1,
- "no_dot_dirs": 1,
- "no_dot_underscore_files": 1,
- "no_files_to_be_skipped": 1,
- "no_generated_files": 1,
- "no_invalid_versions": 1,
- "no_local_dirs": 1,
- "no_maniskip_error": 1,
- "no_missing_files_in_provides": 1,
- "no_mymeta_files": 1,
- "no_pax_headers": 1,
- "no_pod_errors": 1,
- "no_stdin_for_prompting": 1,
- "no_symlinks": 1,
- "no_unauthorized_packages": 1,
- "portable_filenames": 1,
- "prereq_matches_use": 1,
- "proper_libs": 1,
- "security_doc_contains_contact": 0,
- "test_prereq_matches_use": 1,
- "use_strict": 1,
- "use_warnings": 1,
- "valid_signature": 1
},- "latest_mtime": 1663914544,
- "license": "perl defined in META.yml defined in LICENSE",
- "license_file": "lib/Error/TypeTiny.pm,lib/Error/TypeTiny/Assertion.pm,lib/Error/TypeTiny/Compilation.pm,lib/Error/TypeTiny/WrongNumberOfParameters.pm,lib/Eval/TypeTiny.pm,lib/Eval/TypeTiny/CodeAccumulator.pm,lib/Reply/Plugin/TypeTiny.pm,lib/Test/TypeTiny.pm,lib/Type/Coercion.pm,lib/Type/Coercion/FromMoose.pm,lib/Type/Coercion/Union.pm,lib/Type/Library.pm,lib/Type/Params.pm,lib/Type/Parser.pm,lib/Type/Registry.pm,lib/Type/Tie.pm,lib/Type/Tiny.pm,lib/Type/Tiny/Class.pm,lib/Type/Tiny/ConstrainedObject.pm,lib/Type/Tiny/Duck.pm,lib/Type/Tiny/Enum.pm,lib/Type/Tiny/Intersection.pm,lib/Type/Tiny/Manual.pod,lib/Type/Tiny/Manual/AllTypes.pod,lib/Type/Tiny/Manual/Coercions.pod,lib/Type/Tiny/Manual/Contributing.pod,lib/Type/Tiny/Manual/Installation.pod,lib/Type/Tiny/Manual/Libraries.pod,lib/Type/Tiny/Manual/NonOO.pod,lib/Type/Tiny/Manual/Optimization.pod,lib/Type/Tiny/Manual/Params.pod,lib/Type/Tiny/Manual/Policies.pod,lib/Type/Tiny/Manual/UsingWithClassTiny.pod,lib/Type/Tiny/Manual/UsingWithMite.pod,lib/Type/Tiny/Manual/UsingWithMoo.pod,lib/Type/Tiny/Manual/UsingWithMoo2.pod,lib/Type/Tiny/Manual/UsingWithMoo3.pod,lib/Type/Tiny/Manual/UsingWithMoose.pod,lib/Type/Tiny/Manual/UsingWithMouse.pod,lib/Type/Tiny/Manual/UsingWithOther.pod,lib/Type/Tiny/Manual/UsingWithTestMore.pod,lib/Type/Tiny/Role.pm,lib/Type/Tiny/Union.pm,lib/Type/Tiny/_DeclaredType.pm,lib/Type/Tiny/_HalfOp.pm,lib/Type/Utils.pm,lib/Types/Common.pm,lib/Types/Common/Numeric.pm,lib/Types/Common/String.pm,lib/Types/Standard.pm,lib/Types/TypeTiny.pm",
- "license_from_yaml": "perl",
- "license_in_pod": 1,
- "license_type": "Perl_5",
+
"licenses": { … +
"Perl_5": [ … - "lib/Error/TypeTiny.pm",
- "lib/Error/TypeTiny/Assertion.pm",
- "lib/Error/TypeTiny/Compilation.pm",
- "lib/Error/TypeTiny/WrongNumberOfParameters.pm",
- "lib/Eval/TypeTiny.pm",
- "lib/Eval/TypeTiny/CodeAccumulator.pm",
- "lib/Reply/Plugin/TypeTiny.pm",
- "lib/Test/TypeTiny.pm",
- "lib/Type/Coercion.pm",
- "lib/Type/Coercion/FromMoose.pm",
- "lib/Type/Coercion/Union.pm",
- "lib/Type/Library.pm",
- "lib/Type/Params.pm",
- "lib/Type/Parser.pm",
- "lib/Type/Registry.pm",
- "lib/Type/Tie.pm",
- "lib/Type/Tiny.pm",
- "lib/Type/Tiny/Class.pm",
- "lib/Type/Tiny/ConstrainedObject.pm",
- "lib/Type/Tiny/Duck.pm",
- "lib/Type/Tiny/Enum.pm",
- "lib/Type/Tiny/Intersection.pm",
- "lib/Type/Tiny/Manual.pod",
- "lib/Type/Tiny/Manual/AllTypes.pod",
- "lib/Type/Tiny/Manual/Coercions.pod",
- "lib/Type/Tiny/Manual/Contributing.pod",
- "lib/Type/Tiny/Manual/Installation.pod",
- "lib/Type/Tiny/Manual/Libraries.pod",
- "lib/Type/Tiny/Manual/NonOO.pod",
- "lib/Type/Tiny/Manual/Optimization.pod",
- "lib/Type/Tiny/Manual/Params.pod",
- "lib/Type/Tiny/Manual/Policies.pod",
- "lib/Type/Tiny/Manual/UsingWithClassTiny.pod",
- "lib/Type/Tiny/Manual/UsingWithMite.pod",
- "lib/Type/Tiny/Manual/UsingWithMoo.pod",
- "lib/Type/Tiny/Manual/UsingWithMoo2.pod",
- "lib/Type/Tiny/Manual/UsingWithMoo3.pod",
- "lib/Type/Tiny/Manual/UsingWithMoose.pod",
- "lib/Type/Tiny/Manual/UsingWithMouse.pod",
- "lib/Type/Tiny/Manual/UsingWithOther.pod",
- "lib/Type/Tiny/Manual/UsingWithTestMore.pod",
- "lib/Type/Tiny/Role.pm",
- "lib/Type/Tiny/Union.pm",
- "lib/Type/Tiny/_DeclaredType.pm",
- "lib/Type/Tiny/_HalfOp.pm",
- "lib/Type/Utils.pm",
- "lib/Types/Common.pm",
- "lib/Types/Common/Numeric.pm",
- "lib/Types/Common/String.pm",
- "lib/Types/Standard.pm",
- "lib/Types/TypeTiny.pm"
]
},- "manifest_matches_dist": 1,
- "maturity": "developer",
+
"meta_json": { … - "abstract": "tiny, yet Moo(se)-compatible type constraint",
+
"author": [ … - "Toby Inkster (TOBYINK) <tobyink@cpan.org>"
],- "dynamic_config": 1,
- "generated_by": "Dist::Inkt::Profile::TOBYINK version 0.024, CPAN::Meta::Converter version 2.150010",
+
"keywords": [ … - "Argument Checking",
- "Argument Validation",
- "Moo",
- "Moose",
- "Mouse",
- "Parameter Checking",
- "Parameter Validation",
- "Schema",
- "Type Coercion",
- "Type Constraint",
- "Type Library",
- "Validation"
],+
"license": [ … ],+
"meta-spec": { … },- "name": "Type-Tiny",
+
"no_index": { … +
"directory": [ … - "eg",
- "examples",
- "inc",
- "t",
- "xt"
]
},- "optional_features": { },
+
"prereqs": { … +
"configure": { … +
"recommends": { … - "CPAN::Meta::Requirements": "2.000"
},+
"requires": { … - "ExtUtils::MakeMaker": "6.17"
}
},+
"develop": { … +
"recommends": { … - "Test::Memory::Cycle": "0"
},+
"suggests": { … - "Dist::Inkt::Profile::TOBYINK": "0"
}
},+
"runtime": { … +
"conflicts": { … - "Kavorka": "<= 0.013",
- "Types::ReadOnly": "<= 0.001"
},+
"recommends": { … - "Class::XSAccessor": "1.17",
- "Devel::LexAlias": "0.05",
- "Devel::StackTrace": "0",
- "Ref::Util::XS": "0.100",
- "Regexp::Util": "0.003",
- "Sub::Util": "0",
- "Type::Tiny::XS": "0.016",
- "perl": "5.010001"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "perl": "5.008001"
},+
"suggests": { … - "Moo": "1.006000",
- "Moose": "2.0000",
- "Mouse": "1.00",
- "Reply": "0"
}
},+
"test": { … +
"recommends": { … - "Test::Deep": "0",
- "Test::Tester": "0.109",
- "Test::Warnings": "0"
},+
"requires": { … },+
"suggests": { … - "Test::Memory::Cycle": "0"
}
}
},+
"provides": { … +
"Devel::TypeTiny::Perl58Compat": { … - "file": "lib/Devel/TypeTiny/Perl58Compat.pm",
- "version": "1.999_013"
},+
"Error::TypeTiny": { … - "file": "lib/Error/TypeTiny.pm",
- "version": "1.999_013"
},+
"Error::TypeTiny::Assertion": { … - "file": "lib/Error/TypeTiny/Assertion.pm",
- "version": "1.999_013"
},+
"Error::TypeTiny::Compilation": { … - "file": "lib/Error/TypeTiny/Compilation.pm",
- "version": "1.999_013"
},+
"Error::TypeTiny::WrongNumberOfParameters": { … - "file": "lib/Error/TypeTiny/WrongNumberOfParameters.pm",
- "version": "1.999_013"
},+
"Eval::TypeTiny": { … - "file": "lib/Eval/TypeTiny.pm",
- "version": "1.999_013"
},+
"Eval::TypeTiny::CodeAccumulator": { … - "file": "lib/Eval/TypeTiny/CodeAccumulator.pm",
- "version": "1.999_013"
},+
"Reply::Plugin::TypeTiny": { … - "file": "lib/Reply/Plugin/TypeTiny.pm",
- "version": "1.999_013"
},+
"Test::TypeTiny": { … - "file": "lib/Test/TypeTiny.pm",
- "version": "1.999_013"
},+
"Type::Coercion": { … - "file": "lib/Type/Coercion.pm",
- "version": "1.999_013"
},+
"Type::Coercion::FromMoose": { … - "file": "lib/Type/Coercion/FromMoose.pm",
- "version": "1.999_013"
},+
"Type::Coercion::Union": { … - "file": "lib/Type/Coercion/Union.pm",
- "version": "1.999_013"
},+
"Type::Library": { … - "file": "lib/Type/Library.pm",
- "version": "1.999_013"
},+
"Type::Params": { … - "file": "lib/Type/Params.pm",
- "version": "1.999_013"
},+
"Type::Params::Alternatives": { … - "file": "lib/Type/Params/Alternatives.pm",
- "version": "1.999_013"
},+
"Type::Params::Parameter": { … - "file": "lib/Type/Params/Parameter.pm",
- "version": "1.999_013"
},+
"Type::Params::Signature": { … - "file": "lib/Type/Params/Signature.pm",
- "version": "1.999_013"
},+
"Type::Parser": { … - "file": "lib/Type/Parser.pm",
- "version": "1.999_013"
},+
"Type::Parser::AstBuilder": { … - "file": "lib/Type/Parser.pm",
- "version": "1.999_013"
},+
"Type::Parser::Token": { … - "file": "lib/Type/Parser.pm",
- "version": "1.999_013"
},+
"Type::Parser::TokenStream": { … - "file": "lib/Type/Parser.pm",
- "version": "1.999_013"
},+
"Type::Registry": { … - "file": "lib/Type/Registry.pm",
- "version": "1.999_013"
},+
"Type::Tie": { … - "file": "lib/Type/Tie.pm",
- "version": "1.999_013"
},+
"Type::Tie::ARRAY": { … - "file": "lib/Type/Tie.pm",
- "version": "1.999_013"
},+
"Type::Tie::BASE": { … - "file": "lib/Type/Tie.pm",
- "version": "1.999_013"
},+
"Type::Tie::HASH": { … - "file": "lib/Type/Tie.pm",
- "version": "1.999_013"
},+
"Type::Tie::SCALAR": { … - "file": "lib/Type/Tie.pm",
- "version": "1.999_013"
},+
"Type::Tiny": { … - "file": "lib/Type/Tiny.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Class": { … - "file": "lib/Type/Tiny/Class.pm",
- "version": "1.999_013"
},+
"Type::Tiny::ConstrainedObject": { … - "file": "lib/Type/Tiny/ConstrainedObject.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Duck": { … - "file": "lib/Type/Tiny/Duck.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Enum": { … - "file": "lib/Type/Tiny/Enum.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Intersection": { … - "file": "lib/Type/Tiny/Intersection.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Role": { … - "file": "lib/Type/Tiny/Role.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Union": { … - "file": "lib/Type/Tiny/Union.pm",
- "version": "1.999_013"
},+
"Type::Utils": { … - "file": "lib/Type/Utils.pm",
- "version": "1.999_013"
},+
"Types::Common": { … - "file": "lib/Types/Common.pm",
- "version": "1.999_013"
},+
"Types::Common::Numeric": { … - "file": "lib/Types/Common/Numeric.pm",
- "version": "1.999_013"
},+
"Types::Common::String": { … - "file": "lib/Types/Common/String.pm",
- "version": "1.999_013"
},+
"Types::Standard": { … - "file": "lib/Types/Standard.pm",
- "version": "1.999_013"
},+
"Types::Standard::ArrayRef": { … - "file": "lib/Types/Standard/ArrayRef.pm",
- "version": "1.999_013"
},+
"Types::Standard::CycleTuple": { … - "file": "lib/Types/Standard/CycleTuple.pm",
- "version": "1.999_013"
},+
"Types::Standard::Dict": { … - "file": "lib/Types/Standard/Dict.pm",
- "version": "1.999_013"
},+
"Types::Standard::HashRef": { … - "file": "lib/Types/Standard/HashRef.pm",
- "version": "1.999_013"
},+
"Types::Standard::Map": { … - "file": "lib/Types/Standard/Map.pm",
- "version": "1.999_013"
},+
"Types::Standard::ScalarRef": { … - "file": "lib/Types/Standard/ScalarRef.pm",
- "version": "1.999_013"
},+
"Types::Standard::StrMatch": { … - "file": "lib/Types/Standard/StrMatch.pm",
- "version": "1.999_013"
},+
"Types::Standard::Tied": { … - "file": "lib/Types/Standard/Tied.pm",
- "version": "1.999_013"
},+
"Types::Standard::Tuple": { … - "file": "lib/Types/Standard/Tuple.pm",
- "version": "1.999_013"
},+
"Types::TypeTiny": { … - "file": "lib/Types/TypeTiny.pm",
- "version": "1.999_013"
}
},- "release_status": "testing",
+
"resources": { … },- "version": "1.999_013",
+
"x_breaks": { … - "Kavorka": "<= 0.013",
- "Types::ReadOnly": "<= 0.001"
},+
"x_contributors": [ … - "Diab Jerius (DJERIUS) <djerius@cpan.org>",
- "Vyacheslav Matyukhin (MMCLERIC) <mmcleric@cpan.org>",
- "Peter Flanigan (PJFL) <pjfl@cpan.org>",
- "Pierre Masci",
- "Mark Stosberg (MARKSTOS) <markstos@cpan.org>",
- "David Steinbrunner <dsteinbrunner@pobox.com>",
- "Samuel Kaufman (SKAUFMAN) <skaufman@cpan.org>",
- "Graham Knop (HAARG) <haarg@cpan.org>",
- "Peter Karman (KARMAN) <karman@cpan.org>",
- "Alexander Hartmaier (ABRAXXA) <abraxxa@cpan.org>",
- "Dagfinn Ilmari Mannsåker (ILMARI) <ilmari@cpan.org>",
- "Gianni Ceccarelli (DAKKAR) <dakkar@cpan.org>",
- "Karen Etheridge (ETHER) <ether@cpan.org>",
- "Thomas Sibley (TSIBLEY) <tsibley@cpan.org>",
- "Peter Valdemar Mørch <peter@morch.com>",
- "Zoffix Znet <cpan@zoffix.com>",
- "Denis Ibaev <dionys@gmail.com>",
- "Lucas Buchala (LSBUCHALA) <lsbuchala@cpan.org>",
- "Alexandr Ciornii <alexchorny@gmail.com>",
- "Philippe Bruhat (BOOK) <book@cpan.org>",
- "Robert Rothenberg (RRWO) <rrwo@cpan.org>",
- "Nelo Onyiah",
- "Jonas B Nielsen (JONASBN) <jonasbn@cpan.org>",
- "Benct Philip Jonsson <bpj@melroch.se>",
- "Hauke D (HAUKEX) <haukex@cpan.org>",
- "Meredith Howard (MHOWARD) <mhoward@cpan.org>",
- "Andrew Ruder (AERUDER) <aeruder@cpan.org>",
- "Sandor Patocs (SPATOCS) <spatocs@cpan.org>",
- "Windymelt",
- "Lucas Tiago de Moraes (LUCAS) <lucas@cpan.org>",
- "Florian Schlichting"
],- "x_serialization_backend": "JSON::PP version 4.09"
},- "meta_json_is_parsable": 1,
- "meta_json_spec_version": 2,
+
"meta_yml": { … - "abstract": "tiny, yet Moo(se)-compatible type constraint",
+
"author": [ … - "Toby Inkster (TOBYINK) <tobyink@cpan.org>"
],+
"build_requires": { … },+
"configure_requires": { … - "ExtUtils::MakeMaker": "6.17"
},+
"conflicts": { … - "Kavorka": "<= 0.013",
- "Types::ReadOnly": "<= 0.001"
},- "dynamic_config": "1",
- "generated_by": "Dist::Inkt::Profile::TOBYINK version 0.024, CPAN::Meta::Converter version 2.150010",
+
"keywords": [ … - "Argument Checking",
- "Argument Validation",
- "Moo",
- "Moose",
- "Mouse",
- "Parameter Checking",
- "Parameter Validation",
- "Schema",
- "Type Coercion",
- "Type Constraint",
- "Type Library",
- "Validation"
],- "license": "perl",
+
"meta-spec": { … },- "name": "Type-Tiny",
+
"no_index": { … +
"directory": [ … - "eg",
- "examples",
- "inc",
- "t",
- "xt"
]
},- "optional_features": { },
+
"provides": { … +
"Devel::TypeTiny::Perl58Compat": { … - "file": "lib/Devel/TypeTiny/Perl58Compat.pm",
- "version": "1.999_013"
},+
"Error::TypeTiny": { … - "file": "lib/Error/TypeTiny.pm",
- "version": "1.999_013"
},+
"Error::TypeTiny::Assertion": { … - "file": "lib/Error/TypeTiny/Assertion.pm",
- "version": "1.999_013"
},+
"Error::TypeTiny::Compilation": { … - "file": "lib/Error/TypeTiny/Compilation.pm",
- "version": "1.999_013"
},+
"Error::TypeTiny::WrongNumberOfParameters": { … - "file": "lib/Error/TypeTiny/WrongNumberOfParameters.pm",
- "version": "1.999_013"
},+
"Eval::TypeTiny": { … - "file": "lib/Eval/TypeTiny.pm",
- "version": "1.999_013"
},+
"Eval::TypeTiny::CodeAccumulator": { … - "file": "lib/Eval/TypeTiny/CodeAccumulator.pm",
- "version": "1.999_013"
},+
"Reply::Plugin::TypeTiny": { … - "file": "lib/Reply/Plugin/TypeTiny.pm",
- "version": "1.999_013"
},+
"Test::TypeTiny": { … - "file": "lib/Test/TypeTiny.pm",
- "version": "1.999_013"
},+
"Type::Coercion": { … - "file": "lib/Type/Coercion.pm",
- "version": "1.999_013"
},+
"Type::Coercion::FromMoose": { … - "file": "lib/Type/Coercion/FromMoose.pm",
- "version": "1.999_013"
},+
"Type::Coercion::Union": { … - "file": "lib/Type/Coercion/Union.pm",
- "version": "1.999_013"
},+
"Type::Library": { … - "file": "lib/Type/Library.pm",
- "version": "1.999_013"
},+
"Type::Params": { … - "file": "lib/Type/Params.pm",
- "version": "1.999_013"
},+
"Type::Params::Alternatives": { … - "file": "lib/Type/Params/Alternatives.pm",
- "version": "1.999_013"
},+
"Type::Params::Parameter": { … - "file": "lib/Type/Params/Parameter.pm",
- "version": "1.999_013"
},+
"Type::Params::Signature": { … - "file": "lib/Type/Params/Signature.pm",
- "version": "1.999_013"
},+
"Type::Parser": { … - "file": "lib/Type/Parser.pm",
- "version": "1.999_013"
},+
"Type::Parser::AstBuilder": { … - "file": "lib/Type/Parser.pm",
- "version": "1.999_013"
},+
"Type::Parser::Token": { … - "file": "lib/Type/Parser.pm",
- "version": "1.999_013"
},+
"Type::Parser::TokenStream": { … - "file": "lib/Type/Parser.pm",
- "version": "1.999_013"
},+
"Type::Registry": { … - "file": "lib/Type/Registry.pm",
- "version": "1.999_013"
},+
"Type::Tie": { … - "file": "lib/Type/Tie.pm",
- "version": "1.999_013"
},+
"Type::Tie::ARRAY": { … - "file": "lib/Type/Tie.pm",
- "version": "1.999_013"
},+
"Type::Tie::BASE": { … - "file": "lib/Type/Tie.pm",
- "version": "1.999_013"
},+
"Type::Tie::HASH": { … - "file": "lib/Type/Tie.pm",
- "version": "1.999_013"
},+
"Type::Tie::SCALAR": { … - "file": "lib/Type/Tie.pm",
- "version": "1.999_013"
},+
"Type::Tiny": { … - "file": "lib/Type/Tiny.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Class": { … - "file": "lib/Type/Tiny/Class.pm",
- "version": "1.999_013"
},+
"Type::Tiny::ConstrainedObject": { … - "file": "lib/Type/Tiny/ConstrainedObject.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Duck": { … - "file": "lib/Type/Tiny/Duck.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Enum": { … - "file": "lib/Type/Tiny/Enum.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Intersection": { … - "file": "lib/Type/Tiny/Intersection.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Role": { … - "file": "lib/Type/Tiny/Role.pm",
- "version": "1.999_013"
},+
"Type::Tiny::Union": { … - "file": "lib/Type/Tiny/Union.pm",
- "version": "1.999_013"
},+
"Type::Utils": { … - "file": "lib/Type/Utils.pm",
- "version": "1.999_013"
},+
"Types::Common": { … - "file": "lib/Types/Common.pm",
- "version": "1.999_013"
},+
"Types::Common::Numeric": { … - "file": "lib/Types/Common/Numeric.pm",
- "version": "1.999_013"
},+
"Types::Common::String": { … - "file": "lib/Types/Common/String.pm",
- "version": "1.999_013"
},+
"Types::Standard": { … - "file": "lib/Types/Standard.pm",
- "version": "1.999_013"
},+
"Types::Standard::ArrayRef": { … - "file": "lib/Types/Standard/ArrayRef.pm",
- "version": "1.999_013"
},+
"Types::Standard::CycleTuple": { … - "file": "lib/Types/Standard/CycleTuple.pm",
- "version": "1.999_013"
},+
"Types::Standard::Dict": { … - "file": "lib/Types/Standard/Dict.pm",
- "version": "1.999_013"
},+
"Types::Standard::HashRef": { … - "file": "lib/Types/Standard/HashRef.pm",
- "version": "1.999_013"
},+
"Types::Standard::Map": { … - "file": "lib/Types/Standard/Map.pm",
- "version": "1.999_013"
},+
"Types::Standard::ScalarRef": { … - "file": "lib/Types/Standard/ScalarRef.pm",
- "version": "1.999_013"
},+
"Types::Standard::StrMatch": { … - "file": "lib/Types/Standard/StrMatch.pm",
- "version": "1.999_013"
},+
"Types::Standard::Tied": { … - "file": "lib/Types/Standard/Tied.pm",
- "version": "1.999_013"
},+
"Types::Standard::Tuple": { … - "file": "lib/Types/Standard/Tuple.pm",
- "version": "1.999_013"
},+
"Types::TypeTiny": { … - "file": "lib/Types/TypeTiny.pm",
- "version": "1.999_013"
}
},+
"recommends": { … - "Class::XSAccessor": "1.17",
- "Devel::LexAlias": "0.05",
- "Devel::StackTrace": "0",
- "Ref::Util::XS": "0.100",
- "Regexp::Util": "0.003",
- "Sub::Util": "0",
- "Type::Tiny::XS": "0.016",
- "perl": "5.010001"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "perl": "5.008001"
},+
"resources": { … },- "version": "1.999_013",
+
"x_breaks": { … - "Kavorka": "<= 0.013",
- "Types::ReadOnly": "<= 0.001"
},+
"x_contributors": [ … - "Diab Jerius (DJERIUS) <djerius@cpan.org>",
- "Vyacheslav Matyukhin (MMCLERIC) <mmcleric@cpan.org>",
- "Peter Flanigan (PJFL) <pjfl@cpan.org>",
- "Pierre Masci",
- "Mark Stosberg (MARKSTOS) <markstos@cpan.org>",
- "David Steinbrunner <dsteinbrunner@pobox.com>",
- "Samuel Kaufman (SKAUFMAN) <skaufman@cpan.org>",
- "Graham Knop (HAARG) <haarg@cpan.org>",
- "Peter Karman (KARMAN) <karman@cpan.org>",
- "Alexander Hartmaier (ABRAXXA) <abraxxa@cpan.org>",
- "Dagfinn Ilmari Mannsåker (ILMARI) <ilmari@cpan.org>",
- "Gianni Ceccarelli (DAKKAR) <dakkar@cpan.org>",
- "Karen Etheridge (ETHER) <ether@cpan.org>",
- "Thomas Sibley (TSIBLEY) <tsibley@cpan.org>",
- "Peter Valdemar Mørch <peter@morch.com>",
- "Zoffix Znet <cpan@zoffix.com>",
- "Denis Ibaev <dionys@gmail.com>",
- "Lucas Buchala (LSBUCHALA) <lsbuchala@cpan.org>",
- "Alexandr Ciornii <alexchorny@gmail.com>",
- "Philippe Bruhat (BOOK) <book@cpan.org>",
- "Robert Rothenberg (RRWO) <rrwo@cpan.org>",
- "Nelo Onyiah",
- "Jonas B Nielsen (JONASBN) <jonasbn@cpan.org>",
- "Benct Philip Jonsson <bpj@melroch.se>",
- "Hauke D (HAUKEX) <haukex@cpan.org>",
- "Meredith Howard (MHOWARD) <mhoward@cpan.org>",
- "Andrew Ruder (AERUDER) <aeruder@cpan.org>",
- "Sandor Patocs (SPATOCS) <spatocs@cpan.org>",
- "Windymelt",
- "Lucas Tiago de Moraes (LUCAS) <lucas@cpan.org>",
- "Florian Schlichting"
],- "x_serialization_backend": "CPAN::Meta::YAML version 0.018"
},- "meta_yml_is_parsable": 1,
- "meta_yml_spec_version": "1.4",
+
"modules": [ … +
{ … - "file": "lib/Devel/TypeTiny/Perl58Compat.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Devel::TypeTiny::Perl58Compat"
},+
{ … - "file": "lib/Error/TypeTiny.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Error::TypeTiny"
},+
{ … - "file": "lib/Error/TypeTiny/Assertion.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Error::TypeTiny::Assertion"
},+
{ … - "file": "lib/Error/TypeTiny/Compilation.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Error::TypeTiny::Compilation"
},+
{ … - "file": "lib/Error/TypeTiny/WrongNumberOfParameters.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Error::TypeTiny::WrongNumberOfParameters"
},+
{ … - "file": "lib/Eval/TypeTiny.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Eval::TypeTiny"
},+
{ … - "file": "lib/Eval/TypeTiny/CodeAccumulator.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Eval::TypeTiny::CodeAccumulator"
},+
{ … - "file": "lib/Reply/Plugin/TypeTiny.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Reply::Plugin::TypeTiny"
},+
{ … - "file": "lib/Test/TypeTiny.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Test::TypeTiny"
},+
{ … - "file": "lib/Type/Coercion.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Coercion"
},+
{ … - "file": "lib/Type/Coercion/FromMoose.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Coercion::FromMoose"
},+
{ … - "file": "lib/Type/Coercion/Union.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Coercion::Union"
},+
{ … - "file": "lib/Type/Library.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Library"
},+
{ … - "file": "lib/Type/Params.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Params"
},+
{ … - "file": "lib/Type/Params/Alternatives.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Params::Alternatives"
},+
{ … - "file": "lib/Type/Params/Parameter.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Params::Parameter"
},+
{ … - "file": "lib/Type/Params/Signature.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Params::Signature"
},+
{ … - "file": "lib/Type/Parser.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Parser"
},+
{ … - "file": "lib/Type/Parser.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Parser::AstBuilder"
},+
{ … - "file": "lib/Type/Parser.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Parser::Token"
},+
{ … - "file": "lib/Type/Parser.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Parser::TokenStream"
},+
{ … - "file": "lib/Type/Registry.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Registry"
},+
{ … - "file": "lib/Type/Tie.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tie"
},+
{ … - "file": "lib/Type/Tie.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tie::ARRAY"
},+
{ … - "file": "lib/Type/Tie.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tie::BASE"
},+
{ … - "file": "lib/Type/Tie.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tie::HASH"
},+
{ … - "file": "lib/Type/Tie.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tie::SCALAR"
},+
{ … - "file": "lib/Type/Tiny.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tiny"
},+
{ … - "file": "lib/Type/Tiny/Class.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tiny::Class"
},+
{ … - "file": "lib/Type/Tiny/ConstrainedObject.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tiny::ConstrainedObject"
},+
{ … - "file": "lib/Type/Tiny/Duck.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tiny::Duck"
},+
{ … - "file": "lib/Type/Tiny/Enum.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tiny::Enum"
},+
{ … - "file": "lib/Type/Tiny/Intersection.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tiny::Intersection"
},+
{ … - "file": "lib/Type/Tiny/Role.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tiny::Role"
},+
{ … - "file": "lib/Type/Tiny/Union.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tiny::Union"
},+
{ … - "file": "lib/Type/Utils.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Utils"
},+
{ … - "file": "lib/Types/Common.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Common"
},+
{ … - "file": "lib/Types/Common/Numeric.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Common::Numeric"
},+
{ … - "file": "lib/Types/Common/String.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Common::String"
},+
{ … - "file": "lib/Types/Standard.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Standard"
},+
{ … - "file": "lib/Types/Standard/ArrayRef.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Standard::ArrayRef"
},+
{ … - "file": "lib/Types/Standard/CycleTuple.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Standard::CycleTuple"
},+
{ … - "file": "lib/Types/Standard/Dict.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Standard::Dict"
},+
{ … - "file": "lib/Types/Standard/HashRef.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Standard::HashRef"
},+
{ … - "file": "lib/Types/Standard/Map.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Standard::Map"
},+
{ … - "file": "lib/Types/Standard/ScalarRef.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Standard::ScalarRef"
},+
{ … - "file": "lib/Types/Standard/StrMatch.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Standard::StrMatch"
},+
{ … - "file": "lib/Types/Standard/Tied.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Standard::Tied"
},+
{ … - "file": "lib/Types/Standard/Tuple.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::Standard::Tuple"
},+
{ … - "file": "lib/Types/TypeTiny.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Types::TypeTiny"
}
],- "no_index": "^eg/;^examples/;^inc/;^t/;^xt/",
- "no_pax_headers": 1,
- "path": "T/TO/TOBYINK/Type-Tiny-1.999_013.tar.gz",
+
"prereq": [ … +
{ … - "is_optional_prereq": 1,
- "requires": "Class::XSAccessor",
- "type": "runtime_recommends",
- "version": "1.17"
},+
{ … - "is_optional_prereq": 1,
- "requires": "Devel::LexAlias",
- "type": "runtime_recommends",
- "version": "0.05"
},+
{ … - "is_optional_prereq": 1,
- "requires": "Devel::StackTrace",
- "type": "runtime_recommends",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Exporter::Tiny",
- "type": "runtime_requires",
- "version": "1.004001"
},+
{ … - "requires": "ExtUtils::MakeMaker",
- "type": "configure_requires",
- "version": "6.17"
},+
{ … - "requires": "Kavorka",
- "type": "runtime_conflicts",
- "version": "<= 0.013"
},+
{ … - "is_optional_prereq": 1,
- "requires": "Ref::Util::XS",
- "type": "runtime_recommends",
- "version": "0.100"
},+
{ … - "is_optional_prereq": 1,
- "requires": "Regexp::Util",
- "type": "runtime_recommends",
- "version": "0.003"
},+
{ … - "is_optional_prereq": 1,
- "requires": "Sub::Util",
- "type": "runtime_recommends",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::More",
- "type": "build_requires",
- "version": "0.96"
},+
{ … - "is_optional_prereq": 1,
- "requires": "Type::Tiny::XS",
- "type": "runtime_recommends",
- "version": "0.016"
},+
{ … - "requires": "Types::ReadOnly",
- "type": "runtime_conflicts",
- "version": "<= 0.001"
},+
{ … - "is_optional_prereq": 1,
- "requires": "perl",
- "type": "runtime_recommends",
- "version": "5.010001"
},+
{ … - "is_prereq": 1,
- "requires": "perl",
- "type": "runtime_requires",
- "version": "5.008001"
}
],- "released_epoch": 1663914591,
- "required_perl": "5.008001",
- "size_packed": 523385,
- "size_unpacked": 2724988,
+
"uses": { … +
"configure": { … +
"noes": { … },+
"requires": { … - "ExtUtils::MakeMaker": "6.17",
- "strict": "0",
- "warnings": "0"
},+
"suggests": { … - "CPAN::Meta::Requirements": "0"
}
},+
"runtime": { … +
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "B": "0",
- "B::Deparse": "0",
- "Carp": "0",
- "Data::Dumper": "0",
- "Devel::LexAlias": "0",
- "Devel::StackTrace": "0",
- "Exporter::Tiny": "0",
- "List::Util": "0",
- "Moose::Meta::TypeCoercion": "0",
- "Moose::Meta::TypeCoercion::Union": "0",
- "Moose::Meta::TypeConstraint": "0",
- "Moose::Meta::TypeConstraint::Class": "0",
- "Moose::Meta::TypeConstraint::DuckType": "0",
- "Moose::Meta::TypeConstraint::Enum": "0",
- "Moose::Meta::TypeConstraint::Union": "0",
- "Moose::Util::TypeConstraints": "0",
- "Mouse::Meta::TypeConstraint": "0",
- "Mouse::Util::TypeConstraints": "0",
- "PadWalker": "0",
- "Scalar::Util": "0",
- "Type::Tiny::_DeclaredType": "0",
- "Type::Tiny::_HalfOp": "0",
- "overload": "0"
},+
"requires": { … - "B": "0",
- "Carp": "0",
- "Exporter::Tiny": "1.004001",
- "Reply::Plugin": "0",
- "Scalar::Util": "0",
- "Term::ANSIColor": "0",
- "Test::More": "0",
- "perl": "5.008001",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},+
"suggests": { … - "Carp": "0",
- "Class::XSAccessor": "0",
- "Class::XSAccessor::Array": "0",
- "Ref::Util::XS": "0",
- "Regexp::Util": "0.003",
- "Scalar::Util": "0",
- "Text::Balanced": "0",
- "Tie::Array": "0",
- "Tie::Hash": "0",
- "Tie::Scalar": "0",
- "Type::Tiny::XS": "0",
- "mro": "0",
- "re": "0"
}
},+
"test": { … +
"noes": { … },+
"recommends": { … - "B": "0",
- "B::Deparse": "0",
- "Benchmark": "0",
- "Data::Constraint": "0",
- "Data::Dumper": "0",
- "Devel::LexAlias": "0",
- "Devel::StackTrace": "0",
- "Exporter": "5.59",
- "Function::Parameters": "1.0103",
- "IO::File": "0",
- "IO::String": "0",
- "JSON": "0",
- "JSON::PP": "2.27105",
- "Moo": "1.004000",
- "Moose": "2.1005",
- "Moose::Role": "0",
- "Moose::Util::TypeConstraints": "0",
- "MooseX::Types": "0",
- "MooseX::Types::Common": "0.001004",
- "Mouse": "1.00",
- "Mouse::Util::TypeConstraints": "0",
- "MouseX::Types": "0.06",
- "MouseX::Types::Common": "0.001000",
- "PadWalker": "0",
- "Return::Type": "0.007",
- "Scalar::Util": "0",
- "Specio": "0",
- "Specio::Library::Builtins": "0",
- "Storable": "0",
- "Sub::Quote": "0",
- "Test::Deep": "0",
- "Test::Fatal": "0",
- "Test::LeakTrace": "0",
- "Test::More": "0",
- "Test::Requires": "5.020",
- "Test::Warnings": "0",
- "Tie::Array": "0",
- "Tie::Hash": "0",
- "Tie::Scalar": "0",
- "Validation::Class": "7.900017",
- "constant": "0",
- "feature": "0",
- "strict": "0",
- "warnings": "0"
},+
"requires": { … - "Carp": "0",
- "Class::InsideOut": "0",
- "Class::Plain": "0",
- "Clone": "0",
- "Config": "0",
- "Devel::Hide": "0",
- "Devel::Refcount": "0",
- "Encode": "0",
- "Exporter": "0",
- "Kavorka": "0",
- "Math::BigFloat": "0",
- "Method::Generate::Accessor": "0",
- "Moo": "0",
- "Moo::Role": "0",
- "MooX::TypeTiny": "0",
- "Moops": "0",
- "Moose": "0",
- "Moose::Util::TypeConstraints": "0",
- "MooseX::Getopt": "0",
- "MooseX::Types": "0",
- "MooseX::Types::DBIx::Class": "0",
- "MooseX::Types::Moose": "0",
- "Mouse": "0",
- "Mouse::Util": "0",
- "Mouse::Util::TypeConstraints": "0",
- "MouseX::Types": "0",
- "MouseX::Types::Moose": "0",
- "Object::Accessor": "0",
- "Role::Tiny": "0",
- "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Specio::Library::Builtins": "0",
- "Storable": "0",
- "Sub::Exporter::Lexical": "0",
- "Sub::Quote": "0",
- "Switcheroo": "0",
- "Test::Fatal": "0",
- "Test::Memory::Cycle": "0",
- "Test::Moose": "0",
- "Test::More": "0.96",
- "Test::Requires": "5.037002",
- "Test::Warnings": "0",
- "Tie::Array": "0",
- "Tie::Hash": "0",
- "Tie::Scalar": "0",
- "Types::Path::Tiny": "0",
- "Types::ReadOnly": "0",
- "Validation::Class::Simple": "0",
- "constant": "0",
- "experimental": "0",
- "feature": "0",
- "lib": "0",
- "match::simple": "0",
- "namespace::autoclean": "0",
- "overload": "0",
- "perl": "5.008001",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},+
"suggests": { … - "Class::Tiny": "0",
- "JSON::PP": "0",
- "Kavorka": "0",
- "Moo": "1.000000",
- "Moo::Role": "0",
- "Moose": "2.0000",
- "Moose::Role": "0",
- "MooseX::Types::Moose": "0",
- "Mouse": "0",
- "Mouse::Role": "0",
- "MouseX::Types::Mouse": "0",
- "Role::Tiny": "0",
- "Role::Tiny::With": "0",
- "Specio::Library::Builtins": "0",
- "Sub::Quote": "0",
- "Test::Tester": "0",
- "Test::Warnings": "0",
- "Type::Nano": "0"
}
}
},- "valid_signature": 0,
- "version": "1.999_013",
+
"versions": { … +
"lib/Devel/TypeTiny/Perl58Compat.pm": { … - "Devel::TypeTiny::Perl58Compat": "1.999_013"
},+
"lib/Error/TypeTiny.pm": { … - "Error::TypeTiny": "1.999_013"
},+
"lib/Error/TypeTiny/Assertion.pm": { … - "Error::TypeTiny::Assertion": "1.999_013"
},+
"lib/Error/TypeTiny/Compilation.pm": { … - "Error::TypeTiny::Compilation": "1.999_013"
},+
"lib/Error/TypeTiny/WrongNumberOfParameters.pm": { … - "Error::TypeTiny::WrongNumberOfParameters": "1.999_013"
},+
"lib/Eval/TypeTiny.pm": { … - "Eval::TypeTiny": "1.999_013"
},+
"lib/Eval/TypeTiny/CodeAccumulator.pm": { … - "Eval::TypeTiny::CodeAccumulator": "1.999_013"
},+
"lib/Reply/Plugin/TypeTiny.pm": { … - "Reply::Plugin::TypeTiny": "1.999_013"
},+
"lib/Test/TypeTiny.pm": { … - "Test::TypeTiny": "1.999_013"
},+
"lib/Type/Coercion.pm": { … - "Type::Coercion": "1.999_013"
},+
"lib/Type/Coercion/FromMoose.pm": { … - "Type::Coercion::FromMoose": "1.999_013"
},+
"lib/Type/Coercion/Union.pm": { … - "Type::Coercion::Union": "1.999_013"
},+
"lib/Type/Library.pm": { … - "Type::Library": "1.999_013"
},+
"lib/Type/Params.pm": { … - "Type::Params": "1.999_013"
},+
"lib/Type/Params/Alternatives.pm": { … - "Type::Params::Alternatives": "1.999_013"
},+
"lib/Type/Params/Parameter.pm": { … - "Type::Params::Parameter": "1.999_013"
},+
"lib/Type/Params/Signature.pm": { … - "Type::Params::Signature": "1.999_013"
},+
"lib/Type/Parser.pm": { … - "Type::Parser": "1.999_013",
- "Type::Parser::AstBuilder": "1.999_013",
- "Type::Parser::Token": "1.999_013",
- "Type::Parser::TokenStream": "1.999_013"
},+
"lib/Type/Registry.pm": { … - "Type::Registry": "1.999_013"
},+
"lib/Type/Tie.pm": { … - "Type::Tie": "1.999_013",
- "Type::Tie::ARRAY": "1.999_013",
- "Type::Tie::BASE": "1.999_013",
- "Type::Tie::HASH": "1.999_013",
- "Type::Tie::SCALAR": "1.999_013"
},+
"lib/Type/Tiny.pm": { … - "Type::Tiny": "1.999_013"
},+
"lib/Type/Tiny/Class.pm": { … - "Type::Tiny::Class": "1.999_013"
},+
"lib/Type/Tiny/ConstrainedObject.pm": { … - "Type::Tiny::ConstrainedObject": "1.999_013"
},+
"lib/Type/Tiny/Duck.pm": { … - "Type::Tiny::Duck": "1.999_013"
},+
"lib/Type/Tiny/Enum.pm": { … - "Type::Tiny::Enum": "1.999_013"
},+
"lib/Type/Tiny/Intersection.pm": { … - "Type::Tiny::Intersection": "1.999_013"
},+
"lib/Type/Tiny/Role.pm": { … - "Type::Tiny::Role": "1.999_013"
},+
"lib/Type/Tiny/Union.pm": { … - "Type::Tiny::Union": "1.999_013"
},+
"lib/Type/Utils.pm": { … - "Type::Utils": "1.999_013"
},+
"lib/Types/Common.pm": { … - "Types::Common": "1.999_013"
},+
"lib/Types/Common/Numeric.pm": { … - "Types::Common::Numeric": "1.999_013"
},+
"lib/Types/Common/String.pm": { … - "Types::Common::String": "1.999_013"
},+
"lib/Types/Standard.pm": { … - "Types::Standard": "1.999_013"
},+
"lib/Types/Standard/ArrayRef.pm": { … - "Types::Standard::ArrayRef": "1.999_013"
},+
"lib/Types/Standard/CycleTuple.pm": { … - "Types::Standard::CycleTuple": "1.999_013"
},+
"lib/Types/Standard/Dict.pm": { … - "Types::Standard::Dict": "1.999_013"
},+
"lib/Types/Standard/HashRef.pm": { … - "Types::Standard::HashRef": "1.999_013"
},+
"lib/Types/Standard/Map.pm": { … - "Types::Standard::Map": "1.999_013"
},+
"lib/Types/Standard/ScalarRef.pm": { … - "Types::Standard::ScalarRef": "1.999_013"
},+
"lib/Types/Standard/StrMatch.pm": { … - "Types::Standard::StrMatch": "1.999_013"
},+
"lib/Types/Standard/Tied.pm": { … - "Types::Standard::Tied": "1.999_013"
},+
"lib/Types/Standard/Tuple.pm": { … - "Types::Standard::Tuple": "1.999_013"
},+
"lib/Types/TypeTiny.pm": { … - "Types::TypeTiny": "1.999_013"
}
},- "vname": "Type-Tiny-1.999_013"
}