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::Params::Alternatives": "subclass of Type::Params::Signature for C<multi> signatures",
- "Type::Params::Parameter": "internal representation of a parameter in a function signature",
- "Type::Params::Signature": "internal representation of a function signature",
- "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::Bitfield": "bitfield/bitflag type constraints",
- "Type::Tiny::Class": "type constraints based on the \"isa\" method",
- "Type::Tiny::ConstrainedObject": "shared behaviour 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::Standard::ArrayRef": "exporter utility for the B<ArrayRef> type constraint",
- "Types::Standard::CycleTuple": "exporter utility for the B<CycleTuple> type constraint",
- "Types::Standard::Dict": "exporter utility and utility functions for the B<Dict> type constraint",
- "Types::Standard::HashRef": "exporter utility for the B<HashRef> type constraint",
- "Types::Standard::Map": "exporter utility for the B<Map> type constraint",
- "Types::Standard::ScalarRef": "exporter utility for the B<ScalarRef> type constraint",
- "Types::Standard::StrMatch": "exporter utility for the B<StrMatch> type constraint",
- "Types::Standard::Tuple": "exporter utility for the B<Tuple> type constraint",
- "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-Bitfield",
- "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-Standard-ArrayRef",
- "t/20-modules/Types-Standard-CycleTuple",
- "t/20-modules/Types-Standard-Dict",
- "t/20-modules/Types-Standard-HashRef",
- "t/20-modules/Types-Standard-Map",
- "t/20-modules/Types-Standard-ScalarRef",
- "t/20-modules/Types-Standard-StrMatch",
- "t/20-modules/Types-Standard-Tuple",
- "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/JSON-PP",
- "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": { … - "no_pod_errors": "Type-Tiny-2.007_010/lib/Type/Tiny.pm -- Around line 2624: You forgot a '=back' before '=head2' ",
+
"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/Bitfield.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": 1742747674,
- "size": 42
},+
"COPYRIGHT": { … - "mtime": 1742747674,
- "size": 22170
},+
"CREDITS": { … - "mtime": 1742747674,
- "size": 2852
},+
"Changes": { … - "mtime": 1742747674,
- "size": 19551
},+
"INSTALL": { … - "mtime": 1742747674,
- "size": 939
},+
"LICENSE": { … - "mtime": 1742747674,
- "size": 19735
},+
"MANIFEST": { … - "mtime": 1742747674,
- "size": 15447
},+
"META.json": { … - "mtime": 1742747674,
- "size": 10868
},+
"META.yml": { … - "mtime": 1742747674,
- "size": 7180
},+
"Makefile.PL": { … - "mtime": 1742747674,
+
"noes": { … },+
"requires": { … - "ExtUtils::MakeMaker": "6.17",
- "strict": "0",
- "warnings": "0"
},- "size": 21521,
+
"suggests": { … - "CPAN::Meta::Requirements": "0"
}
},+
"NEWS": { … - "mtime": 1742747674,
- "size": 2209
},+
"README": { … - "mtime": 1742747674,
- "size": 7185
},+
"SIGNATURE": { … - "mtime": 1742747674,
- "size": 50083
},+
"dist.ini": { … - "mtime": 1742747674,
- "size": 114
},+
"doap.ttl": { … - "mtime": 1742747674,
- "size": 377944
},+
"examples/benchmarking/benchmark-coercions.pl": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 3557
},+
"examples/benchmarking/benchmark-constraints.pl": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 4907
},+
"examples/benchmarking/benchmark-named-param-validation.pl": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 5015
},+
"examples/benchmarking/benchmark-param-validation.pl": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 4822
},+
"examples/benchmarking/versus-scalar-validation.pl": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 2051
},+
"examples/datetime-coercions.pl": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 2734
},+
"examples/jsoncapable.pl": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 435
},+
"examples/nonempty.pl": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 1064
},+
"examples/page-numbers.pl": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 1811
},+
"inc/Test/Fatal.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 1325
},+
"inc/Test/Requires.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 2019
},+
"inc/Try/Tiny.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 18133
},+
"inc/archaic/Test/Builder.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 60201
},+
"inc/archaic/Test/Builder/IO/Scalar.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 13612
},+
"inc/archaic/Test/Builder/Module.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 3816
},+
"inc/archaic/Test/Builder/Tester.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 15535
},+
"inc/archaic/Test/Builder/Tester/Color.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 969
},+
"inc/archaic/Test/More.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 46686
},+
"inc/archaic/Test/Simple.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 6462
},+
"inc/boolean.pm": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 2185
},+
"lib/Devel/TypeTiny/Perl58Compat.pm": { … - "module": "Devel::TypeTiny::Perl58Compat",
- "mtime": 1742747674,
+
"recommends": { … },+
"requires": { … - "perl": "5.008",
- "strict": "0",
- "warnings": "0"
},- "size": 446,
+
"suggests": { … }
},+
"lib/Error/TypeTiny.pm": { … - "license": "Perl_5",
- "module": "Error::TypeTiny",
- "mtime": 1742747674,
+
"noes": { … },+
"recommends": { … },+
"requires": { … - "Carp": "0",
- "Type::Tiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 5985
},+
"lib/Error/TypeTiny/Assertion.pm": { … - "license": "Perl_5",
- "module": "Error::TypeTiny::Assertion",
- "mtime": 1742747674,
+
"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": 1742747674,
+
"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": 1742747674,
+
"requires": { … - "Error::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 3211
},+
"lib/Eval/TypeTiny.pm": { … - "license": "Perl_5",
- "module": "Eval::TypeTiny",
- "mtime": 1742747674,
+
"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": 15948,
+
"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": 1742747674,
+
"recommends": { … - "Devel::TypeTiny::Perl58Compat": "0",
- "Eval::TypeTiny": "0"
},+
"requires": { … - "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 6071
},+
"lib/Reply/Plugin/TypeTiny.pm": { … - "license": "Perl_5",
- "module": "Reply::Plugin::TypeTiny",
- "mtime": 1742747674,
+
"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": 1742747674,
+
"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": 1742747674,
+
"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": 1742747674,
+
"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": 1742747674,
+
"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": 1742747674,
+
"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": 17483,
+
"suggests": { … }
},+
"lib/Type/Params.pm": { … - "license": "Perl_5",
- "module": "Type::Params",
- "mtime": 1742747674,
+
"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": 54577
},+
"lib/Type/Params/Alternatives.pm": { … - "license": "Perl_5",
- "module": "Type::Params::Alternatives",
- "mtime": 1742747674,
+
"recommends": { … - "Carp": "0",
- "Devel::TypeTiny::Perl58Compat": "0",
- "Type::Utils": "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": 7665
},+
"lib/Type/Params/Parameter.pm": { … - "license": "Perl_5",
- "module": "Type::Params::Parameter",
- "mtime": 1742747674,
+
"recommends": { … - "Carp": "0",
- "Devel::TypeTiny::Perl58Compat": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Types::Standard": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 13680
},+
"lib/Type/Params/Signature.pm": { … - "license": "Perl_5",
- "module": "Type::Params::Signature",
- "mtime": 1742747674,
+
"noes": { … },+
"recommends": { … - "Carp": "0",
- "Devel::TypeTiny::Perl58Compat": "0",
- "Error::TypeTiny": "0",
- "List::Util": "0",
- "Type::Params::Alternatives": "0",
- "Type::Tiny::Enum": "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": 36139,
+
"suggests": { … }
},+
"lib/Type/Parser.pm": { … - "license": "Perl_5",
- "module": "Type::Parser",
- "mtime": 1742747674,
+
"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": 1742747674,
+
"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": 1742747674,
+
"recommends": { … },+
"requires": { … - "Carp": "0",
- "Exporter::Tiny": "0",
- "Scalar::Util": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 10539,
+
"suggests": { … - "Class::XSAccessor::Array": "0"
}
},+
"lib/Type/Tiny.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny",
- "mtime": 1742747674,
+
"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",
- "Error::TypeTiny::WrongNumberOfParameters": "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": 80326,
+
"suggests": { … }
},+
"lib/Type/Tiny/Bitfield.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Bitfield",
- "mtime": 1742747674,
+
"recommends": { … - "B": "0",
- "Error::TypeTiny": "0",
- "Scalar::Util": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Eval::TypeTiny": "0",
- "Exporter::Tiny": "1.004001",
- "Type::Tiny": "0",
- "Types::Common::Numeric": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 11462
},+
"lib/Type/Tiny/Class.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Class",
- "mtime": 1742747674,
+
"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": 11204,
+
"suggests": { … }
},+
"lib/Type/Tiny/ConstrainedObject.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::ConstrainedObject",
- "mtime": 1742747674,
+
"recommends": { … - "Error::TypeTiny": "0",
- "Types::Standard": "0"
},+
"requires": { … - "Type::Tiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 6257
},+
"lib/Type/Tiny/Duck.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Duck",
- "mtime": 1742747674,
+
"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": 8777
},+
"lib/Type/Tiny/Enum.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Enum",
- "mtime": 1742747674,
+
"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": 16369
},+
"lib/Type/Tiny/Intersection.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Intersection",
- "mtime": 1742747674,
+
"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": 10111
},+
"lib/Type/Tiny/Manual.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 6747
},+
"lib/Type/Tiny/Manual/AllTypes.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 8468
},+
"lib/Type/Tiny/Manual/Coercions.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 13146
},+
"lib/Type/Tiny/Manual/Contributing.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 2925
},+
"lib/Type/Tiny/Manual/Installation.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 4545
},+
"lib/Type/Tiny/Manual/Libraries.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 14355
},+
"lib/Type/Tiny/Manual/NonOO.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 3388
},+
"lib/Type/Tiny/Manual/Optimization.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 10267
},+
"lib/Type/Tiny/Manual/Params.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 9884
},+
"lib/Type/Tiny/Manual/Policies.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 4972
},+
"lib/Type/Tiny/Manual/UsingWithClassTiny.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 4445
},+
"lib/Type/Tiny/Manual/UsingWithMite.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 4934
},+
"lib/Type/Tiny/Manual/UsingWithMoo.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 25313
},+
"lib/Type/Tiny/Manual/UsingWithMoo2.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 10830
},+
"lib/Type/Tiny/Manual/UsingWithMoo3.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 11906
},+
"lib/Type/Tiny/Manual/UsingWithMoose.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 6287
},+
"lib/Type/Tiny/Manual/UsingWithMouse.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 6777
},+
"lib/Type/Tiny/Manual/UsingWithOther.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 5651
},+
"lib/Type/Tiny/Manual/UsingWithTestMore.pod": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 2637
},+
"lib/Type/Tiny/Role.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Role",
- "mtime": 1742747674,
+
"recommends": { … },+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Scalar::Util": "0",
- "Type::Tiny::ConstrainedObject": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 7112
},+
"lib/Type/Tiny/Union.pm": { … - "license": "Perl_5",
- "module": "Type::Tiny::Union",
- "mtime": 1742747674,
+
"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": 13131
},+
"lib/Type/Tiny/_DeclaredType.pm": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 2107
},+
"lib/Type/Tiny/_HalfOp.pm": { … - "license": "Perl_5",
- "mtime": 1742747674,
- "size": 1784
},+
"lib/Type/Utils.pm": { … - "license": "Perl_5",
- "module": "Type::Utils",
- "mtime": 1742747674,
+
"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": 1742747674,
+
"recommends": { … - "Devel::TypeTiny::Perl58Compat": "0",
- "Type::Registry": "0"
},+
"requires": { … - "Type::Library": "0",
- "Type::Params": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 2667,
+
"suggests": { … }
},+
"lib/Types/Common/Numeric.pm": { … - "license": "Perl_5",
- "module": "Types::Common::Numeric",
- "mtime": 1742747674,
+
"recommends": { … },+
"requires": { … - "Type::Library": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 8390
},+
"lib/Types/Common/String.pm": { … - "license": "Perl_5",
- "module": "Types::Common::String",
- "mtime": 1742747674,
+
"recommends": { … },+
"requires": { … - "Type::Library": "0",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 10740
},+
"lib/Types/Standard.pm": { … - "license": "Perl_5",
- "module": "Types::Standard",
- "mtime": 1742747674,
+
"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": { … - "Config": "0",
- "Eval::TypeTiny": "0",
- "Scalar::Util": "0",
- "Type::Library": "0",
- "Type::Tiny": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 47792,
+
"suggests": { … - "Ref::Util::XS": "0",
- "re": "0"
}
},+
"lib/Types/Standard/ArrayRef.pm": { … - "license": "Perl_5",
- "module": "Types::Standard::ArrayRef",
- "mtime": 1742747674,
+
"noes": { … },+
"recommends": { … - "Error::TypeTiny": "0",
- "Mouse::Util::TypeConstraints": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 8503
},+
"lib/Types/Standard/CycleTuple.pm": { … - "license": "Perl_5",
- "module": "Types::Standard::CycleTuple",
- "mtime": 1742747674,
+
"noes": { … },+
"recommends": { … - "Error::TypeTiny": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 8904
},+
"lib/Types/Standard/Dict.pm": { … - "license": "Perl_5",
- "module": "Types::Standard::Dict",
- "mtime": 1742747674,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Carp": "0",
- "Error::TypeTiny": "0",
- "Type::Tiny::Union": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 18382
},+
"lib/Types/Standard/HashRef.pm": { … - "license": "Perl_5",
- "module": "Types::Standard::HashRef",
- "mtime": 1742747674,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Error::TypeTiny": "0",
- "Error::TypeTiny::WrongNumberOfParameters": "0",
- "Mouse::Util::TypeConstraints": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 7589
},+
"lib/Types/Standard/Map.pm": { … - "license": "Perl_5",
- "module": "Types::Standard::Map",
- "mtime": 1742747674,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Error::TypeTiny": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 9641
},+
"lib/Types/Standard/ScalarRef.pm": { … - "license": "Perl_5",
- "module": "Types::Standard::ScalarRef",
- "mtime": 1742747674,
+
"noes": { … },+
"recommends": { … - "Error::TypeTiny": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 5824
},+
"lib/Types/Standard/StrMatch.pm": { … - "license": "Perl_5",
- "module": "Types::Standard::StrMatch",
- "mtime": 1742747674,
+
"noes": { … },+
"recommends": { … - "B": "0",
- "Carp": "0",
- "Error::TypeTiny": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 6245,
+
"suggests": { … }
},+
"lib/Types/Standard/Tied.pm": { … - "module": "Types::Standard::Tied",
- "mtime": 1742747674,
+
"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": 2098
},+
"lib/Types/Standard/Tuple.pm": { … - "license": "Perl_5",
- "module": "Types::Standard::Tuple",
- "mtime": 1742747674,
+
"noes": { … },+
"recommends": { … - "Error::TypeTiny": "0",
- "Type::Utils": "0"
},+
"requires": { … - "Exporter::Tiny": "1.004001",
- "Type::Tiny": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "perl": "5.008001",
- "strict": "0",
- "warnings": "0"
},- "size": 12975
},+
"lib/Types/TypeTiny.pm": { … - "license": "Perl_5",
- "module": "Types::TypeTiny",
- "mtime": 1742747674,
+
"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": 28855,
+
"suggests": { … - "Type::Tiny::XS": "0",
- "mro": "0"
}
},+
"t/00-begin.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2718
},+
"t/01-compile.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 1142
},+
"t/02-api.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2589
},+
"t/20-modules/Error-TypeTiny/basic.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Error::TypeTiny": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1094
},+
"t/20-modules/Error-TypeTiny/stacktrace.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Eval::TypeTiny::CodeAccumulator": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 1192
},+
"t/20-modules/Eval-TypeTiny-CodeAccumulator/callback.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Eval::TypeTiny::CodeAccumulator": "0",
- "Test::More": "0.88",
- "strict": "0",
- "warnings": "0"
},- "size": 1229
},+
"t/20-modules/Eval-TypeTiny/aliases-devel-lexalias.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::TypeTiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2579,
+
"suggests": { … }
},+
"t/20-modules/Type-Coercion-FromMoose/basic.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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-duplicated.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Library": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 826
},+
"t/20-modules/Type-Library/exportables.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Type::Library": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4073
},+
"t/20-modules/Type-Library/import-params.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Library": "0",
- "Type::Registry": "0",
- "Type::Tiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1224
},+
"t/20-modules/Type-Library/recursive-type-definitions.t": { … - "mtime": 1742747674,
- "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/remove-type.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 955
},+
"t/20-modules/Type-Library/to.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Params::Signature": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1302
},+
"t/20-modules/Type-Params/alias.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0"
},- "size": 1520
},+
"t/20-modules/Type-Params/badsigs.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1290
},+
"t/20-modules/Type-Params/coerce.t": { … - "mtime": 1742747674,
- "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-avoidcallbacks.t": { … - "mtime": 1742747674,
- "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": 8185
},+
"t/20-modules/Type-Params/compile-named-bless.t": { … - "mtime": 1742747674,
- "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": 10745
},+
"t/20-modules/Type-Params/compile-named-oo-pp.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5065
},+
"t/20-modules/Type-Params/compile-named-oo.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5087
},+
"t/20-modules/Type-Params/compile-named.t": { … - "mtime": 1742747674,
- "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": 8160
},+
"t/20-modules/Type-Params/defaults.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2023
},+
"t/20-modules/Type-Params/hashorder.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1827
},+
"t/20-modules/Type-Params/mixednamed.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2424
},+
"t/20-modules/Type-Params/multisig-gotonext.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2153
},+
"t/20-modules/Type-Params/multisig.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2901
},+
"t/20-modules/Type-Params/named-to-list.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1861
},+
"t/20-modules/Type-Params/on-die.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1248
},+
"t/20-modules/Type-Params/optional.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3222
},+
"t/20-modules/Type-Params/slurpy.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2990
},+
"t/20-modules/Type-Params/v2-allowdash.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1985
},+
"t/20-modules/Type-Params/v2-default-on-undef.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1383
},+
"t/20-modules/Type-Params/v2-defaults.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 843
},+
"t/20-modules/Type-Params/v2-delayed-compilation.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1101
},+
"t/20-modules/Type-Params/v2-exceptions.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2230
},+
"t/20-modules/Type-Params/v2-fallback.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 787
},+
"t/20-modules/Type-Params/v2-listtonamed.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2191
},+
"t/20-modules/Type-Params/v2-multi.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9062
},+
"t/20-modules/Type-Params/v2-named-backcompat.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1819
},+
"t/20-modules/Type-Params/v2-named-plus-slurpy.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 789
},+
"t/20-modules/Type-Params/v2-named.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "5.020",
- "Test::TypeTiny": "0",
- "Type::Params": "0",
- "Types::Common": "0",
- "Types::Standard": "0",
- "experimental": "0",
- "feature": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2461
},+
"t/20-modules/Type-Params/v2-positional-backcompat.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1691
},+
"t/20-modules/Type-Params/v2-positional-plus-slurpy.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 839
},+
"t/20-modules/Type-Params/v2-positional.t": { … - "mtime": 1742747674,
- "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": 2928
},+
"t/20-modules/Type-Params/v2-returns.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3270
},+
"t/20-modules/Type-Params/v2-shortcuts.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Params": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1667
},+
"t/20-modules/Type-Params/v2-warnings.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::Warnings": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2223
},+
"t/20-modules/Type-Params/v2-wrap-inherited-method.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1024
},+
"t/20-modules/Type-Params/wrap.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tie": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2223
},+
"t/20-modules/Type-Tie/02moosextypes.t": { … - "mtime": 1742747674,
- "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": 1582
},+
"t/20-modules/Type-Tie/03prototypicalweirdness.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Tie": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 609
},+
"t/20-modules/Type-Tie/04nots.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tie": "0",
- "constant": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2233
},+
"t/20-modules/Type-Tie/05typetiny.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tie": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1581
},+
"t/20-modules/Type-Tie/06clone.t": { … - "mtime": 1742747674,
- "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": 1113
},+
"t/20-modules/Type-Tie/06storable.t": { … - "mtime": 1742747674,
- "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": 1138
},+
"t/20-modules/Type-Tie/basic.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tie": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 816
},+
"t/20-modules/Type-Tiny-Bitfield/basic.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Tiny::Bitfield": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3131
},+
"t/20-modules/Type-Tiny-Bitfield/errors.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Type::Tiny::Bitfield": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1093
},+
"t/20-modules/Type-Tiny-Bitfield/import-options.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Tiny::Bitfield": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 228
},+
"t/20-modules/Type-Tiny-Bitfield/plus.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Tiny::Bitfield": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2108
},+
"t/20-modules/Type-Tiny-Class/basic.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Tiny::Class": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 627
},+
"t/20-modules/Type-Tiny-Class/exporter_with_options.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Tiny::Class": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 616
},+
"t/20-modules/Type-Tiny-Class/plus-constructors.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Tiny::Duck": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 711
},+
"t/20-modules/Type-Tiny-Enum/basic.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "constant": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2248
},+
"t/20-modules/Type-Tiny-Enum/cmp.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Tiny::Enum": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 651
},+
"t/20-modules/Type-Tiny-Enum/exporter_lexical.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"recommends": { … - "Exporter::Tiny": "1.006000",
- "Type::Registry": "0",
- "Type::Tiny::Enum": "0"
},+
"requires": { … - "Test::More": "0",
- "Test::Requires": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1073
},+
"t/20-modules/Type-Tiny-Enum/sorter.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 903
},+
"t/20-modules/Type-Tiny-Intersection/basic.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2407
},+
"t/20-modules/Type-Tiny-Intersection/cmp.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Tiny::Role": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 667
},+
"t/20-modules/Type-Tiny-Union/basic.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "BiggerLib": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Utils": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3253
},+
"t/20-modules/Type-Tiny-Union/constrainedobject.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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/custom-exception-classes.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Error::TypeTiny::Assertion": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "base": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1083
},+
"t/20-modules/Type-Tiny/definition-context.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Utils": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 741
},+
"t/20-modules/Type-Tiny/deprecation.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1254
},+
"t/20-modules/Type-Tiny/strictmode-on.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1281
},+
"t/20-modules/Type-Tiny/syntax.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2355
},+
"t/20-modules/Type-Utils/auto-registry.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Type::Utils": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1039
},+
"t/20-modules/Type-Utils/classifier.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common::Numeric": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 599
},+
"t/20-modules/Types-Common-Numeric/ranges.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common::String": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 596
},+
"t/20-modules/Types-Common-String/strlength.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1012
},+
"t/20-modules/Types-Common/immutable.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 572
},+
"t/20-modules/Types-Standard-ArrayRef/exporter.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "Types::Standard::ArrayRef": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 989
},+
"t/20-modules/Types-Standard-CycleTuple/exporter.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "Types::Standard::CycleTuple": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 946
},+
"t/20-modules/Types-Standard-Dict/exporter.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "Types::Standard::Dict": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1120
},+
"t/20-modules/Types-Standard-HashRef/exporter.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "Types::Standard::HashRef": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 848
},+
"t/20-modules/Types-Standard-Map/exporter.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "Types::Standard::Map": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 874
},+
"t/20-modules/Types-Standard-ScalarRef/exporter.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "Types::Standard::ScalarRef": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 810
},+
"t/20-modules/Types-Standard-StrMatch/exporter.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "Types::Standard::StrMatch": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 818
},+
"t/20-modules/Types-Standard-Tuple/exporter.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Registry": "0",
- "Types::Standard": "0",
- "Types::Standard::Tuple": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 912
},+
"t/20-modules/Types-Standard/arrayreflength.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 578
},+
"t/20-modules/Types-Standard/lockdown.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1786
},+
"t/20-modules/Types-Standard/optlist.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 2980
},+
"t/20-modules/Types-Standard/structured.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1420
},+
"t/20-modules/Types-TypeTiny/moosemouse.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1553
},+
"t/21-types/Any.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6609
},+
"t/21-types/ArrayLike.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Tie::Array": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8919
},+
"t/21-types/ArrayRef.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Tie::Array": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12444
},+
"t/21-types/Bool.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10821,
+
"suggests": { … }
},+
"t/21-types/BoolLike.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6087
},+
"t/21-types/ClassName.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7897,
+
"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": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6117
},+
"t/21-types/CodeRef.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6083
},+
"t/21-types/ConsumerOf.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8360,
+
"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": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7969
},+
"t/21-types/Defined.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6076
},+
"t/21-types/DelimitedStr.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7564
},+
"t/21-types/Dict.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 14426
},+
"t/21-types/Enum.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8310
},+
"t/21-types/FileHandle.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6095
},+
"t/21-types/GlobRef.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5999
},+
"t/21-types/HasMethods.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7620
},+
"t/21-types/HashLike.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Tie::Hash": "0",
- "Types::Standard": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 9214
},+
"t/21-types/HashRef.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Tie::Hash": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12460
},+
"t/21-types/InstanceOf.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8164
},+
"t/21-types/Int.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5930
},+
"t/21-types/IntRange.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7672
},+
"t/21-types/Item.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5969
},+
"t/21-types/LaxNum.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6198
},+
"t/21-types/LowerCaseSimpleStr.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7684
},+
"t/21-types/LowerCaseStr.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7102
},+
"t/21-types/Map.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10502
},+
"t/21-types/Maybe.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6541
},+
"t/21-types/NegativeInt.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6169
},+
"t/21-types/NegativeNum.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6169
},+
"t/21-types/NegativeOrZeroInt.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6448
},+
"t/21-types/NegativeOrZeroNum.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6448
},+
"t/21-types/NonEmptySimpleStr.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6355
},+
"t/21-types/NonEmptyStr.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6163
},+
"t/21-types/Num.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5930
},+
"t/21-types/NumRange.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8166
},+
"t/21-types/NumericCode.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6234
},+
"t/21-types/Object.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6565
},+
"t/21-types/OptList.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6072
},+
"t/21-types/Optional.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8185,
+
"suggests": { … - "Moo": "0",
- "Moose": "0",
- "Mouse": "0"
}
},+
"t/21-types/Overload.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7108
},+
"t/21-types/Password.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6067
},+
"t/21-types/PositiveInt.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6169
},+
"t/21-types/PositiveNum.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6169
},+
"t/21-types/PositiveOrZeroInt.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6448
},+
"t/21-types/PositiveOrZeroNum.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6448
},+
"t/21-types/Ref.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7382
},+
"t/21-types/RegexpRef.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6148
},+
"t/21-types/RoleName.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7099,
+
"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": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7397
},+
"t/21-types/SimpleStr.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6183
},+
"t/21-types/SingleDigit.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::Numeric": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6244
},+
"t/21-types/Slurpy.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10095
},+
"t/21-types/Str.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6099
},+
"t/21-types/StrLength.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8418
},+
"t/21-types/StrMatch-more.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"recommends": { … },+
"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": 1823
},+
"t/21-types/StrMatch.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8362
},+
"t/21-types/StrictNum.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6303
},+
"t/21-types/StringLike.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6180
},+
"t/21-types/StrongPassword.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6259
},+
"t/21-types/Tied.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Tie::Array": "0",
- "Tie::Hash": "0",
- "Tie::Scalar": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7303
},+
"t/21-types/Tuple.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12208
},+
"t/21-types/TypeTiny.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "Types::Standard": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7754,
+
"suggests": { … - "MooseX::Types::Moose": "0",
- "MouseX::Types::Mouse": "0",
- "Specio::Library::Builtins": "0",
- "Type::Nano": "0"
}
},+
"t/21-types/Undef.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6080
},+
"t/21-types/UpperCaseSimpleStr.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7683
},+
"t/21-types/UpperCaseStr.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Scalar::Util": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common::String": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7102
},+
"t/21-types/Value.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Standard": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5935
},+
"t/21-types/_ForeignTypeConstraint.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"recommends": { … - "IO::File": "0",
- "boolean": "0"
},+
"requires": { … - "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::TypeTiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7065
},+
"t/30-external/Class-InsideOut/basic.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Class::Plain": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "5.026",
- "Types::Common": "0",
- "experimental": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1108
},+
"t/30-external/Class-Plain/multisig.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Class::Plain": "0",
- "Test::Fatal": "0",
- "Test::More": "0.88",
- "Test::Requires": "5.026",
- "Types::Common": "0",
- "experimental": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1389
},+
"t/30-external/Data-Constraint/basic.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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/JSON-PP/basic.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"recommends": { … },+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::TypeTiny": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1001
},+
"t/30-external/Kavorka/80returntype.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 7106
},+
"t/30-external/Moose/parameterized.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1463,
+
"suggests": { … }
},+
"t/30-external/Types-ReadOnly/basic.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
- "size": 627
},+
"t/40-bugs/73f51e2d.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Config": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 828
},+
"t/40-bugs/gh1.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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/gh140.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::Warnings": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1008
},+
"t/40-bugs/gh143.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::Warnings": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 790
},+
"t/40-bugs/gh158.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Test::Requires": "0",
- "Test::Warnings": "0",
- "Types::Common": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 833
},+
"t/40-bugs/gh80.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 845
},+
"t/40-bugs/gh96.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 765
},+
"t/40-bugs/hg166.t": { … - "mtime": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 734
},+
"t/40-bugs/rt102748.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Type::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2134
},+
"t/40-bugs/rt121763.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0",
- "Type::Tiny::Class": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 603
},+
"t/40-bugs/rt131576.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
+
"requires": { … - "Test::More": "0.88",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 711
},+
"t/40-bugs/rt92571.t": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
- "size": 725
},+
"t/lib/BiggerLib.pm": { … - "mtime": 1742747674,
- "no_index": 1,
+
"noes": { … },+
"requires": { … - "DemoLib": "0",
- "Type::Library": "0",
- "Type::Utils": "0",
- "Types::Standard": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1839
},+
"t/lib/CompiledLib.pm": { … - "mtime": 1742747674,
- "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": 1742747674,
- "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": 1742747674,
- "no_index": 1,
- "size": 6100
},+
"t/mk-test-manifest.pl": { … - "mtime": 1742747674,
- "no_index": 1,
- "size": 3100
},+
"t/not-covered.pl": { … - "mtime": 1742747674,
- "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",
- "boolean"
],+
"kwalitee": { … - "buildtool_not_executable": 1,
- "configure_prereq_matches_use": 1,
- "consistent_version": 1,
- "core_kwalitee": "96.88",
- "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": "156.25",
- "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": 0,
- "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": 1742747674,
- "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/Params/Alternatives.pm,lib/Type/Params/Parameter.pm,lib/Type/Params/Signature.pm,lib/Type/Parser.pm,lib/Type/Registry.pm,lib/Type/Tie.pm,lib/Type/Tiny.pm,lib/Type/Tiny/Bitfield.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/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/Tuple.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/Params/Alternatives.pm",
- "lib/Type/Params/Parameter.pm",
- "lib/Type/Params/Signature.pm",
- "lib/Type/Parser.pm",
- "lib/Type/Registry.pm",
- "lib/Type/Tie.pm",
- "lib/Type/Tiny.pm",
- "lib/Type/Tiny/Bitfield.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/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/Tuple.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.025",
- "perl": "5.010001"
},+
"requires": { … - "Exporter::Tiny": "1.006000",
- "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": "2.007_010"
},+
"Error::TypeTiny": { … - "file": "lib/Error/TypeTiny.pm",
- "version": "2.007_010"
},+
"Error::TypeTiny::Assertion": { … - "file": "lib/Error/TypeTiny/Assertion.pm",
- "version": "2.007_010"
},+
"Error::TypeTiny::Compilation": { … - "file": "lib/Error/TypeTiny/Compilation.pm",
- "version": "2.007_010"
},+
"Error::TypeTiny::WrongNumberOfParameters": { … - "file": "lib/Error/TypeTiny/WrongNumberOfParameters.pm",
- "version": "2.007_010"
},+
"Eval::TypeTiny": { … - "file": "lib/Eval/TypeTiny.pm",
- "version": "2.007_010"
},+
"Eval::TypeTiny::CodeAccumulator": { … - "file": "lib/Eval/TypeTiny/CodeAccumulator.pm",
- "version": "2.007_010"
},+
"Reply::Plugin::TypeTiny": { … - "file": "lib/Reply/Plugin/TypeTiny.pm",
- "version": "2.007_010"
},+
"Test::TypeTiny": { … - "file": "lib/Test/TypeTiny.pm",
- "version": "2.007_010"
},+
"Type::Coercion": { … - "file": "lib/Type/Coercion.pm",
- "version": "2.007_010"
},+
"Type::Coercion::FromMoose": { … - "file": "lib/Type/Coercion/FromMoose.pm",
- "version": "2.007_010"
},+
"Type::Coercion::Union": { … - "file": "lib/Type/Coercion/Union.pm",
- "version": "2.007_010"
},+
"Type::Library": { … - "file": "lib/Type/Library.pm",
- "version": "2.007_010"
},+
"Type::Params": { … - "file": "lib/Type/Params.pm",
- "version": "2.007_010"
},+
"Type::Params::Alternatives": { … - "file": "lib/Type/Params/Alternatives.pm",
- "version": "2.007_010"
},+
"Type::Params::Parameter": { … - "file": "lib/Type/Params/Parameter.pm",
- "version": "2.007_010"
},+
"Type::Params::Signature": { … - "file": "lib/Type/Params/Signature.pm",
- "version": "2.007_010"
},+
"Type::Parser": { … - "file": "lib/Type/Parser.pm",
- "version": "2.007_010"
},+
"Type::Parser::AstBuilder": { … - "file": "lib/Type/Parser.pm",
- "version": "2.007_010"
},+
"Type::Parser::Token": { … - "file": "lib/Type/Parser.pm",
- "version": "2.007_010"
},+
"Type::Parser::TokenStream": { … - "file": "lib/Type/Parser.pm",
- "version": "2.007_010"
},+
"Type::Registry": { … - "file": "lib/Type/Registry.pm",
- "version": "2.007_010"
},+
"Type::Tie": { … - "file": "lib/Type/Tie.pm",
- "version": "2.007_010"
},+
"Type::Tie::ARRAY": { … - "file": "lib/Type/Tie.pm",
- "version": "2.007_010"
},+
"Type::Tie::BASE": { … - "file": "lib/Type/Tie.pm",
- "version": "2.007_010"
},+
"Type::Tie::HASH": { … - "file": "lib/Type/Tie.pm",
- "version": "2.007_010"
},+
"Type::Tie::SCALAR": { … - "file": "lib/Type/Tie.pm",
- "version": "2.007_010"
},+
"Type::Tiny": { … - "file": "lib/Type/Tiny.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Bitfield": { … - "file": "lib/Type/Tiny/Bitfield.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Class": { … - "file": "lib/Type/Tiny/Class.pm",
- "version": "2.007_010"
},+
"Type::Tiny::ConstrainedObject": { … - "file": "lib/Type/Tiny/ConstrainedObject.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Duck": { … - "file": "lib/Type/Tiny/Duck.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Enum": { … - "file": "lib/Type/Tiny/Enum.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Intersection": { … - "file": "lib/Type/Tiny/Intersection.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Role": { … - "file": "lib/Type/Tiny/Role.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Union": { … - "file": "lib/Type/Tiny/Union.pm",
- "version": "2.007_010"
},+
"Type::Utils": { … - "file": "lib/Type/Utils.pm",
- "version": "2.007_010"
},+
"Types::Common": { … - "file": "lib/Types/Common.pm",
- "version": "2.007_010"
},+
"Types::Common::Numeric": { … - "file": "lib/Types/Common/Numeric.pm",
- "version": "2.007_010"
},+
"Types::Common::String": { … - "file": "lib/Types/Common/String.pm",
- "version": "2.007_010"
},+
"Types::Standard": { … - "file": "lib/Types/Standard.pm",
- "version": "2.007_010"
},+
"Types::Standard::ArrayRef": { … - "file": "lib/Types/Standard/ArrayRef.pm",
- "version": "2.007_010"
},+
"Types::Standard::CycleTuple": { … - "file": "lib/Types/Standard/CycleTuple.pm",
- "version": "2.007_010"
},+
"Types::Standard::Dict": { … - "file": "lib/Types/Standard/Dict.pm",
- "version": "2.007_010"
},+
"Types::Standard::HashRef": { … - "file": "lib/Types/Standard/HashRef.pm",
- "version": "2.007_010"
},+
"Types::Standard::Map": { … - "file": "lib/Types/Standard/Map.pm",
- "version": "2.007_010"
},+
"Types::Standard::ScalarRef": { … - "file": "lib/Types/Standard/ScalarRef.pm",
- "version": "2.007_010"
},+
"Types::Standard::StrMatch": { … - "file": "lib/Types/Standard/StrMatch.pm",
- "version": "2.007_010"
},+
"Types::Standard::Tied": { … - "file": "lib/Types/Standard/Tied.pm",
- "version": "2.007_010"
},+
"Types::Standard::Tuple": { … - "file": "lib/Types/Standard/Tuple.pm",
- "version": "2.007_010"
},+
"Types::TypeTiny": { … - "file": "lib/Types/TypeTiny.pm",
- "version": "2.007_010"
}
},- "release_status": "testing",
+
"resources": { … },- "version": "2.007_010",
+
"x_breaks": { … - "Kavorka": "<= 0.013",
- "Types::ReadOnly": "<= 0.001"
},+
"x_contributors": [ … - "Vyacheslav Matyukhin (MMCLERIC) <mmcleric@cpan.org>",
- "Diab Jerius (DJERIUS) <djerius@cpan.org>",
- "Graham Knop (HAARG) <haarg@cpan.org>",
- "Peter Flanigan (PJFL) <pjfl@cpan.org>",
- "Pierre Masci",
- "Mark Stosberg (MARKSTOS) <markstos@cpan.org>",
- "Dagfinn Ilmari Mannsåker (ILMARI) <ilmari@cpan.org>",
- "Benct Philip Jonsson <bpj@melroch.se>",
- "David Steinbrunner <dsteinbrunner@pobox.com>",
- "Samuel Kaufman (SKAUFMAN) <skaufman@cpan.org>",
- "Peter Karman (KARMAN) <karman@cpan.org>",
- "Alexander Hartmaier (ABRAXXA) <abraxxa@cpan.org>",
- "Gianni Ceccarelli (DAKKAR) <dakkar@cpan.org>",
- "Thomas Sibley (TSIBLEY) <tsibley@cpan.org>",
- "Karen Etheridge (ETHER) <ether@cpan.org>",
- "Philippe Bruhat (BOOK) <book@cpan.org>",
- "Robert Rothenberg (RRWO) <rrwo@cpan.org>",
- "Peter Valdemar Mørch <peter@morch.com>",
- "Zoffix Znet <cpan@zoffix.com>",
- "Denis Ibaev <dionys@gmail.com>",
- "Alexandr Ciornii <alexchorny@gmail.com>",
- "Jonas B Nielsen (JONASBN) <jonasbn@cpan.org>",
- "Nelo Onyiah",
- "Lucas Buchala (LSBUCHALA) <lsbuchala@cpan.org>",
- "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",
- "James E Keenan (JKEENAN) <jkeenan@cpan.org>",
- "Yoshikazu Sawa",
- "ZAKI MUGHAL"
],- "x_serialization_backend": "JSON::PP version 4.16"
},- "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": "2.007_010"
},+
"Error::TypeTiny": { … - "file": "lib/Error/TypeTiny.pm",
- "version": "2.007_010"
},+
"Error::TypeTiny::Assertion": { … - "file": "lib/Error/TypeTiny/Assertion.pm",
- "version": "2.007_010"
},+
"Error::TypeTiny::Compilation": { … - "file": "lib/Error/TypeTiny/Compilation.pm",
- "version": "2.007_010"
},+
"Error::TypeTiny::WrongNumberOfParameters": { … - "file": "lib/Error/TypeTiny/WrongNumberOfParameters.pm",
- "version": "2.007_010"
},+
"Eval::TypeTiny": { … - "file": "lib/Eval/TypeTiny.pm",
- "version": "2.007_010"
},+
"Eval::TypeTiny::CodeAccumulator": { … - "file": "lib/Eval/TypeTiny/CodeAccumulator.pm",
- "version": "2.007_010"
},+
"Reply::Plugin::TypeTiny": { … - "file": "lib/Reply/Plugin/TypeTiny.pm",
- "version": "2.007_010"
},+
"Test::TypeTiny": { … - "file": "lib/Test/TypeTiny.pm",
- "version": "2.007_010"
},+
"Type::Coercion": { … - "file": "lib/Type/Coercion.pm",
- "version": "2.007_010"
},+
"Type::Coercion::FromMoose": { … - "file": "lib/Type/Coercion/FromMoose.pm",
- "version": "2.007_010"
},+
"Type::Coercion::Union": { … - "file": "lib/Type/Coercion/Union.pm",
- "version": "2.007_010"
},+
"Type::Library": { … - "file": "lib/Type/Library.pm",
- "version": "2.007_010"
},+
"Type::Params": { … - "file": "lib/Type/Params.pm",
- "version": "2.007_010"
},+
"Type::Params::Alternatives": { … - "file": "lib/Type/Params/Alternatives.pm",
- "version": "2.007_010"
},+
"Type::Params::Parameter": { … - "file": "lib/Type/Params/Parameter.pm",
- "version": "2.007_010"
},+
"Type::Params::Signature": { … - "file": "lib/Type/Params/Signature.pm",
- "version": "2.007_010"
},+
"Type::Parser": { … - "file": "lib/Type/Parser.pm",
- "version": "2.007_010"
},+
"Type::Parser::AstBuilder": { … - "file": "lib/Type/Parser.pm",
- "version": "2.007_010"
},+
"Type::Parser::Token": { … - "file": "lib/Type/Parser.pm",
- "version": "2.007_010"
},+
"Type::Parser::TokenStream": { … - "file": "lib/Type/Parser.pm",
- "version": "2.007_010"
},+
"Type::Registry": { … - "file": "lib/Type/Registry.pm",
- "version": "2.007_010"
},+
"Type::Tie": { … - "file": "lib/Type/Tie.pm",
- "version": "2.007_010"
},+
"Type::Tie::ARRAY": { … - "file": "lib/Type/Tie.pm",
- "version": "2.007_010"
},+
"Type::Tie::BASE": { … - "file": "lib/Type/Tie.pm",
- "version": "2.007_010"
},+
"Type::Tie::HASH": { … - "file": "lib/Type/Tie.pm",
- "version": "2.007_010"
},+
"Type::Tie::SCALAR": { … - "file": "lib/Type/Tie.pm",
- "version": "2.007_010"
},+
"Type::Tiny": { … - "file": "lib/Type/Tiny.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Bitfield": { … - "file": "lib/Type/Tiny/Bitfield.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Class": { … - "file": "lib/Type/Tiny/Class.pm",
- "version": "2.007_010"
},+
"Type::Tiny::ConstrainedObject": { … - "file": "lib/Type/Tiny/ConstrainedObject.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Duck": { … - "file": "lib/Type/Tiny/Duck.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Enum": { … - "file": "lib/Type/Tiny/Enum.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Intersection": { … - "file": "lib/Type/Tiny/Intersection.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Role": { … - "file": "lib/Type/Tiny/Role.pm",
- "version": "2.007_010"
},+
"Type::Tiny::Union": { … - "file": "lib/Type/Tiny/Union.pm",
- "version": "2.007_010"
},+
"Type::Utils": { … - "file": "lib/Type/Utils.pm",
- "version": "2.007_010"
},+
"Types::Common": { … - "file": "lib/Types/Common.pm",
- "version": "2.007_010"
},+
"Types::Common::Numeric": { … - "file": "lib/Types/Common/Numeric.pm",
- "version": "2.007_010"
},+
"Types::Common::String": { … - "file": "lib/Types/Common/String.pm",
- "version": "2.007_010"
},+
"Types::Standard": { … - "file": "lib/Types/Standard.pm",
- "version": "2.007_010"
},+
"Types::Standard::ArrayRef": { … - "file": "lib/Types/Standard/ArrayRef.pm",
- "version": "2.007_010"
},+
"Types::Standard::CycleTuple": { … - "file": "lib/Types/Standard/CycleTuple.pm",
- "version": "2.007_010"
},+
"Types::Standard::Dict": { … - "file": "lib/Types/Standard/Dict.pm",
- "version": "2.007_010"
},+
"Types::Standard::HashRef": { … - "file": "lib/Types/Standard/HashRef.pm",
- "version": "2.007_010"
},+
"Types::Standard::Map": { … - "file": "lib/Types/Standard/Map.pm",
- "version": "2.007_010"
},+
"Types::Standard::ScalarRef": { … - "file": "lib/Types/Standard/ScalarRef.pm",
- "version": "2.007_010"
},+
"Types::Standard::StrMatch": { … - "file": "lib/Types/Standard/StrMatch.pm",
- "version": "2.007_010"
},+
"Types::Standard::Tied": { … - "file": "lib/Types/Standard/Tied.pm",
- "version": "2.007_010"
},+
"Types::Standard::Tuple": { … - "file": "lib/Types/Standard/Tuple.pm",
- "version": "2.007_010"
},+
"Types::TypeTiny": { … - "file": "lib/Types/TypeTiny.pm",
- "version": "2.007_010"
}
},+
"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.025",
- "perl": "5.010001"
},+
"requires": { … - "Exporter::Tiny": "1.006000",
- "perl": "5.008001"
},+
"resources": { … },- "version": "2.007_010",
+
"x_breaks": { … - "Kavorka": "<= 0.013",
- "Types::ReadOnly": "<= 0.001"
},+
"x_contributors": [ … - "Vyacheslav Matyukhin (MMCLERIC) <mmcleric@cpan.org>",
- "Diab Jerius (DJERIUS) <djerius@cpan.org>",
- "Graham Knop (HAARG) <haarg@cpan.org>",
- "Peter Flanigan (PJFL) <pjfl@cpan.org>",
- "Pierre Masci",
- "Mark Stosberg (MARKSTOS) <markstos@cpan.org>",
- "Dagfinn Ilmari Mannsåker (ILMARI) <ilmari@cpan.org>",
- "Benct Philip Jonsson <bpj@melroch.se>",
- "David Steinbrunner <dsteinbrunner@pobox.com>",
- "Samuel Kaufman (SKAUFMAN) <skaufman@cpan.org>",
- "Peter Karman (KARMAN) <karman@cpan.org>",
- "Alexander Hartmaier (ABRAXXA) <abraxxa@cpan.org>",
- "Gianni Ceccarelli (DAKKAR) <dakkar@cpan.org>",
- "Thomas Sibley (TSIBLEY) <tsibley@cpan.org>",
- "Karen Etheridge (ETHER) <ether@cpan.org>",
- "Philippe Bruhat (BOOK) <book@cpan.org>",
- "Robert Rothenberg (RRWO) <rrwo@cpan.org>",
- "Peter Valdemar Mørch <peter@morch.com>",
- "Zoffix Znet <cpan@zoffix.com>",
- "Denis Ibaev <dionys@gmail.com>",
- "Alexandr Ciornii <alexchorny@gmail.com>",
- "Jonas B Nielsen (JONASBN) <jonasbn@cpan.org>",
- "Nelo Onyiah",
- "Lucas Buchala (LSBUCHALA) <lsbuchala@cpan.org>",
- "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",
- "James E Keenan (JKEENAN) <jkeenan@cpan.org>",
- "Yoshikazu Sawa",
- "ZAKI MUGHAL"
],- "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/Bitfield.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Type::Tiny::Bitfield"
},+
{ … - "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-2.007_010.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.006000"
},+
{ … - "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.025"
},+
{ … - "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": 1742747746,
- "required_perl": "5.008001",
- "size_packed": 499536,
- "size_unpacked": 2680078,
+
"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",
- "Config": "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",
- "namespace::clean": "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",
- "Exporter::Tiny": "1.006000",
- "Function::Parameters": "1.0103",
- "IO::File": "0",
- "IO::String": "0",
- "JSON": "0",
- "JSON::PP": "4.00",
- "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",
- "boolean": "0",
- "constant": "0",
- "feature": "0",
- "namespace::clean": "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.026",
- "Test::Warnings": "0",
- "Tie::Array": "0",
- "Tie::Hash": "0",
- "Tie::Scalar": "0",
- "Types::Path::Tiny": "0",
- "Types::ReadOnly": "0",
- "Validation::Class::Simple": "0",
- "base": "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": "2.007_010",
+
"versions": { … +
"lib/Devel/TypeTiny/Perl58Compat.pm": { … - "Devel::TypeTiny::Perl58Compat": "2.007_010"
},+
"lib/Error/TypeTiny.pm": { … - "Error::TypeTiny": "2.007_010"
},+
"lib/Error/TypeTiny/Assertion.pm": { … - "Error::TypeTiny::Assertion": "2.007_010"
},+
"lib/Error/TypeTiny/Compilation.pm": { … - "Error::TypeTiny::Compilation": "2.007_010"
},+
"lib/Error/TypeTiny/WrongNumberOfParameters.pm": { … - "Error::TypeTiny::WrongNumberOfParameters": "2.007_010"
},+
"lib/Eval/TypeTiny.pm": { … - "Eval::TypeTiny": "2.007_010"
},+
"lib/Eval/TypeTiny/CodeAccumulator.pm": { … - "Eval::TypeTiny::CodeAccumulator": "2.007_010"
},+
"lib/Reply/Plugin/TypeTiny.pm": { … - "Reply::Plugin::TypeTiny": "2.007_010"
},+
"lib/Test/TypeTiny.pm": { … - "Test::TypeTiny": "2.007_010"
},+
"lib/Type/Coercion.pm": { … - "Type::Coercion": "2.007_010"
},+
"lib/Type/Coercion/FromMoose.pm": { … - "Type::Coercion::FromMoose": "2.007_010"
},+
"lib/Type/Coercion/Union.pm": { … - "Type::Coercion::Union": "2.007_010"
},+
"lib/Type/Library.pm": { … - "Type::Library": "2.007_010"
},+
"lib/Type/Params.pm": { … - "Type::Params": "2.007_010"
},+
"lib/Type/Params/Alternatives.pm": { … - "Type::Params::Alternatives": "2.007_010"
},+
"lib/Type/Params/Parameter.pm": { … - "Type::Params::Parameter": "2.007_010"
},+
"lib/Type/Params/Signature.pm": { … - "Type::Params::Signature": "2.007_010"
},+
"lib/Type/Parser.pm": { … - "Type::Parser": "2.007_010",
- "Type::Parser::AstBuilder": "2.007_010",
- "Type::Parser::Token": "2.007_010",
- "Type::Parser::TokenStream": "2.007_010"
},+
"lib/Type/Registry.pm": { … - "Type::Registry": "2.007_010"
},+
"lib/Type/Tie.pm": { … - "Type::Tie": "2.007_010",
- "Type::Tie::ARRAY": "2.007_010",
- "Type::Tie::BASE": "2.007_010",
- "Type::Tie::HASH": "2.007_010",
- "Type::Tie::SCALAR": "2.007_010"
},+
"lib/Type/Tiny.pm": { … - "Type::Tiny": "2.007_010"
},+
"lib/Type/Tiny/Bitfield.pm": { … - "Type::Tiny::Bitfield": "2.007_010"
},+
"lib/Type/Tiny/Class.pm": { … - "Type::Tiny::Class": "2.007_010"
},+
"lib/Type/Tiny/ConstrainedObject.pm": { … - "Type::Tiny::ConstrainedObject": "2.007_010"
},+
"lib/Type/Tiny/Duck.pm": { … - "Type::Tiny::Duck": "2.007_010"
},+
"lib/Type/Tiny/Enum.pm": { … - "Type::Tiny::Enum": "2.007_010"
},+
"lib/Type/Tiny/Intersection.pm": { … - "Type::Tiny::Intersection": "2.007_010"
},+
"lib/Type/Tiny/Role.pm": { … - "Type::Tiny::Role": "2.007_010"
},+
"lib/Type/Tiny/Union.pm": { … - "Type::Tiny::Union": "2.007_010"
},+
"lib/Type/Utils.pm": { … - "Type::Utils": "2.007_010"
},+
"lib/Types/Common.pm": { … - "Types::Common": "2.007_010"
},+
"lib/Types/Common/Numeric.pm": { … - "Types::Common::Numeric": "2.007_010"
},+
"lib/Types/Common/String.pm": { … - "Types::Common::String": "2.007_010"
},+
"lib/Types/Standard.pm": { … - "Types::Standard": "2.007_010"
},+
"lib/Types/Standard/ArrayRef.pm": { … - "Types::Standard::ArrayRef": "2.007_010"
},+
"lib/Types/Standard/CycleTuple.pm": { … - "Types::Standard::CycleTuple": "2.007_010"
},+
"lib/Types/Standard/Dict.pm": { … - "Types::Standard::Dict": "2.007_010"
},+
"lib/Types/Standard/HashRef.pm": { … - "Types::Standard::HashRef": "2.007_010"
},+
"lib/Types/Standard/Map.pm": { … - "Types::Standard::Map": "2.007_010"
},+
"lib/Types/Standard/ScalarRef.pm": { … - "Types::Standard::ScalarRef": "2.007_010"
},+
"lib/Types/Standard/StrMatch.pm": { … - "Types::Standard::StrMatch": "2.007_010"
},+
"lib/Types/Standard/Tied.pm": { … - "Types::Standard::Tied": "2.007_010"
},+
"lib/Types/Standard/Tuple.pm": { … - "Types::Standard::Tuple": "2.007_010"
},+
"lib/Types/TypeTiny.pm": { … - "Types::TypeTiny": "2.007_010"
}
},- "vname": "Type-Tiny-2.007_010"
}