Metadata
{
+
"abstracts_in_pod": { … - "Specio": "Type constraints and coercions for Perl",
- "Specio::Coercion": "A class representing a coercion from one type to another",
- "Specio::Constraint::AnyCan": "A class for constraints which require a class name or object with a set of methods",
- "Specio::Constraint::AnyDoes": "A class for constraints which require a class name or an object that does a specific role",
- "Specio::Constraint::AnyIsa": "A class for constraints which require a class name or an object that inherit from a specific class",
- "Specio::Constraint::Enum": "A class for constraints which require a string matching one of a set of values",
- "Specio::Constraint::Intersection": "A class for intersection constraints",
- "Specio::Constraint::ObjectCan": "A class for constraints which require an object with a set of methods",
- "Specio::Constraint::ObjectDoes": "A class for constraints which require an object that does a specific role",
- "Specio::Constraint::ObjectIsa": "A class for constraints which require an object that inherits from a specific class",
- "Specio::Constraint::Parameterizable": "A class which represents parameterizable constraints",
- "Specio::Constraint::Parameterized": "A class which represents parameterized constraints",
- "Specio::Constraint::Role::CanType": "Provides a common implementation for Specio::Constraint::AnyCan and Specio::Constraint::ObjectCan",
- "Specio::Constraint::Role::DoesType": "Provides a common implementation for Specio::Constraint::AnyDoes and Specio::Constraint::ObjectDoes",
- "Specio::Constraint::Role::Interface": "The interface all type constraints should provide",
- "Specio::Constraint::Role::IsaType": "Provides a common implementation for Specio::Constraint::AnyIsa and Specio::Constraint::ObjectIsa",
- "Specio::Constraint::Simple": "Class for simple (non-parameterized or specialized) types",
- "Specio::Constraint::Structurable": "A class which represents structurable constraints",
- "Specio::Constraint::Structured": "A class which represents structured constraints",
- "Specio::Constraint::Union": "A class for union constraints",
- "Specio::Declare": "Specio declaration subroutines",
- "Specio::DeclaredAt": "A class to represent where a type or coercion was declared",
- "Specio::Exception": "An exception class for type constraint failures",
- "Specio::Exporter": "Base class for type libraries",
- "Specio::Helpers": "Helper subs for the Specio distro",
- "Specio::Library::Builtins": "Implements type constraint objects for Perl's built-in types",
- "Specio::Library::Numeric": "Implements type constraint objects for some common numeric types",
- "Specio::Library::Perl": "Implements type constraint objects for some common Perl language things",
- "Specio::Library::String": "Implements type constraint objects for some common string types",
- "Specio::Library::Structured": "Structured types for Specio (Dict, Map, Tuple)",
- "Specio::Library::Structured::Dict": "Guts of Dict structured type",
- "Specio::Library::Structured::Map": "Guts of Map structured type",
- "Specio::Library::Structured::Tuple": "Guts of Tuple structured type",
- "Specio::OO": "A painfully poor reimplementation of Moo(se)",
- "Specio::PartialDump": "A partially rear-ended copy of Devel::PartialDump without prereqs",
- "Specio::Registry": "Implements the per-package type registry",
- "Specio::Role::Inlinable": "A role for things which can be inlined (type constraints and coercions)",
- "Specio::Subs": "Make validation and coercion subs from Specio types",
- "Specio::TypeChecks": "Type checks used internally for Specio classes (it's not self-bootstrapping (yet?))",
- "Test::Specio": "Test helpers for Specio"
},- "author": "DROLSKY",
- "buildfile_executable": 0,
- "dir_lib": "lib",
- "dir_t": "t",
- "dir_xt": "xt",
+
"dirs_array": [ … - "dev-bin",
- "git/hooks",
- "git",
- "lib/Specio/Constraint/Role",
- "lib/Specio/Constraint",
- "lib/Specio/Library/Structured",
- "lib/Specio/Library",
- "lib/Specio/Role",
- "lib/Specio",
- "lib/Test",
- "lib",
- "t/lib/Specio/Library",
- "t/lib/Specio",
- "t/lib",
- "t",
- "xt/author",
- "xt/release",
- "xt"
],- "dist": "Specio",
- "dynamic_config": 1,
+
"error": { … +
"test_prereq_matches_use": [ … - "Moo",
- "Moose",
- "Moose::Role",
- "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_cpanfile": "cpanfile",
- "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.md",
+
"files_array": [ … - "CODE_OF_CONDUCT.md",
- "CONTRIBUTING.md",
- "Changes",
- "INSTALL",
- "LICENSE",
- "MANIFEST",
- "META.json",
- "META.yml",
- "Makefile.PL",
- "README.md",
- "TODO.md",
- "azure-pipelines.yml",
- "cpanfile",
- "dev-bin/install-xt-tools.sh",
- "dist.ini",
- "git/hooks/pre-commit.sh",
- "git/setup.pl",
- "lib/Specio/Coercion.pm",
- "lib/Specio/Constraint/AnyCan.pm",
- "lib/Specio/Constraint/AnyDoes.pm",
- "lib/Specio/Constraint/AnyIsa.pm",
- "lib/Specio/Constraint/Enum.pm",
- "lib/Specio/Constraint/Intersection.pm",
- "lib/Specio/Constraint/ObjectCan.pm",
- "lib/Specio/Constraint/ObjectDoes.pm",
- "lib/Specio/Constraint/ObjectIsa.pm",
- "lib/Specio/Constraint/Parameterizable.pm",
- "lib/Specio/Constraint/Parameterized.pm",
- "lib/Specio/Constraint/Role/CanType.pm",
- "lib/Specio/Constraint/Role/DoesType.pm",
- "lib/Specio/Constraint/Role/Interface.pm",
- "lib/Specio/Constraint/Role/IsaType.pm",
- "lib/Specio/Constraint/Simple.pm",
- "lib/Specio/Constraint/Structurable.pm",
- "lib/Specio/Constraint/Structured.pm",
- "lib/Specio/Constraint/Union.pm",
- "lib/Specio/Declare.pm",
- "lib/Specio/DeclaredAt.pm",
- "lib/Specio/Exception.pm",
- "lib/Specio/Exporter.pm",
- "lib/Specio/Helpers.pm",
- "lib/Specio/Library/Builtins.pm",
- "lib/Specio/Library/Numeric.pm",
- "lib/Specio/Library/Perl.pm",
- "lib/Specio/Library/String.pm",
- "lib/Specio/Library/Structured/Dict.pm",
- "lib/Specio/Library/Structured/Map.pm",
- "lib/Specio/Library/Structured/Tuple.pm",
- "lib/Specio/Library/Structured.pm",
- "lib/Specio/OO.pm",
- "lib/Specio/PartialDump.pm",
- "lib/Specio/Registry.pm",
- "lib/Specio/Role/Inlinable.pm",
- "lib/Specio/Subs.pm",
- "lib/Specio/TypeChecks.pm",
- "lib/Specio.pm",
- "lib/Test/Specio.pm",
- "perlcriticrc",
- "perltidyrc",
- "precious.toml",
- "t/00-report-prereqs.dd",
- "t/00-report-prereqs.t",
- "t/additional-exports.t",
- "t/anon.t",
- "t/any-does-isa.t",
- "t/builtins-sanity.t",
- "t/builtins.t",
- "t/coercion.t",
- "t/combines.t",
- "t/conflicts.t",
- "t/declare-helpers.t",
- "t/dict.t",
- "t/does-type.t",
- "t/exception.t",
- "t/import-twice.t",
- "t/inheritance.t",
- "t/inline-environment.t",
- "t/inline.t",
- "t/intersection.t",
- "t/library-with-subs.t",
- "t/map.t",
- "t/multiple-libraries.t",
- "t/numeric-sanity.t",
- "t/overloading-moose-bug.t",
- "t/overloading.t",
- "t/parameterized.t",
- "t/perl-sanity.t",
- "t/string-sanity.t",
- "t/subs.t",
- "t/t-clean.t",
- "t/tuple.t",
- "t/union-library.t",
- "t/union.t",
- "t/with-moo.t",
- "t/with-moose.t",
- "xt/author/00-compile.t",
- "xt/author/eol.t",
- "xt/author/mojibake.t",
- "xt/author/no-ref-util.t",
- "xt/author/no-tabs.t",
- "xt/author/pod-coverage.t",
- "xt/author/pod-spell.t",
- "xt/author/pod-syntax.t",
- "xt/author/portability.t",
- "xt/author/precious.t",
- "xt/author/test-version.t",
- "xt/release/cpan-changes.t",
- "xt/release/meta-json.t"
],+
"files_hash": { … +
"CODE_OF_CONDUCT.md": { … - "mtime": 1734973136,
- "size": 3243
},+
"CONTRIBUTING.md": { … - "mtime": 1734973136,
- "size": 4299
},+
"Changes": { … - "mtime": 1734973136,
- "size": 12773
},+
"INSTALL": { … - "mtime": 1734973136,
- "size": 2365
},+
"LICENSE": { … - "mtime": 1734973136,
- "size": 9047
},+
"MANIFEST": { … - "mtime": 1734973136,
- "size": 2668
},+
"META.json": { … - "mtime": 1734973136,
- "size": 45936
},+
"META.yml": { … - "mtime": 1734973136,
- "size": 29675
},+
"Makefile.PL": { … - "mtime": 1734973136,
+
"requires": { … - "ExtUtils::MakeMaker": "0",
- "perl": "5.008",
- "strict": "0",
- "warnings": "0"
},- "size": 3470
},+
"README.md": { … - "mtime": 1734973136,
- "size": 15629
},+
"TODO.md": { … - "mtime": 1734973136,
- "size": 2871
},+
"azure-pipelines.yml": { … - "mtime": 1734973136,
- "size": 725
},+
"cpanfile": { … - "mtime": 1734973136,
- "size": 2478
},+
"dev-bin/install-xt-tools.sh": { … - "mtime": 1734973136,
- "size": 494
},+
"dist.ini": { … - "mtime": 1734973136,
- "size": 815
},+
"git/hooks/pre-commit.sh": { … - "mtime": 1734973136,
- "size": 184
},+
"git/setup.pl": { … - "mtime": 1734973136,
- "size": 500
},+
"lib/Specio.pm": { … - "license": "Artistic_2_0",
- "module": "Specio",
- "mtime": 1734973136,
+
"requires": { … - "perl": "5.008",
- "strict": "0",
- "warnings": "0"
},- "size": 14928
},+
"lib/Specio/Coercion.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Coercion",
- "mtime": 1734973136,
+
"requires": { … - "Role::Tiny::With": "0",
- "Specio::OO": "0",
- "Specio::Role::Inlinable": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8244
},+
"lib/Specio/Constraint/AnyCan.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::AnyCan",
- "mtime": 1734973136,
+
"requires": { … - "List::Util": "1.33",
- "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::CanType": "0",
- "Specio::Helpers": "0",
- "Specio::Library::Builtins": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3743
},+
"lib/Specio/Constraint/AnyDoes.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::AnyDoes",
- "mtime": 1734973136,
+
"requires": { … - "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::DoesType": "0",
- "Specio::Helpers": "0",
- "Specio::Library::Builtins": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3045
},+
"lib/Specio/Constraint/AnyIsa.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::AnyIsa",
- "mtime": 1734973136,
+
"requires": { … - "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::IsaType": "0",
- "Specio::Helpers": "0",
- "Specio::Library::Builtins": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3240
},+
"lib/Specio/Constraint/Enum.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Enum",
- "mtime": 1734973136,
+
"requires": { … - "Clone": "0",
- "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::Library::Builtins": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3242
},+
"lib/Specio/Constraint/Intersection.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Intersection",
- "mtime": 1734973136,
+
"requires": { … - "Clone": "0",
- "List::Util": "1.33",
- "Role::Tiny::With": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4222
},+
"lib/Specio/Constraint/ObjectCan.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::ObjectCan",
- "mtime": 1734973136,
+
"requires": { … - "List::Util": "1.33",
- "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::CanType": "0",
- "Specio::Helpers": "0",
- "Specio::Library::Builtins": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2957
},+
"lib/Specio/Constraint/ObjectDoes.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::ObjectDoes",
- "mtime": 1734973136,
+
"requires": { … - "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::DoesType": "0",
- "Specio::Helpers": "0",
- "Specio::Library::Builtins": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2631
},+
"lib/Specio/Constraint/ObjectIsa.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::ObjectIsa",
- "mtime": 1734973136,
+
"requires": { … - "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::IsaType": "0",
- "Specio::Helpers": "0",
- "Specio::Library::Builtins": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2642
},+
"lib/Specio/Constraint/Parameterizable.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Parameterizable",
- "mtime": 1734973136,
+
"requires": { … - "Carp": "0",
- "Role::Tiny::With": "0",
- "Specio::Constraint::Parameterized": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::DeclaredAt": "0",
- "Specio::OO": "0",
- "Specio::TypeChecks": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5651
},+
"lib/Specio/Constraint/Parameterized.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Parameterized",
- "mtime": 1734973136,
+
"requires": { … - "Clone": "0",
- "Role::Tiny::With": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3238
},+
"lib/Specio/Constraint/Role/CanType.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Role::CanType",
- "mtime": 1734973136,
+
"requires": { … - "Clone": "0",
- "Role::Tiny": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::PartialDump": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4919
},+
"lib/Specio/Constraint/Role/DoesType.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Role::DoesType",
- "mtime": 1734973136,
+
"requires": { … - "Clone": "0",
- "Role::Tiny": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::PartialDump": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3628
},+
"lib/Specio/Constraint/Role/Interface.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Role::Interface",
- "mtime": 1734973136,
+
"requires": { … - "Carp": "0",
- "Eval::Closure": "0",
- "List::Util": "1.33",
- "Role::Tiny": "1.003003",
- "Specio::Exception": "0",
- "Specio::PartialDump": "0",
- "Specio::Role::Inlinable": "0",
- "Specio::TypeChecks": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 16096
},+
"lib/Specio/Constraint/Role/IsaType.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Role::IsaType",
- "mtime": 1734973136,
+
"requires": { … - "Clone": "0",
- "Role::Tiny": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::PartialDump": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3639
},+
"lib/Specio/Constraint/Simple.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Simple",
- "mtime": 1734973136,
+
"requires": { … - "Role::Tiny::With": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 11202
},+
"lib/Specio/Constraint/Structurable.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Structurable",
- "mtime": 1734973136,
+
"requires": { … - "Carp": "0",
- "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::Constraint::Structured": "0",
- "Specio::DeclaredAt": "0",
- "Specio::OO": "0",
- "Specio::TypeChecks": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7436
},+
"lib/Specio/Constraint/Structured.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Structured",
- "mtime": 1734973136,
+
"requires": { … - "Clone": "0",
- "List::Util": "1.33",
- "Role::Tiny::With": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::OO": "0",
- "Specio::TypeChecks": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2765
},+
"lib/Specio/Constraint/Union.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Constraint::Union",
- "mtime": 1734973136,
+
"requires": { … - "Clone": "0",
- "List::Util": "1.33",
- "Role::Tiny::With": "0",
- "Specio::Constraint::Role::Interface": "0",
- "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 4173
},+
"lib/Specio/Declare.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Declare",
- "mtime": 1734973136,
+
"recommends": { … - "Specio::Constraint::AnyCan": "0",
- "Specio::Constraint::AnyDoes": "0",
- "Specio::Constraint::AnyIsa": "0",
- "Specio::Constraint::Enum": "0",
- "Specio::Constraint::Intersection": "0",
- "Specio::Constraint::ObjectCan": "0",
- "Specio::Constraint::ObjectDoes": "0",
- "Specio::Constraint::ObjectIsa": "0",
- "Specio::Constraint::Union": "0"
},+
"requires": { … - "Carp": "0",
- "Exporter": "0",
- "Specio::Coercion": "0",
- "Specio::Constraint::Simple": "0",
- "Specio::DeclaredAt": "0",
- "Specio::Helpers": "0",
- "Specio::Registry": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 17862
},+
"lib/Specio/DeclaredAt.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::DeclaredAt",
- "mtime": 1734973136,
+
"requires": { … - "Specio::OO": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3127
},+
"lib/Specio/Exception.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Exception",
- "mtime": 1734973136,
+
"requires": { … - "Devel::StackTrace": "0",
- "Scalar::Util": "0",
- "Specio::OO": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2880
},+
"lib/Specio/Exporter.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Exporter",
- "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "Exporter": "0",
- "Specio::Helpers": "0",
- "Specio::Registry": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3782
},+
"lib/Specio/Helpers.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Helpers",
- "mtime": 1734973136,
+
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … - "B": "0",
- "Specio::DeclaredAt": "0"
},+
"requires": { … - "Carp": "0",
- "Exporter": "0",
- "Scalar::Util": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3545,
+
"suggests": { … }
},+
"lib/Specio/Library/Builtins.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Library::Builtins",
- "mtime": 1734973136,
+
"recommends": { … },+
"requires": { … - "List::Util": "1.33",
- "Scalar::Util": "0",
- "Specio::Constraint::Parameterizable": "0",
- "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Helpers": "0",
- "overload": "0",
- "parent": "0",
- "re": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 12319,
+
"suggests": { … }
},+
"lib/Specio/Library/Numeric.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Library::Numeric",
- "mtime": 1734973136,
+
"requires": { … - "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3221
},+
"lib/Specio/Library/Perl.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Library::Perl",
- "mtime": 1734973136,
+
"requires": { … - "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::String": "0",
- "parent": "0",
- "strict": "0",
- "version": "0.83",
- "warnings": "0"
},- "size": 4252
},+
"lib/Specio/Library/String.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Library::String",
- "mtime": 1734973136,
+
"requires": { … - "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2120
},+
"lib/Specio/Library/Structured.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Library::Structured",
- "mtime": 1734973136,
+
"requires": { … - "Carp": "0",
- "Scalar::Util": "0",
- "Specio::Constraint::Structurable": "0",
- "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "Specio::Library::Structured::Dict": "0",
- "Specio::Library::Structured::Map": "0",
- "Specio::Library::Structured::Tuple": "0",
- "Specio::TypeChecks": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6749
},+
"lib/Specio/Library/Structured/Dict.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Library::Structured::Dict",
- "mtime": 1734973136,
+
"requires": { … - "Carp": "0",
- "List::Util": "1.33",
- "Scalar::Util": "0",
- "Specio::Helpers": "0",
- "Specio::Library::Builtins": "0",
- "Specio::TypeChecks": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3914
},+
"lib/Specio/Library/Structured/Map.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Library::Structured::Map",
- "mtime": 1734973136,
+
"requires": { … - "Carp": "0",
- "List::Util": "1.33",
- "Specio::Library::Builtins": "0",
- "Specio::TypeChecks": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2457
},+
"lib/Specio/Library/Structured/Tuple.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Library::Structured::Tuple",
- "mtime": 1734973136,
+
"requires": { … - "Carp": "0",
- "List::Util": "1.33",
- "Scalar::Util": "0",
- "Specio::Library::Builtins": "0",
- "Specio::TypeChecks": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5066
},+
"lib/Specio/OO.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::OO",
- "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "Carp": "0",
- "Clone": "0",
- "Exporter": "0",
- "List::Util": "1.33",
- "MRO::Compat": "0",
- "Role::Tiny": "0",
- "Scalar::Util": "0",
- "Specio::Helpers": "0",
- "Specio::PartialDump": "0",
- "Specio::TypeChecks": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 10148
},+
"lib/Specio/PartialDump.pm": { … - "license": "Perl_5",
- "module": "Specio::PartialDump",
- "mtime": 1734973136,
+
"requires": { … - "Exporter": "0",
- "Scalar::Util": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5560
},+
"lib/Specio/Registry.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Registry",
- "mtime": 1734973136,
+
"requires": { … - "Carp": "0",
- "Exporter": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 2105
},+
"lib/Specio/Role/Inlinable.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Role::Inlinable",
- "mtime": 1734973136,
+
"requires": { … - "Eval::Closure": "0",
- "Role::Tiny": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3047
},+
"lib/Specio/Subs.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::Subs",
- "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "Carp": "0",
- "Eval::Closure": "0",
- "Module::Runtime": "0",
- "Specio::Library::Perl": "0",
- "Specio::Registry": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6498,
+
"suggests": { … - "Sub::Name": "0",
- "Sub::Util": "1.40"
}
},+
"lib/Specio/TypeChecks.pm": { … - "license": "Artistic_2_0",
- "module": "Specio::TypeChecks",
- "mtime": 1734973136,
+
"requires": { … - "Exporter": "0",
- "Scalar::Util": "0",
- "Specio::Helpers": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1889
},+
"lib/Test/Specio.pm": { … - "license": "Artistic_2_0",
- "module": "Test::Specio",
- "mtime": 1734973136,
+
"requires": { … - "Exporter": "0",
- "IO::File": "0",
- "Scalar::Util": "0",
- "Specio::Library::Builtins": "0",
- "Specio::Library::Numeric": "0",
- "Specio::Library::Perl": "0",
- "Specio::Library::String": "0",
- "Sub::Quote": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Try::Tiny": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 41271
},+
"perlcriticrc": { … - "mtime": 1734973136,
- "size": 1989
},+
"perltidyrc": { … - "mtime": 1734973136,
- "size": 301
},+
"precious.toml": { … - "mtime": 1734973136,
- "size": 1566
},+
"t/00-report-prereqs.dd": { … - "mtime": 1734973136,
- "size": 4729
},+
"t/00-report-prereqs.t": { … - "mtime": 1734973136,
+
"requires": { … - "ExtUtils::MakeMaker": "0",
- "File::Spec": "0",
- "Test::More": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6017
},+
"t/additional-exports.t": { … - "mtime": 1734973136,
+
"requires": { … - "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "Test::More": "0.96",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 817
},+
"t/anon.t": { … - "mtime": 1734973136,
+
"requires": { … - "Specio::Declare": "0",
- "Specio::Library::Builtins": "0",
- "Test::More": "0.96",
- "strict": "0",
- "warnings": "0"
},- "size": 855
},+
"t/any-does-isa.t": { … - "mtime": 1734973136,
+
"requires": { … - "Role::Tiny": "0",
- "Specio::Declare": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "open": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 8042
},+
"t/builtins-sanity.t": { … - "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "Specio::Library::Builtins": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8276
},+
"t/builtins.t": { … - "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "Specio::Declare": "0",
- "Specio::Library::Builtins": "0",
- "Specio::PartialDump": "0",
- "Test::More": "0.96",
- "open": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},- "size": 1894
},+
"t/coercion.t": { … - "mtime": 1734973136,
+
"requires": { … - "Eval::Closure": "0",
- "Specio::Declare": "0",
- "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "strict": "0",
- "warnings": "0"
},- "size": 7243
},+
"t/combines.t": { … - "mtime": 1734973136,
+
"requires": { … - "FindBin": "0",
- "Specio::Library::Combines": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 409
},+
"t/conflicts.t": { … - "mtime": 1734973136,
+
"requires": { … - "FindBin": "0",
- "Specio::Library::Conflict": "0",
- "Specio::Library::XY": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 390
},+
"t/declare-helpers.t": { … - "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "Role::Tiny": "0",
- "Role::Tiny::With": "0",
- "Specio::Declare": "0",
- "Specio::PartialDump": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 24572
},+
"t/dict.t": { … - "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "Specio::Library::Structured": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8967
},+
"t/does-type.t": { … - "mtime": 1734973136,
+
"requires": { … - "Role::Tiny": "0",
- "Role::Tiny::With": "0",
- "Specio::Declare": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "strict": "0",
- "warnings": "0"
},- "size": 4424,
+
"suggests": { … - "Moo": "0",
- "Moo::Role": "0",
- "Mouse": "0",
- "Mouse::Role": "0"
}
},+
"t/exception.t": { … - "mtime": 1734973136,
+
"requires": { … - "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "strict": "0",
- "warnings": "0"
},- "size": 700
},+
"t/import-twice.t": { … - "mtime": 1734973136,
+
"requires": { … - "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "strict": "0",
- "warnings": "0"
},- "size": 289
},+
"t/inheritance.t": { … - "mtime": 1734973136,
+
"requires": { … - "Specio::Library::Builtins": "0",
- "Test::More": "0.96",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 592
},+
"t/inline-environment.t": { … - "mtime": 1734973136,
+
"requires": { … - "Specio::Constraint::Simple": "0",
- "Specio::DeclaredAt": "0",
- "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "strict": "0",
- "warnings": "0"
},- "size": 2157
},+
"t/inline.t": { … - "mtime": 1734973136,
+
"requires": { … - "Eval::Closure": "0",
- "Specio::Declare": "0",
- "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "strict": "0",
- "warnings": "0"
},- "size": 4146
},+
"t/intersection.t": { … - "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "FindBin": "0",
- "Specio::Constraint::Intersection": "0",
- "Specio::Declare": "0",
- "Specio::DeclaredAt": "0",
- "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "lib": "0",
- "overload": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6604
},+
"t/lib/Specio/Library/CannotSub.pm": { … - "mtime": 1734973136,
- "no_index": 1,
- "size": 162
},+
"t/lib/Specio/Library/Coercions.pm": { … - "mtime": 1734973136,
- "no_index": 1,
- "size": 397
},+
"t/lib/Specio/Library/Combines.pm": { … - "mtime": 1734973136,
- "no_index": 1,
+
"requires": { … - "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "Specio::Library::XY": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 175
},+
"t/lib/Specio/Library/Conflict.pm": { … - "mtime": 1734973136,
- "no_index": 1,
+
"requires": { … - "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 197
},+
"t/lib/Specio/Library/NoInline.pm": { … - "mtime": 1734973136,
- "no_index": 1,
- "size": 913
},+
"t/lib/Specio/Library/Union.pm": { … - "mtime": 1734973136,
- "no_index": 1,
+
"requires": { … - "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 540
},+
"t/lib/Specio/Library/WithSubs.pm": { … - "mtime": 1734973136,
- "no_index": 1,
+
"requires": { … - "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "Specio::Library::Numeric": "0",
- "Specio::Subs": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 397
},+
"t/lib/Specio/Library/XY.pm": { … - "mtime": 1734973136,
- "no_index": 1,
+
"requires": { … - "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 307
},+
"t/library-with-subs.t": { … - "mtime": 1734973136,
+
"requires": { … - "FindBin": "0",
- "Specio::Library::WithSubs": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 454
},+
"t/map.t": { … - "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "Specio::Library::String": "0",
- "Specio::Library::Structured": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3542
},+
"t/multiple-libraries.t": { … - "mtime": 1734973136,
+
"requires": { … - "FindBin": "0",
- "Specio::Library::Builtins": "0",
- "Specio::Library::XY": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 402
},+
"t/numeric-sanity.t": { … - "mtime": 1734973136,
+
"requires": { … - "FindBin": "0",
- "Specio::Library::Numeric": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 1866
},+
"t/overloading-moose-bug.t": { … - "mtime": 1734973136,
+
"requires": { … - "Moose": "0",
- "Moose::Role": "0",
- "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Needs": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 950
},+
"t/overloading.t": { … - "mtime": 1734973136,
+
"requires": { … - "Specio::Declare": "0",
- "Specio::Library::Builtins": "0",
- "Specio::Library::Structured": "0",
- "Test::More": "0.96",
- "strict": "0",
- "warnings": "0"
},- "size": 2256
},+
"t/parameterized.t": { … - "mtime": 1734973136,
+
"requires": { … - "Specio::Declare": "0",
- "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "strict": "0",
- "warnings": "0"
},- "size": 3018
},+
"t/perl-sanity.t": { … - "mtime": 1734973136,
+
"requires": { … - "FindBin": "0",
- "Specio::Library::String": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3611
},+
"t/string-sanity.t": { … - "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "FindBin": "0",
- "Specio::Library::String": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5433
},+
"t/subs.t": { … - "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "FindBin": "0",
- "Specio::Declare": "0",
- "Specio::Subs": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 3335
},+
"t/t-clean.t": { … - "mtime": 1734973136,
+
"requires": { … - "Specio::Library::Builtins": "0",
- "Test::More": "0.96",
- "Test::Needs": "0",
- "namespace::autoclean": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 260
},+
"t/tuple.t": { … - "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "Specio::Declare": "0",
- "Specio::Exporter": "0",
- "Specio::Library::Builtins": "0",
- "Specio::Library::Structured": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "parent": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 8082
},+
"t/union-library.t": { … - "mtime": 1734973136,
+
"requires": { … - "FindBin": "0",
- "Specio::Library::Union": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 309
},+
"t/union.t": { … - "mtime": 1734973136,
+
"noes": { … },+
"requires": { … - "FindBin": "0",
- "Specio::Constraint::Union": "0",
- "Specio::Declare": "0",
- "Specio::DeclaredAt": "0",
- "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Specio": "0",
- "lib": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 7650
},+
"t/with-moo.t": { … - "mtime": 1734973136,
+
"requires": { … - "Moo": "0",
- "Specio::Declare": "0",
- "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Needs": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 5128
},+
"t/with-moose.t": { … - "mtime": 1734973136,
+
"requires": { … - "Moose": "0",
- "Specio::Declare": "0",
- "Specio::Library::Builtins": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Needs": "0",
- "strict": "0",
- "warnings": "0"
},- "size": 6506
},+
"xt/author/00-compile.t": { … - "mtime": 1734973136,
- "size": 2696
},+
"xt/author/eol.t": { … - "mtime": 1734973136,
- "size": 2842
},+
"xt/author/mojibake.t": { … - "mtime": 1734973136,
- "size": 105
},+
"xt/author/no-ref-util.t": { … - "mtime": 1734973136,
- "size": 680
},+
"xt/author/no-tabs.t": { … - "mtime": 1734973136,
- "size": 2816
},+
"xt/author/pod-coverage.t": { … - "mtime": 1734973136,
- "size": 976
},+
"xt/author/pod-spell.t": { … - "mtime": 1734973136,
- "size": 1292
},+
"xt/author/pod-syntax.t": { … - "mtime": 1734973136,
- "size": 170
},+
"xt/author/portability.t": { … - "mtime": 1734973136,
- "size": 88
},+
"xt/author/precious.t": { … - "mtime": 1734973136,
- "size": 559
},+
"xt/author/test-version.t": { … - "mtime": 1734973136,
- "size": 415
},+
"xt/release/cpan-changes.t": { … - "mtime": 1734973136,
- "size": 228
},+
"xt/release/meta-json.t": { … - "mtime": 1734973136,
- "size": 52
}
},- "got_prereq_from": "META.yml",
+
"kwalitee": { … - "buildtool_not_executable": 1,
- "configure_prereq_matches_use": 1,
- "consistent_version": 1,
- "core_kwalitee": "100.00",
- "distname_matches_name_in_meta": 1,
- "extractable": 1,
- "extracts_nicely": 1,
- "has_abstract_in_pod": 1,
- "has_buildtool": 1,
- "has_changelog": 1,
- "has_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_separate_license_file": 1,
- "has_tests": 1,
- "has_tests_in_t_dir": 1,
- "has_version": 1,
- "kwalitee": "159.38",
- "main_module_version_matches_dist_version": 1,
- "manifest_matches_dist": 1,
- "meta_json_conforms_to_known_spec": 1,
- "meta_json_is_parsable": 1,
- "meta_yml_conforms_to_known_spec": 1,
- "meta_yml_declares_perl_version": 1,
- "meta_yml_has_license": 1,
- "meta_yml_has_provides": 1,
- "meta_yml_has_repository_resource": 1,
- "meta_yml_is_parsable": 1,
- "no_abstract_stub_in_pod": 1,
- "no_broken_auto_install": 1,
- "no_broken_module_install": 1,
- "no_dot_dirs": 1,
- "no_dot_underscore_files": 1,
- "no_files_to_be_skipped": 1,
- "no_generated_files": 1,
- "no_invalid_versions": 1,
- "no_local_dirs": 1,
- "no_maniskip_error": 1,
- "no_missing_files_in_provides": 1,
- "no_mymeta_files": 1,
- "no_pax_headers": 1,
- "no_pod_errors": 1,
- "no_stdin_for_prompting": 1,
- "no_symlinks": 1,
- "no_unauthorized_packages": 1,
- "portable_filenames": 1,
- "prereq_matches_use": 1,
- "proper_libs": 1,
- "test_prereq_matches_use": 1,
- "use_strict": 1,
- "use_warnings": 1,
- "valid_signature": 1
},- "latest_mtime": 1734973136,
- "license": "artistic_2 defined in META.yml defined in LICENSE",
- "license_from_yaml": "artistic_2",
- "license_in_pod": 1,
+
"licenses": { … +
"Artistic_2_0": [ … - "lib/Specio.pm",
- "lib/Specio/Coercion.pm",
- "lib/Specio/Constraint/AnyCan.pm",
- "lib/Specio/Constraint/AnyDoes.pm",
- "lib/Specio/Constraint/AnyIsa.pm",
- "lib/Specio/Constraint/Enum.pm",
- "lib/Specio/Constraint/Intersection.pm",
- "lib/Specio/Constraint/ObjectCan.pm",
- "lib/Specio/Constraint/ObjectDoes.pm",
- "lib/Specio/Constraint/ObjectIsa.pm",
- "lib/Specio/Constraint/Parameterizable.pm",
- "lib/Specio/Constraint/Parameterized.pm",
- "lib/Specio/Constraint/Role/CanType.pm",
- "lib/Specio/Constraint/Role/DoesType.pm",
- "lib/Specio/Constraint/Role/Interface.pm",
- "lib/Specio/Constraint/Role/IsaType.pm",
- "lib/Specio/Constraint/Simple.pm",
- "lib/Specio/Constraint/Structurable.pm",
- "lib/Specio/Constraint/Structured.pm",
- "lib/Specio/Constraint/Union.pm",
- "lib/Specio/Declare.pm",
- "lib/Specio/DeclaredAt.pm",
- "lib/Specio/Exception.pm",
- "lib/Specio/Exporter.pm",
- "lib/Specio/Helpers.pm",
- "lib/Specio/Library/Builtins.pm",
- "lib/Specio/Library/Numeric.pm",
- "lib/Specio/Library/Perl.pm",
- "lib/Specio/Library/String.pm",
- "lib/Specio/Library/Structured.pm",
- "lib/Specio/Library/Structured/Dict.pm",
- "lib/Specio/Library/Structured/Map.pm",
- "lib/Specio/Library/Structured/Tuple.pm",
- "lib/Specio/OO.pm",
- "lib/Specio/Registry.pm",
- "lib/Specio/Role/Inlinable.pm",
- "lib/Specio/Subs.pm",
- "lib/Specio/TypeChecks.pm",
- "lib/Test/Specio.pm"
],+
"Perl_5": [ … - "lib/Specio/PartialDump.pm"
]
},- "manifest_matches_dist": 1,
- "maturity": "released",
+
"meta_json": { … - "abstract": "Type constraints and coercions for Perl",
+
"author": [ … - "Dave Rolsky <autarch@urth.org>"
],- "dynamic_config": 1,
- "generated_by": "Dist::Zilla version 6.032, CPAN::Meta::Converter version 2.150010",
+
"license": [ … ],+
"meta-spec": { … },- "name": "Specio",
+
"no_index": { … },+
"prereqs": { … +
"configure": { … +
"requires": { … - "ExtUtils::MakeMaker": "0"
}
},+
"develop": { … +
"requires": { … - "Capture::Tiny": "0",
- "Encode": "0",
- "File::Spec": "0",
- "FindBin": "0",
- "IO::Handle": "0",
- "IPC::Open3": "0",
- "Moo": "0",
- "Moose": "2.1207",
- "Mouse": "0",
- "Perl::Critic": "1.138",
- "Perl::Critic::Moose": "1.05",
- "Perl::Tidy": "20210111",
- "Pod::Checker": "1.74",
- "Pod::Coverage::TrustPod": "0",
- "Pod::Tidy": "0.10",
- "Pod::Wordlist": "0",
- "Ref::Util": "0.112",
- "Sub::Quote": "0",
- "Test::CPAN::Changes": "0.19",
- "Test::CPAN::Meta::JSON": "0.16",
- "Test::EOL": "0",
- "Test::Mojibake": "0",
- "Test::More": "0.88",
- "Test::NoTabs": "0",
- "Test::Pod": "1.41",
- "Test::Pod::Coverage": "1.08",
- "Test::Portability::Files": "0",
- "Test::Spelling": "0.17",
- "Test::Version": "2.05",
- "Test::Without::Module": "0",
- "namespace::autoclean": "0"
}
},+
"runtime": { … +
"recommends": { … - "Ref::Util": "0.112",
- "Sub::Util": "1.40"
},+
"requires": { … - "B": "0",
- "Carp": "0",
- "Clone": "0",
- "Devel::StackTrace": "0",
- "Eval::Closure": "0",
- "Exporter": "0",
- "IO::File": "0",
- "List::Util": "1.33",
- "MRO::Compat": "0",
- "Module::Runtime": "0",
- "Role::Tiny": "1.003003",
- "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Sub::Quote": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Try::Tiny": "0",
- "overload": "0",
- "parent": "0",
- "perl": "5.008",
- "re": "0",
- "strict": "0",
- "version": "0.83",
- "warnings": "0"
}
},+
"test": { … +
"recommends": { … },+
"requires": { … - "ExtUtils::MakeMaker": "0",
- "File::Spec": "0",
- "FindBin": "0",
- "Test::More": "0.96",
- "Test::Needs": "0",
- "lib": "0",
- "open": "0",
- "utf8": "0"
}
}
},+
"provides": { … +
"Specio": { … - "file": "lib/Specio.pm",
- "version": "0.49"
},+
"Specio::Coercion": { … - "file": "lib/Specio/Coercion.pm",
- "version": "0.49"
},+
"Specio::Constraint::AnyCan": { … - "file": "lib/Specio/Constraint/AnyCan.pm",
- "version": "0.49"
},+
"Specio::Constraint::AnyDoes": { … - "file": "lib/Specio/Constraint/AnyDoes.pm",
- "version": "0.49"
},+
"Specio::Constraint::AnyIsa": { … - "file": "lib/Specio/Constraint/AnyIsa.pm",
- "version": "0.49"
},+
"Specio::Constraint::Enum": { … - "file": "lib/Specio/Constraint/Enum.pm",
- "version": "0.49"
},+
"Specio::Constraint::Intersection": { … - "file": "lib/Specio/Constraint/Intersection.pm",
- "version": "0.49"
},+
"Specio::Constraint::ObjectCan": { … - "file": "lib/Specio/Constraint/ObjectCan.pm",
- "version": "0.49"
},+
"Specio::Constraint::ObjectDoes": { … - "file": "lib/Specio/Constraint/ObjectDoes.pm",
- "version": "0.49"
},+
"Specio::Constraint::ObjectIsa": { … - "file": "lib/Specio/Constraint/ObjectIsa.pm",
- "version": "0.49"
},+
"Specio::Constraint::Parameterizable": { … - "file": "lib/Specio/Constraint/Parameterizable.pm",
- "version": "0.49"
},+
"Specio::Constraint::Parameterized": { … - "file": "lib/Specio/Constraint/Parameterized.pm",
- "version": "0.49"
},+
"Specio::Constraint::Role::CanType": { … - "file": "lib/Specio/Constraint/Role/CanType.pm",
- "version": "0.49"
},+
"Specio::Constraint::Role::DoesType": { … - "file": "lib/Specio/Constraint/Role/DoesType.pm",
- "version": "0.49"
},+
"Specio::Constraint::Role::Interface": { … - "file": "lib/Specio/Constraint/Role/Interface.pm",
- "version": "0.49"
},+
"Specio::Constraint::Role::IsaType": { … - "file": "lib/Specio/Constraint/Role/IsaType.pm",
- "version": "0.49"
},+
"Specio::Constraint::Simple": { … - "file": "lib/Specio/Constraint/Simple.pm",
- "version": "0.49"
},+
"Specio::Constraint::Structurable": { … - "file": "lib/Specio/Constraint/Structurable.pm",
- "version": "0.49"
},+
"Specio::Constraint::Structured": { … - "file": "lib/Specio/Constraint/Structured.pm",
- "version": "0.49"
},+
"Specio::Constraint::Union": { … - "file": "lib/Specio/Constraint/Union.pm",
- "version": "0.49"
},+
"Specio::Declare": { … - "file": "lib/Specio/Declare.pm",
- "version": "0.49"
},+
"Specio::DeclaredAt": { … - "file": "lib/Specio/DeclaredAt.pm",
- "version": "0.49"
},+
"Specio::Exception": { … - "file": "lib/Specio/Exception.pm",
- "version": "0.49"
},+
"Specio::Exporter": { … - "file": "lib/Specio/Exporter.pm",
- "version": "0.49"
},+
"Specio::Helpers": { … - "file": "lib/Specio/Helpers.pm",
- "version": "0.49"
},+
"Specio::Library::Builtins": { … - "file": "lib/Specio/Library/Builtins.pm",
- "version": "0.49"
},+
"Specio::Library::Numeric": { … - "file": "lib/Specio/Library/Numeric.pm",
- "version": "0.49"
},+
"Specio::Library::Perl": { … - "file": "lib/Specio/Library/Perl.pm",
- "version": "0.49"
},+
"Specio::Library::String": { … - "file": "lib/Specio/Library/String.pm",
- "version": "0.49"
},+
"Specio::Library::Structured": { … - "file": "lib/Specio/Library/Structured.pm",
- "version": "0.49"
},+
"Specio::Library::Structured::Dict": { … - "file": "lib/Specio/Library/Structured/Dict.pm",
- "version": "0.49"
},+
"Specio::Library::Structured::Map": { … - "file": "lib/Specio/Library/Structured/Map.pm",
- "version": "0.49"
},+
"Specio::Library::Structured::Tuple": { … - "file": "lib/Specio/Library/Structured/Tuple.pm",
- "version": "0.49"
},+
"Specio::OO": { … - "file": "lib/Specio/OO.pm",
- "version": "0.49"
},+
"Specio::PartialDump": { … - "file": "lib/Specio/PartialDump.pm",
- "version": "0.49"
},+
"Specio::Registry": { … - "file": "lib/Specio/Registry.pm",
- "version": "0.49"
},+
"Specio::Role::Inlinable": { … - "file": "lib/Specio/Role/Inlinable.pm",
- "version": "0.49"
},+
"Specio::Subs": { … - "file": "lib/Specio/Subs.pm",
- "version": "0.49"
},+
"Specio::TypeChecks": { … - "file": "lib/Specio/TypeChecks.pm",
- "version": "0.49"
},+
"Test::Specio": { … - "file": "lib/Test/Specio.pm",
- "version": "0.49"
}
},- "release_status": "stable",
+
"resources": { … },- "version": "0.49",
+
"x_Dist_Zilla": { … +
"perl": { … },+
"plugins": [ … +
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::BundleAuthordep",
- "name": "@DROLSKY/DROLSKY::BundleAuthordep",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::GatherDir",
+
"config": { … +
"Dist::Zilla::Plugin::GatherDir": { … +
"exclude_filename": [ … - "CODE_OF_CONDUCT.md",
- "CONTRIBUTING.md",
- "LICENSE",
- "Makefile.PL",
- "README.md",
- "cpanfile"
],- "exclude_match": [ ],
- "include_dotfiles": 0,
- "prefix": "",
- "prune_directory": [ ],
- "root": "."
},+
"Dist::Zilla::Plugin::Git::GatherDir": { … }
},- "name": "@DROLSKY/Git::GatherDir",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::ManifestSkip",
- "name": "@DROLSKY/ManifestSkip",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::License",
- "name": "@DROLSKY/License",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::ExecDir",
- "name": "@DROLSKY/ExecDir",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::ShareDir",
- "name": "@DROLSKY/ShareDir",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::Manifest",
- "name": "@DROLSKY/Manifest",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::CheckVersionIncrement",
- "name": "@DROLSKY/CheckVersionIncrement",
- "version": "0.121750"
},+
{ … - "class": "Dist::Zilla::Plugin::TestRelease",
- "name": "@DROLSKY/TestRelease",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::ConfirmRelease",
- "name": "@DROLSKY/ConfirmRelease",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::UploadToCPAN",
- "name": "@DROLSKY/UploadToCPAN",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::VersionFromMainModule",
+
"config": { … +
"Dist::Zilla::Role::ModuleMetadata": { … - "Module::Metadata": "1.000037",
- "version": "0.006"
}
},- "name": "@DROLSKY/VersionFromMainModule",
- "version": "0.04"
},+
{ … - "class": "Dist::Zilla::Plugin::Authority",
- "name": "@DROLSKY/Authority",
- "version": "1.009"
},+
{ … - "class": "Dist::Zilla::Plugin::AutoPrereqs",
- "name": "@DROLSKY/AutoPrereqs",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::CopyFilesFromBuild",
- "name": "@DROLSKY/CopyFilesFromBuild",
- "version": "0.170880"
},+
{ … - "class": "Dist::Zilla::Plugin::GitHub::Meta",
- "name": "@DROLSKY/GitHub::Meta",
- "version": "0.49"
},+
{ … - "class": "Dist::Zilla::Plugin::GitHub::Update",
+
"config": { … +
"Dist::Zilla::Plugin::GitHub::Update": { … }
},- "name": "@DROLSKY/GitHub::Update",
- "version": "0.49"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaResources",
- "name": "@DROLSKY/MetaResources",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaProvides::Package",
+
"config": { … +
"Dist::Zilla::Plugin::MetaProvides::Package": { … +
"finder_objects": [ … +
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version": "6.032"
}
],- "include_underscores": 0
},+
"Dist::Zilla::Role::MetaProvider::Provider": { … - "$Dist::Zilla::Role::MetaProvider::Provider::VERSION": "2.002004",
- "inherit_missing": 1,
- "inherit_version": 1,
- "meta_noindex": 1
},+
"Dist::Zilla::Role::ModuleMetadata": { … - "Module::Metadata": "1.000037",
- "version": "0.006"
}
},- "name": "@DROLSKY/MetaProvides::Package",
- "version": "2.004003"
},+
{ … - "class": "Dist::Zilla::Plugin::Meta::Contributors",
- "name": "@DROLSKY/Meta::Contributors",
- "version": "0.003"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaConfig",
- "name": "@DROLSKY/MetaConfig",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaJSON",
- "name": "@DROLSKY/MetaJSON",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaYAML",
- "name": "@DROLSKY/MetaYAML",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::NextRelease",
- "name": "@DROLSKY/NextRelease",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::Prereqs",
+
"config": { … +
"Dist::Zilla::Plugin::Prereqs": { … - "phase": "test",
- "type": "requires"
}
},- "name": "@DROLSKY/Test::More with subtest",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::Prereqs",
+
"config": { … +
"Dist::Zilla::Plugin::Prereqs": { … - "phase": "develop",
- "type": "requires"
}
},- "name": "@DROLSKY/Tools for use with precious",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::Prereqs",
+
"config": { … +
"Dist::Zilla::Plugin::Prereqs": { … - "phase": "develop",
- "type": "requires"
}
},- "name": "@DROLSKY/Test::Version which fixes https://github.com/plicease/Test-Version/issues/7",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::PromptIfStale",
+
"config": { … +
"Dist::Zilla::Plugin::PromptIfStale": { … - "check_all_plugins": 0,
- "check_all_prereqs": 0,
+
"modules": [ … - "Dist::Zilla::PluginBundle::DROLSKY"
],- "phase": "build",
- "run_under_travis": 0,
- "skip": [ ]
}
},- "name": "@DROLSKY/Dist::Zilla::PluginBundle::DROLSKY",
- "version": "0.060"
},+
{ … - "class": "Dist::Zilla::Plugin::PromptIfStale",
+
"config": { … +
"Dist::Zilla::Plugin::PromptIfStale": { … - "check_all_plugins": 1,
- "check_all_prereqs": 1,
- "modules": [ ],
- "phase": "release",
- "run_under_travis": 0,
+
"skip": [ … - "Dist::Zilla::Plugin::DROLSKY::BundleAuthordep",
- "Dist::Zilla::Plugin::DROLSKY::Contributors",
- "Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch",
- "Dist::Zilla::Plugin::DROLSKY::License",
- "Dist::Zilla::Plugin::DROLSKY::MakeMaker",
- "Dist::Zilla::Plugin::DROLSKY::PerlLinterConfigFiles",
- "Dist::Zilla::Plugin::DROLSKY::Precious",
- "Dist::Zilla::Plugin::DROLSKY::Test::Precious",
- "Dist::Zilla::Plugin::DROLSKY::WeaverConfig",
- "Pod::Weaver::PluginBundle::DROLSKY"
]
}
},- "name": "@DROLSKY/PromptIfStale",
- "version": "0.060"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable",
- "name": "@DROLSKY/Test::Pod::Coverage::Configurable",
- "version": "0.07"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::PodSpelling",
+
"config": { … +
"Dist::Zilla::Plugin::Test::PodSpelling": { … +
"directories": [ … ],- "spell_cmd": "",
+
"stopwords": [ … - "API",
- "ClassName",
- "Coercions",
- "DROLSKY",
- "DROLSKY's",
- "Kogman",
- "LaxVersionStr",
- "MUTC",
- "ModuleName",
- "NegativeInt",
- "NegativeNum",
- "NegativeOrZeroInt",
- "NegativeOrZeroNum",
- "NonEmptySimpleStr",
- "NonEmptyStr",
- "Num",
- "PARAMETERIZABLE",
- "PackageName",
- "PayPal",
- "PayPal",
- "PositiveInt",
- "PositiveNum",
- "PositiveOrZeroInt",
- "PositiveOrZeroNum",
- "RegexpRef",
- "Rolsky",
- "Rolsky",
- "Rolsky's",
- "SIGNES",
- "SPECIO",
- "SafeIdentifier",
- "ScalarRef",
- "SimpleStr",
- "SingleDigit",
- "Specio",
- "Str",
- "StrictVersionStr",
- "Throwable",
- "Yuval",
- "boolification",
- "coercions",
- "de",
- "distro",
- "drolsky",
- "globification",
- "inlinable",
- "inline",
- "isa",
- "namespace",
- "numification",
- "parameterizable",
- "parameterization",
- "parameterized",
- "reimplementation",
- "sigils",
- "slurpy",
- "structurable",
- "subtype",
- "subtypes"
],- "wordlist": "Pod::Wordlist"
}
},- "name": "@DROLSKY/Test::PodSpelling",
- "version": "2.007006"
},+
{ … - "class": "Dist::Zilla::Plugin::PodSyntaxTests",
- "name": "@DROLSKY/PodSyntaxTests",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::MojibakeTests",
- "name": "@DROLSKY/MojibakeTests",
- "version": "0.8"
},+
{ … - "class": "Dist::Zilla::Plugin::RunExtraTests",
+
"config": { … +
"Dist::Zilla::Role::TestRunner": { … }
},- "name": "@DROLSKY/RunExtraTests",
- "version": "0.029"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::CPAN::Changes",
+
"config": { … +
"Dist::Zilla::Plugin::Test::CPAN::Changes": { … - "changelog": "Changes",
- "filename": "xt/release/cpan-changes.t"
}
},- "name": "@DROLSKY/Test::CPAN::Changes",
- "version": "0.013"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON",
- "name": "@DROLSKY/Test::CPAN::Meta::JSON",
- "version": "0.004"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::EOL",
+
"config": { … +
"Dist::Zilla::Plugin::Test::EOL": { … - "filename": "xt/author/eol.t",
+
"finder": [ … - ":ExecFiles",
- ":InstallModules",
- ":TestFiles"
],- "trailing_whitespace": 1
}
},- "name": "@DROLSKY/Test::EOL",
- "version": "0.19"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::NoTabs",
+
"config": { … +
"Dist::Zilla::Plugin::Test::NoTabs": { … - "filename": "xt/author/no-tabs.t",
+
"finder": [ … - ":InstallModules",
- ":ExecFiles",
- ":TestFiles"
]
}
},- "name": "@DROLSKY/Test::NoTabs",
- "version": "0.15"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::Portability",
+
"config": { … +
"Dist::Zilla::Plugin::Test::Portability": { … }
},- "name": "@DROLSKY/Test::Portability",
- "version": "2.001003"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::Compile",
+
"config": { … +
"Dist::Zilla::Plugin::Test::Compile": { … - "bail_out_on_fail": 0,
- "fail_on_warning": "author",
- "fake_home": 0,
- "filename": "xt/author/00-compile.t",
+
"module_finder": [ … ],- "needs_display": 0,
- "phase": "develop",
+
"script_finder": [ … ],- "skips": [ ],
- "switch": [ ]
}
},- "name": "@DROLSKY/Test::Compile",
- "version": "2.058"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::ReportPrereqs",
- "name": "@DROLSKY/Test::ReportPrereqs",
- "version": "0.029"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::Version",
- "name": "@DROLSKY/Test::Version",
- "version": "1.09"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::Test::Precious",
- "name": "@DROLSKY/DROLSKY::Test::Precious",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::Contributors",
- "name": "@DROLSKY/DROLSKY::Contributors",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Contributors",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Contributors": { … - "git_version": "2.47.1",
- "include_authors": 0,
- "include_releaser": 1,
- "order_by": "name",
- "paths": [ ]
}
},- "name": "@DROLSKY/Git::Contributors",
- "version": "0.037"
},+
{ … - "class": "Dist::Zilla::Plugin::SurgicalPodWeaver",
+
"config": { … +
"Dist::Zilla::Plugin::PodWeaver": { … +
"config_plugins": [ … ],+
"finder": [ … - ":InstallModules",
- ":PerlExecFiles"
],+
"plugins": [ … +
{ … - "class": "Pod::Weaver::Plugin::EnsurePod5",
- "name": "@CorePrep/EnsurePod5",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Plugin::H1Nester",
- "name": "@CorePrep/H1Nester",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Plugin::SingleEncoding",
- "name": "@DROLSKY/SingleEncoding",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Plugin::Transformer",
- "name": "@DROLSKY/List",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Plugin::Transformer",
- "name": "@DROLSKY/Verbatim",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Region",
- "name": "@DROLSKY/header",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Name",
- "name": "@DROLSKY/Name",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Version",
- "name": "@DROLSKY/Version",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Region",
- "name": "@DROLSKY/prelude",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Generic",
- "name": "SYNOPSIS",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Generic",
- "name": "DESCRIPTION",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Generic",
- "name": "OVERVIEW",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Collect",
- "name": "ATTRIBUTES",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Collect",
- "name": "METHODS",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Collect",
- "name": "FUNCTIONS",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Collect",
- "name": "TYPES",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Leftovers",
- "name": "@DROLSKY/Leftovers",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Region",
- "name": "@DROLSKY/postlude",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::GenerateSection",
- "name": "@DROLSKY/generate SUPPORT",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::AllowOverride",
- "name": "@DROLSKY/allow override SUPPORT",
- "version": "0.05"
},+
{ … - "class": "Pod::Weaver::Section::GenerateSection",
- "name": "@DROLSKY/generate SOURCE",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::GenerateSection",
- "name": "@DROLSKY/generate DONATIONS",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Authors",
- "name": "@DROLSKY/Authors",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Contributors",
- "name": "@DROLSKY/Contributors",
- "version": "0.009"
},+
{ … - "class": "Pod::Weaver::Section::Legal",
- "name": "@DROLSKY/Legal",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::AllowOverride",
- "name": "@DROLSKY/allow override Legal",
- "version": "0.05"
},+
{ … - "class": "Pod::Weaver::Section::Region",
- "name": "@DROLSKY/footer",
- "version": "4.019"
}
]
}
},- "name": "@DROLSKY/SurgicalPodWeaver",
- "version": "0.0023"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::WeaverConfig",
- "name": "@DROLSKY/DROLSKY::WeaverConfig",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::ReadmeAnyFromPod",
+
"config": { … +
"Dist::Zilla::Role::FileWatcher": { … }
},- "name": "@DROLSKY/README.md in build",
- "version": "0.163250"
},+
{ … - "class": "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
+
"config": { … +
"Dist::Zilla::Plugin::GenerateFile::FromShareDir": { … - "destination_filename": "CONTRIBUTING.md",
- "dist": "Dist-Zilla-PluginBundle-DROLSKY",
- "encoding": "UTF-8",
- "has_xs": 0,
- "location": "build",
- "source_filename": "CONTRIBUTING.md"
},+
"Dist::Zilla::Role::RepoFileInjector": { … - "allow_overwrite": 1,
- "repo_root": ".",
- "version": "0.009"
}
},- "name": "@DROLSKY/Generate CONTRIBUTING.md",
- "version": "0.015"
},+
{ … - "class": "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
+
"config": { … +
"Dist::Zilla::Plugin::GenerateFile::FromShareDir": { … - "destination_filename": "CODE_OF_CONDUCT.md",
- "dist": "Dist-Zilla-PluginBundle-DROLSKY",
- "encoding": "UTF-8",
- "has_xs": 0,
- "location": "build",
- "source_filename": "CODE_OF_CONDUCT.md"
},+
"Dist::Zilla::Role::RepoFileInjector": { … - "allow_overwrite": 1,
- "repo_root": ".",
- "version": "0.009"
}
},- "name": "@DROLSKY/Generate CODE_OF_CONDUCT.md",
- "version": "0.015"
},+
{ … - "class": "Dist::Zilla::Plugin::InstallGuide",
+
"config": { … +
"Dist::Zilla::Role::ModuleMetadata": { … - "Module::Metadata": "1.000037",
- "version": "0.006"
}
},- "name": "@DROLSKY/InstallGuide",
- "version": "1.200014"
},+
{ … - "class": "Dist::Zilla::Plugin::CPANFile",
- "name": "@DROLSKY/CPANFile",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::License",
- "name": "@DROLSKY/DROLSKY::License",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::CheckStrictVersion",
- "name": "@DROLSKY/CheckStrictVersion",
- "version": "0.001"
},+
{ … - "class": "Dist::Zilla::Plugin::CheckSelfDependency",
+
"config": { … +
"Dist::Zilla::Plugin::CheckSelfDependency": { … },+
"Dist::Zilla::Role::ModuleMetadata": { … - "Module::Metadata": "1.000037",
- "version": "0.006"
}
},- "name": "@DROLSKY/CheckSelfDependency",
- "version": "0.011"
},+
{ … - "class": "Dist::Zilla::Plugin::CheckPrereqsIndexed",
- "name": "@DROLSKY/CheckPrereqsIndexed",
- "version": "0.022"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch",
+
"config": { … +
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
}
},- "name": "@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::EnsureChangesHasContent",
- "name": "@DROLSKY/EnsureChangesHasContent",
- "version": "0.02"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
+
"config": { … +
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
}
},- "name": "@DROLSKY/Git::CheckFor::MergeConflicts",
- "version": "0.014"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::PerlLinterConfigFiles",
- "name": "@DROLSKY/DROLSKY::PerlLinterConfigFiles",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::DevTools",
- "name": "@DROLSKY/DROLSKY::DevTools",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::Precious",
- "name": "@DROLSKY/DROLSKY::Precious",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Check",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Check": { … },+
"Dist::Zilla::Role::Git::DirtyFiles": { … +
"allow_dirty": [ … - "CODE_OF_CONDUCT.md",
- "CONTRIBUTING.md",
- "Changes",
- "LICENSE",
- "Makefile.PL",
- "README.md",
- "cpanfile",
- "precious.toml"
],- "allow_dirty_match": [ ],
- "changelog": "Changes"
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
}
},- "name": "@DROLSKY/Git::Check",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Commit",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Commit": { … - "add_files_in": [ ],
- "commit_msg": "v%V%n%n%c",
- "signoff": 0
},+
"Dist::Zilla::Role::Git::DirtyFiles": { … +
"allow_dirty": [ … - "CODE_OF_CONDUCT.md",
- "CONTRIBUTING.md",
- "Changes",
- "LICENSE",
- "Makefile.PL",
- "README.md",
- "cpanfile",
- "precious.toml"
],- "allow_dirty_match": [ ],
- "changelog": "Changes"
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
},+
"Dist::Zilla::Role::Git::StringFormatter": { … }
},- "name": "@DROLSKY/Commit generated files",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Tag",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Tag": { … - "branch": null,
- "changelog": "Changes",
- "signed": 0,
- "tag": "v0.49",
- "tag_format": "v%V",
- "tag_message": "v%V"
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
},+
"Dist::Zilla::Role::Git::StringFormatter": { … }
},- "name": "@DROLSKY/Git::Tag",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Push",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Push": { … +
"push_to": [ … ],- "remotes_must_exist": 1
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
}
},- "name": "@DROLSKY/Git::Push",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::BumpVersionAfterRelease",
+
"config": { … +
"Dist::Zilla::Plugin::BumpVersionAfterRelease": { … +
"finders": [ … - ":ExecFiles",
- ":InstallModules"
],- "global": 0,
- "munge_makefile_pl": 1
}
},- "name": "@DROLSKY/BumpVersionAfterRelease",
- "version": "0.018"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Commit",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Commit": { … - "add_files_in": [ ],
- "commit_msg": "Bump version after release",
- "signoff": 0
},+
"Dist::Zilla::Role::Git::DirtyFiles": { … +
"allow_dirty": [ … ],+
"allow_dirty_match": [ … ],- "changelog": "Changes"
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
},+
"Dist::Zilla::Role::Git::StringFormatter": { … }
},- "name": "@DROLSKY/Commit version bump",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Push",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Push": { … +
"push_to": [ … ],- "remotes_must_exist": 1
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
}
},- "name": "@DROLSKY/Push version bump",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::MakeMaker",
+
"config": { … +
"Dist::Zilla::Plugin::MakeMaker": { … - "make_path": "make",
- "version": "6.032"
},+
"Dist::Zilla::Plugin::MakeMaker::Awesome": { … },+
"Dist::Zilla::Role::TestRunner": { … - "default_jobs": "12",
- "version": "6.032"
}
},- "name": "@DROLSKY/DROLSKY::MakeMaker",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::Prereqs::Soften",
+
"config": { … +
"Dist::Zilla::Plugin::Prereqs::Soften": { … - "copy_to": [ ],
+
"modules": [ … ],- "modules_from_features": null,
- "to_relationship": "recommends"
}
},- "name": "Prereqs::Soften",
- "version": "0.006003"
},+
{ … - "class": "Dist::Zilla::Plugin::Prereqs",
+
"config": { … +
"Dist::Zilla::Plugin::Prereqs": { … - "phase": "develop",
- "type": "requires"
}
},- "name": "DevelopRequires",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::DynamicPrereqs",
+
"config": { … +
"Dist::Zilla::Role::ModuleMetadata": { … - "Module::Metadata": "1.000037",
- "version": "0.006"
}
},- "name": "DynamicPrereqs",
- "version": "0.040"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaNoIndex",
- "name": "MetaNoIndex",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":InstallModules",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":IncModules",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":TestFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":ExtraTestFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":ExecFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":PerlExecFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":ShareFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":MainModule",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":AllFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":NoFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version": "6.032"
}
],+
"zilla": { … - "class": "Dist::Zilla::Dist::Builder",
+
"config": { … },- "version": "6.032"
}
},- "x_authority": "cpan:DROLSKY",
+
"x_contributors": [ … - "Chris White <chrisw@leehayes.com>",
- "cpansprout <cpansprout@gmail.com>",
- "Graham Knop <haarg@haarg.org>",
- "Karen Etheridge <ether@cpan.org>",
- "Vitaly Lipatov <lav@altlinux.ru>"
],- "x_generated_by_perl": "v5.38.2",
- "x_serialization_backend": "Cpanel::JSON::XS version 4.38",
- "x_spdx_expression": "Artistic-2.0"
},- "meta_json_is_parsable": 1,
- "meta_json_spec_version": 2,
+
"meta_yml": { … - "abstract": "Type constraints and coercions for Perl",
+
"author": [ … - "Dave Rolsky <autarch@urth.org>"
],+
"build_requires": { … - "ExtUtils::MakeMaker": "0",
- "File::Spec": "0",
- "FindBin": "0",
- "Test::More": "0.96",
- "Test::Needs": "0",
- "lib": "0",
- "open": "0",
- "utf8": "0"
},+
"configure_requires": { … - "ExtUtils::MakeMaker": "0"
},- "dynamic_config": "1",
- "generated_by": "Dist::Zilla version 6.032, CPAN::Meta::Converter version 2.150010",
- "license": "artistic_2",
+
"meta-spec": { … },- "name": "Specio",
+
"no_index": { … },+
"provides": { … +
"Specio": { … - "file": "lib/Specio.pm",
- "version": "0.49"
},+
"Specio::Coercion": { … - "file": "lib/Specio/Coercion.pm",
- "version": "0.49"
},+
"Specio::Constraint::AnyCan": { … - "file": "lib/Specio/Constraint/AnyCan.pm",
- "version": "0.49"
},+
"Specio::Constraint::AnyDoes": { … - "file": "lib/Specio/Constraint/AnyDoes.pm",
- "version": "0.49"
},+
"Specio::Constraint::AnyIsa": { … - "file": "lib/Specio/Constraint/AnyIsa.pm",
- "version": "0.49"
},+
"Specio::Constraint::Enum": { … - "file": "lib/Specio/Constraint/Enum.pm",
- "version": "0.49"
},+
"Specio::Constraint::Intersection": { … - "file": "lib/Specio/Constraint/Intersection.pm",
- "version": "0.49"
},+
"Specio::Constraint::ObjectCan": { … - "file": "lib/Specio/Constraint/ObjectCan.pm",
- "version": "0.49"
},+
"Specio::Constraint::ObjectDoes": { … - "file": "lib/Specio/Constraint/ObjectDoes.pm",
- "version": "0.49"
},+
"Specio::Constraint::ObjectIsa": { … - "file": "lib/Specio/Constraint/ObjectIsa.pm",
- "version": "0.49"
},+
"Specio::Constraint::Parameterizable": { … - "file": "lib/Specio/Constraint/Parameterizable.pm",
- "version": "0.49"
},+
"Specio::Constraint::Parameterized": { … - "file": "lib/Specio/Constraint/Parameterized.pm",
- "version": "0.49"
},+
"Specio::Constraint::Role::CanType": { … - "file": "lib/Specio/Constraint/Role/CanType.pm",
- "version": "0.49"
},+
"Specio::Constraint::Role::DoesType": { … - "file": "lib/Specio/Constraint/Role/DoesType.pm",
- "version": "0.49"
},+
"Specio::Constraint::Role::Interface": { … - "file": "lib/Specio/Constraint/Role/Interface.pm",
- "version": "0.49"
},+
"Specio::Constraint::Role::IsaType": { … - "file": "lib/Specio/Constraint/Role/IsaType.pm",
- "version": "0.49"
},+
"Specio::Constraint::Simple": { … - "file": "lib/Specio/Constraint/Simple.pm",
- "version": "0.49"
},+
"Specio::Constraint::Structurable": { … - "file": "lib/Specio/Constraint/Structurable.pm",
- "version": "0.49"
},+
"Specio::Constraint::Structured": { … - "file": "lib/Specio/Constraint/Structured.pm",
- "version": "0.49"
},+
"Specio::Constraint::Union": { … - "file": "lib/Specio/Constraint/Union.pm",
- "version": "0.49"
},+
"Specio::Declare": { … - "file": "lib/Specio/Declare.pm",
- "version": "0.49"
},+
"Specio::DeclaredAt": { … - "file": "lib/Specio/DeclaredAt.pm",
- "version": "0.49"
},+
"Specio::Exception": { … - "file": "lib/Specio/Exception.pm",
- "version": "0.49"
},+
"Specio::Exporter": { … - "file": "lib/Specio/Exporter.pm",
- "version": "0.49"
},+
"Specio::Helpers": { … - "file": "lib/Specio/Helpers.pm",
- "version": "0.49"
},+
"Specio::Library::Builtins": { … - "file": "lib/Specio/Library/Builtins.pm",
- "version": "0.49"
},+
"Specio::Library::Numeric": { … - "file": "lib/Specio/Library/Numeric.pm",
- "version": "0.49"
},+
"Specio::Library::Perl": { … - "file": "lib/Specio/Library/Perl.pm",
- "version": "0.49"
},+
"Specio::Library::String": { … - "file": "lib/Specio/Library/String.pm",
- "version": "0.49"
},+
"Specio::Library::Structured": { … - "file": "lib/Specio/Library/Structured.pm",
- "version": "0.49"
},+
"Specio::Library::Structured::Dict": { … - "file": "lib/Specio/Library/Structured/Dict.pm",
- "version": "0.49"
},+
"Specio::Library::Structured::Map": { … - "file": "lib/Specio/Library/Structured/Map.pm",
- "version": "0.49"
},+
"Specio::Library::Structured::Tuple": { … - "file": "lib/Specio/Library/Structured/Tuple.pm",
- "version": "0.49"
},+
"Specio::OO": { … - "file": "lib/Specio/OO.pm",
- "version": "0.49"
},+
"Specio::PartialDump": { … - "file": "lib/Specio/PartialDump.pm",
- "version": "0.49"
},+
"Specio::Registry": { … - "file": "lib/Specio/Registry.pm",
- "version": "0.49"
},+
"Specio::Role::Inlinable": { … - "file": "lib/Specio/Role/Inlinable.pm",
- "version": "0.49"
},+
"Specio::Subs": { … - "file": "lib/Specio/Subs.pm",
- "version": "0.49"
},+
"Specio::TypeChecks": { … - "file": "lib/Specio/TypeChecks.pm",
- "version": "0.49"
},+
"Test::Specio": { … - "file": "lib/Test/Specio.pm",
- "version": "0.49"
}
},+
"recommends": { … - "Ref::Util": "0.112",
- "Sub::Util": "1.40"
},+
"requires": { … - "B": "0",
- "Carp": "0",
- "Clone": "0",
- "Devel::StackTrace": "0",
- "Eval::Closure": "0",
- "Exporter": "0",
- "IO::File": "0",
- "List::Util": "1.33",
- "MRO::Compat": "0",
- "Module::Runtime": "0",
- "Role::Tiny": "1.003003",
- "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Sub::Quote": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Try::Tiny": "0",
- "overload": "0",
- "parent": "0",
- "perl": "5.008",
- "re": "0",
- "strict": "0",
- "version": "0.83",
- "warnings": "0"
},+
"resources": { … },- "version": "0.49",
+
"x_Dist_Zilla": { … +
"perl": { … },+
"plugins": [ … +
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::BundleAuthordep",
- "name": "@DROLSKY/DROLSKY::BundleAuthordep",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::GatherDir",
+
"config": { … +
"Dist::Zilla::Plugin::GatherDir": { … +
"exclude_filename": [ … - "CODE_OF_CONDUCT.md",
- "CONTRIBUTING.md",
- "LICENSE",
- "Makefile.PL",
- "README.md",
- "cpanfile"
],- "exclude_match": [ ],
- "include_dotfiles": "0",
- "prefix": "",
- "prune_directory": [ ],
- "root": "."
},+
"Dist::Zilla::Plugin::Git::GatherDir": { … }
},- "name": "@DROLSKY/Git::GatherDir",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::ManifestSkip",
- "name": "@DROLSKY/ManifestSkip",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::License",
- "name": "@DROLSKY/License",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::ExecDir",
- "name": "@DROLSKY/ExecDir",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::ShareDir",
- "name": "@DROLSKY/ShareDir",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::Manifest",
- "name": "@DROLSKY/Manifest",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::CheckVersionIncrement",
- "name": "@DROLSKY/CheckVersionIncrement",
- "version": "0.121750"
},+
{ … - "class": "Dist::Zilla::Plugin::TestRelease",
- "name": "@DROLSKY/TestRelease",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::ConfirmRelease",
- "name": "@DROLSKY/ConfirmRelease",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::UploadToCPAN",
- "name": "@DROLSKY/UploadToCPAN",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::VersionFromMainModule",
+
"config": { … +
"Dist::Zilla::Role::ModuleMetadata": { … - "Module::Metadata": "1.000037",
- "version": "0.006"
}
},- "name": "@DROLSKY/VersionFromMainModule",
- "version": "0.04"
},+
{ … - "class": "Dist::Zilla::Plugin::Authority",
- "name": "@DROLSKY/Authority",
- "version": "1.009"
},+
{ … - "class": "Dist::Zilla::Plugin::AutoPrereqs",
- "name": "@DROLSKY/AutoPrereqs",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::CopyFilesFromBuild",
- "name": "@DROLSKY/CopyFilesFromBuild",
- "version": "0.170880"
},+
{ … - "class": "Dist::Zilla::Plugin::GitHub::Meta",
- "name": "@DROLSKY/GitHub::Meta",
- "version": "0.49"
},+
{ … - "class": "Dist::Zilla::Plugin::GitHub::Update",
+
"config": { … +
"Dist::Zilla::Plugin::GitHub::Update": { … }
},- "name": "@DROLSKY/GitHub::Update",
- "version": "0.49"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaResources",
- "name": "@DROLSKY/MetaResources",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaProvides::Package",
+
"config": { … +
"Dist::Zilla::Plugin::MetaProvides::Package": { … +
"finder_objects": [ … +
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version": "6.032"
}
],- "include_underscores": "0"
},+
"Dist::Zilla::Role::MetaProvider::Provider": { … - "$Dist::Zilla::Role::MetaProvider::Provider::VERSION": "2.002004",
- "inherit_missing": "1",
- "inherit_version": "1",
- "meta_noindex": "1"
},+
"Dist::Zilla::Role::ModuleMetadata": { … - "Module::Metadata": "1.000037",
- "version": "0.006"
}
},- "name": "@DROLSKY/MetaProvides::Package",
- "version": "2.004003"
},+
{ … - "class": "Dist::Zilla::Plugin::Meta::Contributors",
- "name": "@DROLSKY/Meta::Contributors",
- "version": "0.003"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaConfig",
- "name": "@DROLSKY/MetaConfig",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaJSON",
- "name": "@DROLSKY/MetaJSON",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaYAML",
- "name": "@DROLSKY/MetaYAML",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::NextRelease",
- "name": "@DROLSKY/NextRelease",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::Prereqs",
+
"config": { … +
"Dist::Zilla::Plugin::Prereqs": { … - "phase": "test",
- "type": "requires"
}
},- "name": "@DROLSKY/Test::More with subtest",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::Prereqs",
+
"config": { … +
"Dist::Zilla::Plugin::Prereqs": { … - "phase": "develop",
- "type": "requires"
}
},- "name": "@DROLSKY/Tools for use with precious",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::Prereqs",
+
"config": { … +
"Dist::Zilla::Plugin::Prereqs": { … - "phase": "develop",
- "type": "requires"
}
},- "name": "@DROLSKY/Test::Version which fixes https://github.com/plicease/Test-Version/issues/7",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::PromptIfStale",
+
"config": { … +
"Dist::Zilla::Plugin::PromptIfStale": { … - "check_all_plugins": "0",
- "check_all_prereqs": "0",
+
"modules": [ … - "Dist::Zilla::PluginBundle::DROLSKY"
],- "phase": "build",
- "run_under_travis": "0",
- "skip": [ ]
}
},- "name": "@DROLSKY/Dist::Zilla::PluginBundle::DROLSKY",
- "version": "0.060"
},+
{ … - "class": "Dist::Zilla::Plugin::PromptIfStale",
+
"config": { … +
"Dist::Zilla::Plugin::PromptIfStale": { … - "check_all_plugins": "1",
- "check_all_prereqs": "1",
- "modules": [ ],
- "phase": "release",
- "run_under_travis": "0",
+
"skip": [ … - "Dist::Zilla::Plugin::DROLSKY::BundleAuthordep",
- "Dist::Zilla::Plugin::DROLSKY::Contributors",
- "Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch",
- "Dist::Zilla::Plugin::DROLSKY::License",
- "Dist::Zilla::Plugin::DROLSKY::MakeMaker",
- "Dist::Zilla::Plugin::DROLSKY::PerlLinterConfigFiles",
- "Dist::Zilla::Plugin::DROLSKY::Precious",
- "Dist::Zilla::Plugin::DROLSKY::Test::Precious",
- "Dist::Zilla::Plugin::DROLSKY::WeaverConfig",
- "Pod::Weaver::PluginBundle::DROLSKY"
]
}
},- "name": "@DROLSKY/PromptIfStale",
- "version": "0.060"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable",
- "name": "@DROLSKY/Test::Pod::Coverage::Configurable",
- "version": "0.07"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::PodSpelling",
+
"config": { … +
"Dist::Zilla::Plugin::Test::PodSpelling": { … +
"directories": [ … ],- "spell_cmd": "",
+
"stopwords": [ … - "API",
- "ClassName",
- "Coercions",
- "DROLSKY",
- "DROLSKY's",
- "Kogman",
- "LaxVersionStr",
- "MUTC",
- "ModuleName",
- "NegativeInt",
- "NegativeNum",
- "NegativeOrZeroInt",
- "NegativeOrZeroNum",
- "NonEmptySimpleStr",
- "NonEmptyStr",
- "Num",
- "PARAMETERIZABLE",
- "PackageName",
- "PayPal",
- "PayPal",
- "PositiveInt",
- "PositiveNum",
- "PositiveOrZeroInt",
- "PositiveOrZeroNum",
- "RegexpRef",
- "Rolsky",
- "Rolsky",
- "Rolsky's",
- "SIGNES",
- "SPECIO",
- "SafeIdentifier",
- "ScalarRef",
- "SimpleStr",
- "SingleDigit",
- "Specio",
- "Str",
- "StrictVersionStr",
- "Throwable",
- "Yuval",
- "boolification",
- "coercions",
- "de",
- "distro",
- "drolsky",
- "globification",
- "inlinable",
- "inline",
- "isa",
- "namespace",
- "numification",
- "parameterizable",
- "parameterization",
- "parameterized",
- "reimplementation",
- "sigils",
- "slurpy",
- "structurable",
- "subtype",
- "subtypes"
],- "wordlist": "Pod::Wordlist"
}
},- "name": "@DROLSKY/Test::PodSpelling",
- "version": "2.007006"
},+
{ … - "class": "Dist::Zilla::Plugin::PodSyntaxTests",
- "name": "@DROLSKY/PodSyntaxTests",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::MojibakeTests",
- "name": "@DROLSKY/MojibakeTests",
- "version": "0.8"
},+
{ … - "class": "Dist::Zilla::Plugin::RunExtraTests",
+
"config": { … +
"Dist::Zilla::Role::TestRunner": { … }
},- "name": "@DROLSKY/RunExtraTests",
- "version": "0.029"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::CPAN::Changes",
+
"config": { … +
"Dist::Zilla::Plugin::Test::CPAN::Changes": { … - "changelog": "Changes",
- "filename": "xt/release/cpan-changes.t"
}
},- "name": "@DROLSKY/Test::CPAN::Changes",
- "version": "0.013"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON",
- "name": "@DROLSKY/Test::CPAN::Meta::JSON",
- "version": "0.004"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::EOL",
+
"config": { … +
"Dist::Zilla::Plugin::Test::EOL": { … - "filename": "xt/author/eol.t",
+
"finder": [ … - ":ExecFiles",
- ":InstallModules",
- ":TestFiles"
],- "trailing_whitespace": "1"
}
},- "name": "@DROLSKY/Test::EOL",
- "version": "0.19"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::NoTabs",
+
"config": { … +
"Dist::Zilla::Plugin::Test::NoTabs": { … - "filename": "xt/author/no-tabs.t",
+
"finder": [ … - ":InstallModules",
- ":ExecFiles",
- ":TestFiles"
]
}
},- "name": "@DROLSKY/Test::NoTabs",
- "version": "0.15"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::Portability",
+
"config": { … +
"Dist::Zilla::Plugin::Test::Portability": { … }
},- "name": "@DROLSKY/Test::Portability",
- "version": "2.001003"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::Compile",
+
"config": { … +
"Dist::Zilla::Plugin::Test::Compile": { … - "bail_out_on_fail": "0",
- "fail_on_warning": "author",
- "fake_home": "0",
- "filename": "xt/author/00-compile.t",
+
"module_finder": [ … ],- "needs_display": "0",
- "phase": "develop",
+
"script_finder": [ … ],- "skips": [ ],
- "switch": [ ]
}
},- "name": "@DROLSKY/Test::Compile",
- "version": "2.058"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::ReportPrereqs",
- "name": "@DROLSKY/Test::ReportPrereqs",
- "version": "0.029"
},+
{ … - "class": "Dist::Zilla::Plugin::Test::Version",
- "name": "@DROLSKY/Test::Version",
- "version": "1.09"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::Test::Precious",
- "name": "@DROLSKY/DROLSKY::Test::Precious",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::Contributors",
- "name": "@DROLSKY/DROLSKY::Contributors",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Contributors",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Contributors": { … - "git_version": "2.47.1",
- "include_authors": "0",
- "include_releaser": "1",
- "order_by": "name",
- "paths": [ ]
}
},- "name": "@DROLSKY/Git::Contributors",
- "version": "0.037"
},+
{ … - "class": "Dist::Zilla::Plugin::SurgicalPodWeaver",
+
"config": { … +
"Dist::Zilla::Plugin::PodWeaver": { … +
"config_plugins": [ … ],+
"finder": [ … - ":InstallModules",
- ":PerlExecFiles"
],+
"plugins": [ … +
{ … - "class": "Pod::Weaver::Plugin::EnsurePod5",
- "name": "@CorePrep/EnsurePod5",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Plugin::H1Nester",
- "name": "@CorePrep/H1Nester",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Plugin::SingleEncoding",
- "name": "@DROLSKY/SingleEncoding",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Plugin::Transformer",
- "name": "@DROLSKY/List",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Plugin::Transformer",
- "name": "@DROLSKY/Verbatim",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Region",
- "name": "@DROLSKY/header",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Name",
- "name": "@DROLSKY/Name",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Version",
- "name": "@DROLSKY/Version",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Region",
- "name": "@DROLSKY/prelude",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Generic",
- "name": "SYNOPSIS",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Generic",
- "name": "DESCRIPTION",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Generic",
- "name": "OVERVIEW",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Collect",
- "name": "ATTRIBUTES",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Collect",
- "name": "METHODS",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Collect",
- "name": "FUNCTIONS",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Collect",
- "name": "TYPES",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Leftovers",
- "name": "@DROLSKY/Leftovers",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Region",
- "name": "@DROLSKY/postlude",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::GenerateSection",
- "name": "@DROLSKY/generate SUPPORT",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::AllowOverride",
- "name": "@DROLSKY/allow override SUPPORT",
- "version": "0.05"
},+
{ … - "class": "Pod::Weaver::Section::GenerateSection",
- "name": "@DROLSKY/generate SOURCE",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::GenerateSection",
- "name": "@DROLSKY/generate DONATIONS",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Authors",
- "name": "@DROLSKY/Authors",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::Contributors",
- "name": "@DROLSKY/Contributors",
- "version": "0.009"
},+
{ … - "class": "Pod::Weaver::Section::Legal",
- "name": "@DROLSKY/Legal",
- "version": "4.019"
},+
{ … - "class": "Pod::Weaver::Section::AllowOverride",
- "name": "@DROLSKY/allow override Legal",
- "version": "0.05"
},+
{ … - "class": "Pod::Weaver::Section::Region",
- "name": "@DROLSKY/footer",
- "version": "4.019"
}
]
}
},- "name": "@DROLSKY/SurgicalPodWeaver",
- "version": "0.0023"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::WeaverConfig",
- "name": "@DROLSKY/DROLSKY::WeaverConfig",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::ReadmeAnyFromPod",
+
"config": { … +
"Dist::Zilla::Role::FileWatcher": { … }
},- "name": "@DROLSKY/README.md in build",
- "version": "0.163250"
},+
{ … - "class": "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
+
"config": { … +
"Dist::Zilla::Plugin::GenerateFile::FromShareDir": { … - "destination_filename": "CONTRIBUTING.md",
- "dist": "Dist-Zilla-PluginBundle-DROLSKY",
- "encoding": "UTF-8",
- "has_xs": "0",
- "location": "build",
- "source_filename": "CONTRIBUTING.md"
},+
"Dist::Zilla::Role::RepoFileInjector": { … - "allow_overwrite": "1",
- "repo_root": ".",
- "version": "0.009"
}
},- "name": "@DROLSKY/Generate CONTRIBUTING.md",
- "version": "0.015"
},+
{ … - "class": "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
+
"config": { … +
"Dist::Zilla::Plugin::GenerateFile::FromShareDir": { … - "destination_filename": "CODE_OF_CONDUCT.md",
- "dist": "Dist-Zilla-PluginBundle-DROLSKY",
- "encoding": "UTF-8",
- "has_xs": "0",
- "location": "build",
- "source_filename": "CODE_OF_CONDUCT.md"
},+
"Dist::Zilla::Role::RepoFileInjector": { … - "allow_overwrite": "1",
- "repo_root": ".",
- "version": "0.009"
}
},- "name": "@DROLSKY/Generate CODE_OF_CONDUCT.md",
- "version": "0.015"
},+
{ … - "class": "Dist::Zilla::Plugin::InstallGuide",
+
"config": { … +
"Dist::Zilla::Role::ModuleMetadata": { … - "Module::Metadata": "1.000037",
- "version": "0.006"
}
},- "name": "@DROLSKY/InstallGuide",
- "version": "1.200014"
},+
{ … - "class": "Dist::Zilla::Plugin::CPANFile",
- "name": "@DROLSKY/CPANFile",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::License",
- "name": "@DROLSKY/DROLSKY::License",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::CheckStrictVersion",
- "name": "@DROLSKY/CheckStrictVersion",
- "version": "0.001"
},+
{ … - "class": "Dist::Zilla::Plugin::CheckSelfDependency",
+
"config": { … +
"Dist::Zilla::Plugin::CheckSelfDependency": { … },+
"Dist::Zilla::Role::ModuleMetadata": { … - "Module::Metadata": "1.000037",
- "version": "0.006"
}
},- "name": "@DROLSKY/CheckSelfDependency",
- "version": "0.011"
},+
{ … - "class": "Dist::Zilla::Plugin::CheckPrereqsIndexed",
- "name": "@DROLSKY/CheckPrereqsIndexed",
- "version": "0.022"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch",
+
"config": { … +
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
}
},- "name": "@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::EnsureChangesHasContent",
- "name": "@DROLSKY/EnsureChangesHasContent",
- "version": "0.02"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
+
"config": { … +
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
}
},- "name": "@DROLSKY/Git::CheckFor::MergeConflicts",
- "version": "0.014"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::PerlLinterConfigFiles",
- "name": "@DROLSKY/DROLSKY::PerlLinterConfigFiles",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::DevTools",
- "name": "@DROLSKY/DROLSKY::DevTools",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::Precious",
- "name": "@DROLSKY/DROLSKY::Precious",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Check",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Check": { … },+
"Dist::Zilla::Role::Git::DirtyFiles": { … +
"allow_dirty": [ … - "CODE_OF_CONDUCT.md",
- "CONTRIBUTING.md",
- "Changes",
- "LICENSE",
- "Makefile.PL",
- "README.md",
- "cpanfile",
- "precious.toml"
],- "allow_dirty_match": [ ],
- "changelog": "Changes"
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
}
},- "name": "@DROLSKY/Git::Check",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Commit",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Commit": { … - "add_files_in": [ ],
- "commit_msg": "v%V%n%n%c",
- "signoff": "0"
},+
"Dist::Zilla::Role::Git::DirtyFiles": { … +
"allow_dirty": [ … - "CODE_OF_CONDUCT.md",
- "CONTRIBUTING.md",
- "Changes",
- "LICENSE",
- "Makefile.PL",
- "README.md",
- "cpanfile",
- "precious.toml"
],- "allow_dirty_match": [ ],
- "changelog": "Changes"
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
},+
"Dist::Zilla::Role::Git::StringFormatter": { … }
},- "name": "@DROLSKY/Commit generated files",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Tag",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Tag": { … - "branch": null,
- "changelog": "Changes",
- "signed": "0",
- "tag": "v0.49",
- "tag_format": "v%V",
- "tag_message": "v%V"
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
},+
"Dist::Zilla::Role::Git::StringFormatter": { … }
},- "name": "@DROLSKY/Git::Tag",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Push",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Push": { … +
"push_to": [ … ],- "remotes_must_exist": "1"
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
}
},- "name": "@DROLSKY/Git::Push",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::BumpVersionAfterRelease",
+
"config": { … +
"Dist::Zilla::Plugin::BumpVersionAfterRelease": { … +
"finders": [ … - ":ExecFiles",
- ":InstallModules"
],- "global": "0",
- "munge_makefile_pl": "1"
}
},- "name": "@DROLSKY/BumpVersionAfterRelease",
- "version": "0.018"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Commit",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Commit": { … - "add_files_in": [ ],
- "commit_msg": "Bump version after release",
- "signoff": "0"
},+
"Dist::Zilla::Role::Git::DirtyFiles": { … +
"allow_dirty": [ … ],+
"allow_dirty_match": [ … ],- "changelog": "Changes"
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
},+
"Dist::Zilla::Role::Git::StringFormatter": { … }
},- "name": "@DROLSKY/Commit version bump",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::Git::Push",
+
"config": { … +
"Dist::Zilla::Plugin::Git::Push": { … +
"push_to": [ … ],- "remotes_must_exist": "1"
},+
"Dist::Zilla::Role::Git::Repo": { … - "git_version": "2.47.1",
- "repo_root": "."
}
},- "name": "@DROLSKY/Push version bump",
- "version": "2.051"
},+
{ … - "class": "Dist::Zilla::Plugin::DROLSKY::MakeMaker",
+
"config": { … +
"Dist::Zilla::Plugin::MakeMaker": { … - "make_path": "make",
- "version": "6.032"
},+
"Dist::Zilla::Plugin::MakeMaker::Awesome": { … },+
"Dist::Zilla::Role::TestRunner": { … - "default_jobs": "12",
- "version": "6.032"
}
},- "name": "@DROLSKY/DROLSKY::MakeMaker",
- "version": "1.22"
},+
{ … - "class": "Dist::Zilla::Plugin::Prereqs::Soften",
+
"config": { … +
"Dist::Zilla::Plugin::Prereqs::Soften": { … - "copy_to": [ ],
+
"modules": [ … ],- "modules_from_features": null,
- "to_relationship": "recommends"
}
},- "name": "Prereqs::Soften",
- "version": "0.006003"
},+
{ … - "class": "Dist::Zilla::Plugin::Prereqs",
+
"config": { … +
"Dist::Zilla::Plugin::Prereqs": { … - "phase": "develop",
- "type": "requires"
}
},- "name": "DevelopRequires",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::DynamicPrereqs",
+
"config": { … +
"Dist::Zilla::Role::ModuleMetadata": { … - "Module::Metadata": "1.000037",
- "version": "0.006"
}
},- "name": "DynamicPrereqs",
- "version": "0.040"
},+
{ … - "class": "Dist::Zilla::Plugin::MetaNoIndex",
- "name": "MetaNoIndex",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":InstallModules",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":IncModules",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":TestFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":ExtraTestFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":ExecFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":PerlExecFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":ShareFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":MainModule",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":AllFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": ":NoFiles",
- "version": "6.032"
},+
{ … - "class": "Dist::Zilla::Plugin::FinderCode",
- "name": "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version": "6.032"
}
],+
"zilla": { … - "class": "Dist::Zilla::Dist::Builder",
+
"config": { … },- "version": "6.032"
}
},- "x_authority": "cpan:DROLSKY",
+
"x_contributors": [ … - "Chris White <chrisw@leehayes.com>",
- "cpansprout <cpansprout@gmail.com>",
- "Graham Knop <haarg@haarg.org>",
- "Karen Etheridge <ether@cpan.org>",
- "Vitaly Lipatov <lav@altlinux.ru>"
],- "x_generated_by_perl": "v5.38.2",
- "x_serialization_backend": "YAML::Tiny version 1.74",
- "x_spdx_expression": "Artistic-2.0"
},- "meta_yml_is_parsable": 1,
- "meta_yml_spec_version": "1.4",
+
"modules": [ … +
{ … - "file": "lib/Specio.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio"
},+
{ … - "file": "lib/Specio/Coercion.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Coercion"
},+
{ … - "file": "lib/Specio/Constraint/AnyCan.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::AnyCan"
},+
{ … - "file": "lib/Specio/Constraint/AnyDoes.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::AnyDoes"
},+
{ … - "file": "lib/Specio/Constraint/AnyIsa.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::AnyIsa"
},+
{ … - "file": "lib/Specio/Constraint/Enum.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Enum"
},+
{ … - "file": "lib/Specio/Constraint/Intersection.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Intersection"
},+
{ … - "file": "lib/Specio/Constraint/ObjectCan.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::ObjectCan"
},+
{ … - "file": "lib/Specio/Constraint/ObjectDoes.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::ObjectDoes"
},+
{ … - "file": "lib/Specio/Constraint/ObjectIsa.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::ObjectIsa"
},+
{ … - "file": "lib/Specio/Constraint/Parameterizable.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Parameterizable"
},+
{ … - "file": "lib/Specio/Constraint/Parameterized.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Parameterized"
},+
{ … - "file": "lib/Specio/Constraint/Role/CanType.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Role::CanType"
},+
{ … - "file": "lib/Specio/Constraint/Role/DoesType.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Role::DoesType"
},+
{ … - "file": "lib/Specio/Constraint/Role/Interface.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Role::Interface"
},+
{ … - "file": "lib/Specio/Constraint/Role/IsaType.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Role::IsaType"
},+
{ … - "file": "lib/Specio/Constraint/Simple.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Simple"
},+
{ … - "file": "lib/Specio/Constraint/Structurable.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Structurable"
},+
{ … - "file": "lib/Specio/Constraint/Structured.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Structured"
},+
{ … - "file": "lib/Specio/Constraint/Union.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Constraint::Union"
},+
{ … - "file": "lib/Specio/Declare.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Declare"
},+
{ … - "file": "lib/Specio/DeclaredAt.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::DeclaredAt"
},+
{ … - "file": "lib/Specio/Exception.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Exception"
},+
{ … - "file": "lib/Specio/Exporter.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Exporter"
},+
{ … - "file": "lib/Specio/Helpers.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Helpers"
},+
{ … - "file": "lib/Specio/Library/Builtins.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Library::Builtins"
},+
{ … - "file": "lib/Specio/Library/Numeric.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Library::Numeric"
},+
{ … - "file": "lib/Specio/Library/Perl.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Library::Perl"
},+
{ … - "file": "lib/Specio/Library/String.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Library::String"
},+
{ … - "file": "lib/Specio/Library/Structured.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Library::Structured"
},+
{ … - "file": "lib/Specio/Library/Structured/Dict.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Library::Structured::Dict"
},+
{ … - "file": "lib/Specio/Library/Structured/Map.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Library::Structured::Map"
},+
{ … - "file": "lib/Specio/Library/Structured/Tuple.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Library::Structured::Tuple"
},+
{ … - "file": "lib/Specio/OO.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::OO"
},+
{ … - "file": "lib/Specio/PartialDump.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::PartialDump"
},+
{ … - "file": "lib/Specio/Registry.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Registry"
},+
{ … - "file": "lib/Specio/Role/Inlinable.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Role::Inlinable"
},+
{ … - "file": "lib/Specio/Subs.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::Subs"
},+
{ … - "file": "lib/Specio/TypeChecks.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Specio::TypeChecks"
},+
{ … - "file": "lib/Test/Specio.pm",
- "in_basedir": 0,
- "in_lib": 1,
- "module": "Test::Specio"
}
],- "no_index": "^t/lib/",
- "no_pax_headers": 1,
- "path": "D/DR/DROLSKY/Specio-0.49.tar.gz",
+
"prereq": [ … +
{ … - "is_prereq": 1,
- "requires": "B",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Carp",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Clone",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Devel::StackTrace",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Eval::Closure",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Exporter",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "ExtUtils::MakeMaker",
- "type": "build_requires",
- "version": "0"
},+
{ … - "requires": "ExtUtils::MakeMaker",
- "type": "configure_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "File::Spec",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "FindBin",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "IO::File",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "List::Util",
- "type": "runtime_requires",
- "version": "1.33"
},+
{ … - "is_prereq": 1,
- "requires": "MRO::Compat",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Module::Runtime",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_optional_prereq": 1,
- "requires": "Ref::Util",
- "type": "runtime_recommends",
- "version": "0.112"
},+
{ … - "is_prereq": 1,
- "requires": "Role::Tiny",
- "type": "runtime_requires",
- "version": "1.003003"
},+
{ … - "is_prereq": 1,
- "requires": "Role::Tiny::With",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Scalar::Util",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Sub::Quote",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_optional_prereq": 1,
- "requires": "Sub::Util",
- "type": "runtime_recommends",
- "version": "1.40"
},+
{ … - "is_prereq": 1,
- "requires": "Test::Fatal",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::More",
- "type": "build_requires",
- "version": "0.96"
},+
{ … - "is_prereq": 1,
- "requires": "Test::More",
- "type": "runtime_requires",
- "version": "0.96"
},+
{ … - "is_build_prereq": 1,
- "requires": "Test::Needs",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "Try::Tiny",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "lib",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "open",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "overload",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "parent",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "perl",
- "type": "runtime_requires",
- "version": "5.008"
},+
{ … - "is_prereq": 1,
- "requires": "re",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "strict",
- "type": "runtime_requires",
- "version": "0"
},+
{ … - "is_build_prereq": 1,
- "requires": "utf8",
- "type": "build_requires",
- "version": "0"
},+
{ … - "is_prereq": 1,
- "requires": "version",
- "type": "runtime_requires",
- "version": "0.83"
},+
{ … - "is_prereq": 1,
- "requires": "warnings",
- "type": "runtime_requires",
- "version": "0"
}
],- "released_epoch": 1734973200,
- "required_perl": "5.008",
- "size_packed": 108356,
- "size_unpacked": 554413,
+
"uses": { … +
"configure": { … +
"requires": { … - "ExtUtils::MakeMaker": "0",
- "perl": "5.008",
- "strict": "0",
- "warnings": "0"
}
},+
"runtime": { … +
"noes": { … - "strict": "0",
- "warnings": "0"
},+
"recommends": { … },+
"requires": { … - "Carp": "0",
- "Clone": "0",
- "Devel::StackTrace": "0",
- "Eval::Closure": "0",
- "Exporter": "0",
- "IO::File": "0",
- "List::Util": "1.33",
- "MRO::Compat": "0",
- "Module::Runtime": "0",
- "Role::Tiny": "1.003003",
- "Role::Tiny::With": "0",
- "Scalar::Util": "0",
- "Sub::Quote": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Try::Tiny": "0",
- "overload": "0",
- "parent": "0",
- "perl": "5.008",
- "re": "0",
- "strict": "0",
- "version": "0.83",
- "warnings": "0"
},+
"suggests": { … - "Ref::Util": "0.112",
- "Sub::Name": "0",
- "Sub::Util": "1.40",
- "XString": "0"
}
},+
"test": { … +
"noes": { … },+
"requires": { … - "Eval::Closure": "0",
- "ExtUtils::MakeMaker": "0",
- "File::Spec": "0",
- "FindBin": "0",
- "Moo": "0",
- "Moose": "0",
- "Moose::Role": "0",
- "Role::Tiny": "0",
- "Role::Tiny::With": "0",
- "Test::Fatal": "0",
- "Test::More": "0.96",
- "Test::Needs": "0",
- "lib": "0",
- "namespace::autoclean": "0",
- "open": "0",
- "overload": "0",
- "parent": "0",
- "strict": "0",
- "utf8": "0",
- "warnings": "0"
},+
"suggests": { … - "Moo": "0",
- "Moo::Role": "0",
- "Mouse": "0",
- "Mouse::Role": "0"
}
}
},- "valid_signature": -1,
- "version": "0.49",
+
"versions": { … +
"lib/Specio.pm": { … },+
"lib/Specio/Coercion.pm": { … - "Specio::Coercion": "0.49"
},+
"lib/Specio/Constraint/AnyCan.pm": { … - "Specio::Constraint::AnyCan": "0.49"
},+
"lib/Specio/Constraint/AnyDoes.pm": { … - "Specio::Constraint::AnyDoes": "0.49"
},+
"lib/Specio/Constraint/AnyIsa.pm": { … - "Specio::Constraint::AnyIsa": "0.49"
},+
"lib/Specio/Constraint/Enum.pm": { … - "Specio::Constraint::Enum": "0.49"
},+
"lib/Specio/Constraint/Intersection.pm": { … - "Specio::Constraint::Intersection": "0.49"
},+
"lib/Specio/Constraint/ObjectCan.pm": { … - "Specio::Constraint::ObjectCan": "0.49"
},+
"lib/Specio/Constraint/ObjectDoes.pm": { … - "Specio::Constraint::ObjectDoes": "0.49"
},+
"lib/Specio/Constraint/ObjectIsa.pm": { … - "Specio::Constraint::ObjectIsa": "0.49"
},+
"lib/Specio/Constraint/Parameterizable.pm": { … - "Specio::Constraint::Parameterizable": "0.49"
},+
"lib/Specio/Constraint/Parameterized.pm": { … - "Specio::Constraint::Parameterized": "0.49"
},+
"lib/Specio/Constraint/Role/CanType.pm": { … - "Specio::Constraint::Role::CanType": "0.49"
},+
"lib/Specio/Constraint/Role/DoesType.pm": { … - "Specio::Constraint::Role::DoesType": "0.49"
},+
"lib/Specio/Constraint/Role/Interface.pm": { … - "Specio::Constraint::Role::Interface": "0.49"
},+
"lib/Specio/Constraint/Role/IsaType.pm": { … - "Specio::Constraint::Role::IsaType": "0.49"
},+
"lib/Specio/Constraint/Simple.pm": { … - "Specio::Constraint::Simple": "0.49"
},+
"lib/Specio/Constraint/Structurable.pm": { … - "Specio::Constraint::Structurable": "0.49"
},+
"lib/Specio/Constraint/Structured.pm": { … - "Specio::Constraint::Structured": "0.49"
},+
"lib/Specio/Constraint/Union.pm": { … - "Specio::Constraint::Union": "0.49"
},+
"lib/Specio/Declare.pm": { … - "Specio::Declare": "0.49"
},+
"lib/Specio/DeclaredAt.pm": { … - "Specio::DeclaredAt": "0.49"
},+
"lib/Specio/Exception.pm": { … - "Specio::Exception": "0.49"
},+
"lib/Specio/Exporter.pm": { … - "Specio::Exporter": "0.49"
},+
"lib/Specio/Helpers.pm": { … - "Specio::Helpers": "0.49"
},+
"lib/Specio/Library/Builtins.pm": { … - "Specio::Library::Builtins": "0.49"
},+
"lib/Specio/Library/Numeric.pm": { … - "Specio::Library::Numeric": "0.49"
},+
"lib/Specio/Library/Perl.pm": { … - "Specio::Library::Perl": "0.49"
},+
"lib/Specio/Library/String.pm": { … - "Specio::Library::String": "0.49"
},+
"lib/Specio/Library/Structured.pm": { … - "Specio::Library::Structured": "0.49"
},+
"lib/Specio/Library/Structured/Dict.pm": { … - "Specio::Library::Structured::Dict": "0.49"
},+
"lib/Specio/Library/Structured/Map.pm": { … - "Specio::Library::Structured::Map": "0.49"
},+
"lib/Specio/Library/Structured/Tuple.pm": { … - "Specio::Library::Structured::Tuple": "0.49"
},+
"lib/Specio/OO.pm": { … },+
"lib/Specio/PartialDump.pm": { … - "Specio::PartialDump": "0.49"
},+
"lib/Specio/Registry.pm": { … - "Specio::Registry": "0.49"
},+
"lib/Specio/Role/Inlinable.pm": { … - "Specio::Role::Inlinable": "0.49"
},+
"lib/Specio/Subs.pm": { … },+
"lib/Specio/TypeChecks.pm": { … - "Specio::TypeChecks": "0.49"
},+
"lib/Test/Specio.pm": { … }
},- "vname": "Specio-0.49"
}