1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361
|
use strict;
use ExtUtils::MakeMaker 6.17;
my $EUMM = eval( $ExtUtils::MakeMaker::VERSION );
my $meta = {
"abstract" => "tiny, yet Moo(se)-compatible type constraint",
"author" => ["Toby Inkster (TOBYINK) <tobyink\@cpan.org>"],
"dynamic_config" => 1,
"generated_by" => "Dist::Inkt::Profile::TOBYINK version 0.024, CPAN::Meta::Converter version 2.150010",
"keywords" => [
"Argument Checking",
"Argument Validation",
"Moo",
"Moose",
"Mouse",
"Parameter Checking",
"Parameter Validation",
"Schema",
"Type Coercion",
"Type Constraint",
"Type Library",
"Validation",
],
"license" => ["perl_5"],
"meta-spec" => {
url => "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
version => 2,
},
"name" => "Type-Tiny",
"no_index" => { directory => ["eg", "examples", "inc", "t", "xt"] },
"prereqs" => {
configure => {
recommends => { "CPAN::Meta::Requirements" => "2.000" },
requires => { "ExtUtils::MakeMaker" => 6.17 },
},
develop => {
recommends => { "Test::Memory::Cycle" => 0 },
suggests => { "Dist::Inkt::Profile::TOBYINK" => 0 },
},
runtime => {
conflicts => { "Kavorka" => "<= 0.013", "Types::ReadOnly" => "<= 0.001" },
recommends => {
"Class::XSAccessor" => 1.17,
"Devel::LexAlias" => 0.05,
"Devel::StackTrace" => 0,
"perl" => 5.010001,
"Ref::Util::XS" => "0.100",
"Regexp::Util" => 0.003,
"Sub::Util" => 0,
"Type::Tiny::XS" => 0.025,
},
requires => { "Exporter::Tiny" => "1.006000", "perl" => 5.008001 },
suggests => { Moo => "1.006000", Moose => "2.0000", Mouse => "1.00", Reply => 0 },
},
test => {
recommends => { "Test::Deep" => 0, "Test::Tester" => 0.109, "Test::Warnings" => 0 },
requires => { "Test::More" => 0.96 },
suggests => { "Devel::Hide" => 0, "namespace::clean" => 0, "Test::Memory::Cycle" => 0 },
},
},
"provides" => {
"Devel::TypeTiny::Perl58Compat" => { file => "lib/Devel/TypeTiny/Perl58Compat.pm", version => "2.010000" },
"Error::TypeTiny" => { file => "lib/Error/TypeTiny.pm", version => "2.010000" },
"Error::TypeTiny::Assertion" => { file => "lib/Error/TypeTiny/Assertion.pm", version => "2.010000" },
"Error::TypeTiny::Compilation" => { file => "lib/Error/TypeTiny/Compilation.pm", version => "2.010000" },
"Error::TypeTiny::WrongNumberOfParameters" => {
file => "lib/Error/TypeTiny/WrongNumberOfParameters.pm",
version => "2.010000",
},
"Eval::TypeTiny" => { file => "lib/Eval/TypeTiny.pm", version => "2.010000" },
"Eval::TypeTiny::CodeAccumulator" => {
file => "lib/Eval/TypeTiny/CodeAccumulator.pm",
version => "2.010000",
},
"Reply::Plugin::TypeTiny" => { file => "lib/Reply/Plugin/TypeTiny.pm", version => "2.010000" },
"Test::TypeTiny" => { file => "lib/Test/TypeTiny.pm", version => "2.010000" },
"Type::Coercion" => { file => "lib/Type/Coercion.pm", version => "2.010000" },
"Type::Coercion::FromMoose" => { file => "lib/Type/Coercion/FromMoose.pm", version => "2.010000" },
"Type::Coercion::Union" => { file => "lib/Type/Coercion/Union.pm", version => "2.010000" },
"Type::Library" => { file => "lib/Type/Library.pm", version => "2.010000" },
"Type::Params" => { file => "lib/Type/Params.pm", version => "2.010000" },
"Type::Params::Alternatives" => { file => "lib/Type/Params/Alternatives.pm", version => "2.010000" },
"Type::Params::Parameter" => { file => "lib/Type/Params/Parameter.pm", version => "2.010000" },
"Type::Params::Signature" => { file => "lib/Type/Params/Signature.pm", version => "2.010000" },
"Type::Parser" => { file => "lib/Type/Parser.pm", version => "2.010000" },
"Type::Parser::AstBuilder" => { file => "lib/Type/Parser.pm", version => "2.010000" },
"Type::Parser::Token" => { file => "lib/Type/Parser.pm", version => "2.010000" },
"Type::Parser::TokenStream" => { file => "lib/Type/Parser.pm", version => "2.010000" },
"Type::Registry" => { file => "lib/Type/Registry.pm", version => "2.010000" },
"Type::Tie" => { file => "lib/Type/Tie.pm", version => "2.010000" },
"Type::Tie::ARRAY" => { file => "lib/Type/Tie.pm", version => "2.010000" },
"Type::Tie::BASE" => { file => "lib/Type/Tie.pm", version => "2.010000" },
"Type::Tie::HASH" => { file => "lib/Type/Tie.pm", version => "2.010000" },
"Type::Tie::SCALAR" => { file => "lib/Type/Tie.pm", version => "2.010000" },
"Type::Tiny" => { file => "lib/Type/Tiny.pm", version => "2.010000" },
"Type::Tiny::Bitfield" => { file => "lib/Type/Tiny/Bitfield.pm", version => "2.010000" },
"Type::Tiny::Class" => { file => "lib/Type/Tiny/Class.pm", version => "2.010000" },
"Type::Tiny::ConstrainedObject" => { file => "lib/Type/Tiny/ConstrainedObject.pm", version => "2.010000" },
"Type::Tiny::Duck" => { file => "lib/Type/Tiny/Duck.pm", version => "2.010000" },
"Type::Tiny::Enum" => { file => "lib/Type/Tiny/Enum.pm", version => "2.010000" },
"Type::Tiny::Intersection" => { file => "lib/Type/Tiny/Intersection.pm", version => "2.010000" },
"Type::Tiny::Role" => { file => "lib/Type/Tiny/Role.pm", version => "2.010000" },
"Type::Tiny::Union" => { file => "lib/Type/Tiny/Union.pm", version => "2.010000" },
"Type::Utils" => { file => "lib/Type/Utils.pm", version => "2.010000" },
"Types::Common" => { file => "lib/Types/Common.pm", version => "2.010000" },
"Types::Common::Numeric" => { file => "lib/Types/Common/Numeric.pm", version => "2.010000" },
"Types::Common::String" => { file => "lib/Types/Common/String.pm", version => "2.010000" },
"Types::Standard" => { file => "lib/Types/Standard.pm", version => "2.010000" },
"Types::Standard::ArrayRef" => { file => "lib/Types/Standard/ArrayRef.pm", version => "2.010000" },
"Types::Standard::CycleTuple" => { file => "lib/Types/Standard/CycleTuple.pm", version => "2.010000" },
"Types::Standard::Dict" => { file => "lib/Types/Standard/Dict.pm", version => "2.010000" },
"Types::Standard::HashRef" => { file => "lib/Types/Standard/HashRef.pm", version => "2.010000" },
"Types::Standard::Map" => { file => "lib/Types/Standard/Map.pm", version => "2.010000" },
"Types::Standard::ScalarRef" => { file => "lib/Types/Standard/ScalarRef.pm", version => "2.010000" },
"Types::Standard::StrMatch" => { file => "lib/Types/Standard/StrMatch.pm", version => "2.010000" },
"Types::Standard::Tied" => { file => "lib/Types/Standard/Tied.pm", version => "2.010000" },
"Types::Standard::Tuple" => { file => "lib/Types/Standard/Tuple.pm", version => "2.010000" },
"Types::TypeTiny" => { file => "lib/Types/TypeTiny.pm", version => "2.010000" },
},
"release_status" => "stable",
"resources" => {
bugtracker => { web => "https://github.com/tobyink/p5-type-tiny/issues" },
homepage => "https://typetiny.toby.ink/",
license => ["http://dev.perl.org/licenses/"],
repository => {
type => "git",
url => "git://github.com/tobyink/p5-type-tiny.git",
web => "https://github.com/tobyink/p5-type-tiny",
},
x_identifier => "http://purl.org/NET/cpan-uri/dist/Type-Tiny/project",
},
"version" => "2.010000",
"x_breaks" => { "Kavorka" => "<= 0.013", "Types::ReadOnly" => "<= 0.001" },
"x_contributors" => [
"Vyacheslav Matyukhin (MMCLERIC) <mmcleric\@cpan.org>",
"Diab Jerius (DJERIUS) <djerius\@cpan.org>",
"Graham Knop (HAARG) <haarg\@cpan.org>",
"Peter Flanigan (PJFL) <pjfl\@cpan.org>",
"Pierre Masci",
"Mark Stosberg (MARKSTOS) <markstos\@cpan.org>",
"Dagfinn Ilmari Manns\xE5ker (ILMARI) <ilmari\@cpan.org>",
"Benct Philip Jonsson <bpj\@melroch.se>",
"David Steinbrunner <dsteinbrunner\@pobox.com>",
"Samuel Kaufman (SKAUFMAN) <skaufman\@cpan.org>",
"Peter Karman (KARMAN) <karman\@cpan.org>",
"Alexander Hartmaier (ABRAXXA) <abraxxa\@cpan.org>",
"Gianni Ceccarelli (DAKKAR) <dakkar\@cpan.org>",
"Thomas Sibley (TSIBLEY) <tsibley\@cpan.org>",
"Karen Etheridge (ETHER) <ether\@cpan.org>",
"Philippe Bruhat (BOOK) <book\@cpan.org>",
"Robert Rothenberg (RRWO) <rrwo\@cpan.org>",
"Peter Valdemar M\xF8rch <peter\@morch.com>",
"Zoffix Znet <cpan\@zoffix.com>",
"Denis Ibaev <dionys\@gmail.com>",
"Alexandr Ciornii <alexchorny\@gmail.com>",
"Jonas B Nielsen (JONASBN) <jonasbn\@cpan.org>",
"Nelo Onyiah",
"Lucas Buchala (LSBUCHALA) <lsbuchala\@cpan.org>",
"Hauke D (HAUKEX) <haukex\@cpan.org>",
"Meredith Howard (MHOWARD) <mhoward\@cpan.org>",
"Andrew Ruder (AERUDER) <aeruder\@cpan.org>",
"Sandor Patocs (SPATOCS) <spatocs\@cpan.org>",
"Windymelt",
"Lucas Tiago de Moraes (LUCAS) <lucas\@cpan.org>",
"Florian Schlichting",
"James E Keenan (JKEENAN) <jkeenan\@cpan.org>",
"Yoshikazu Sawa",
"ZAKI MUGHAL",
],
};
my %dynamic_config;
do {
use strict;
use warnings;
no warnings 'uninitialized';
# Old versions of Perl come with old versions of Exporter.
# Not that we use Exporter a whole lot anyway.
if ( $] lt 5.009001 ) {
$meta->{prereqs}{runtime}{requires}{'Exporter'} = '5.57';
}
my $extended_testing = 0;
if ( $ENV{EXTENDED_TESTING} and $] ge '5.008009' ) {
++$extended_testing if $meta->{version} =~ /_/;
++$extended_testing if $ENV{TRAVIS};
}
if ( $ENV{MINIMAL_INSTALL} ) {
$extended_testing = 0;
for my $stage ( qw( runtime test ) ) {
delete $meta->{prereqs}{$stage}{recommends};
delete $meta->{prereqs}{$stage}{suggests};
}
}
if ( $extended_testing ) {
$meta->{prereqs}{test}{requires}{'Moose'} = '2.0600';
$meta->{prereqs}{test}{requires}{$_} = '0'
for qw(
bareword::filehandles
Class::InsideOut
Class::XSAccessor
Devel::LexAlias
Devel::Refcount
indirect
match::simple
Moo
MooseX::Getopt
MooseX::Types::Common
Mouse
MouseX::Types::Common
multidimensional
Object::Accessor
PadWalker
Return::Type
strictures
Test::Fatal
Test::LeakTrace
Test::Requires
Test::Tester
Test::Warnings
);
if ( $] ge '5.028' ) {
$meta->{prereqs}{test}{requires}{$_} = '0'
for qw(
Validation::Class::Simple
);
}
}
if ( $ENV{AUTOMATED_TESTING} and "$^V" =~ /c$/ ) {
print "cperl unsupported by test suite (the vast majority of the distribution should still work)\n";
exit(0);
}
};
for my $stage (keys %{$meta->{prereqs}})
{
my $conflicts = $meta->{prereqs}{$stage}{conflicts} or next;
eval { require CPAN::Meta::Requirements } or last;
$conflicts = 'CPAN::Meta::Requirements'->from_string_hash($conflicts);
for my $module ($conflicts->required_modules)
{
eval "require $module" or next;
my $installed = eval(sprintf('$%s::VERSION', $module));
$conflicts->accepts_module($module, $installed) or next;
my $message = "\n".
"** This version of $meta->{name} conflicts with the version of\n".
"** module $module ($installed) you have installed.\n";
die($message . "\n" . "Bailing out")
if $stage eq 'build' || $stage eq 'configure';
$message .= "**\n".
"** It's strongly recommended that you update it after\n".
"** installing this version of $meta->{name}.\n";
warn("$message\n");
}
}
my %WriteMakefileArgs = (
ABSTRACT => $meta->{abstract},
AUTHOR => ($EUMM >= 6.5702 ? $meta->{author} : $meta->{author}[0]),
DISTNAME => $meta->{name},
VERSION => $meta->{version},
EXE_FILES => [ map $_->{file}, values %{ $meta->{x_provides_scripts} || {} } ],
NAME => do { my $n = $meta->{name}; $n =~ s/-/::/g; $n },
test => { TESTS => "t/*.t t/20-modules/Devel-TypeTiny-Perl58Compat/*.t t/20-modules/Error-TypeTiny-Assertion/*.t t/20-modules/Error-TypeTiny-Compilation/*.t t/20-modules/Error-TypeTiny-WrongNumberOfParameters/*.t t/20-modules/Error-TypeTiny/*.t t/20-modules/Eval-TypeTiny-CodeAccumulator/*.t t/20-modules/Eval-TypeTiny/*.t t/20-modules/Test-TypeTiny/*.t t/20-modules/Type-Coercion-FromMoose/*.t t/20-modules/Type-Coercion-Union/*.t t/20-modules/Type-Coercion/*.t t/20-modules/Type-Library/*.t t/20-modules/Type-Params-Signature/*.t t/20-modules/Type-Params/*.t t/20-modules/Type-Parser/*.t t/20-modules/Type-Registry/*.t t/20-modules/Type-Tie/*.t t/20-modules/Type-Tiny-Bitfield/*.t t/20-modules/Type-Tiny-Class/*.t t/20-modules/Type-Tiny-ConstrainedObject/*.t t/20-modules/Type-Tiny-Duck/*.t t/20-modules/Type-Tiny-Enum/*.t t/20-modules/Type-Tiny-Intersection/*.t t/20-modules/Type-Tiny-Role/*.t t/20-modules/Type-Tiny-Union/*.t t/20-modules/Type-Tiny-_HalfOp/*.t t/20-modules/Type-Tiny/*.t t/20-modules/Type-Utils/*.t t/20-modules/Types-Common-Numeric/*.t t/20-modules/Types-Common-String/*.t t/20-modules/Types-Common/*.t t/20-modules/Types-Standard-ArrayRef/*.t t/20-modules/Types-Standard-CycleTuple/*.t t/20-modules/Types-Standard-Dict/*.t t/20-modules/Types-Standard-HashRef/*.t t/20-modules/Types-Standard-Map/*.t t/20-modules/Types-Standard-ScalarRef/*.t t/20-modules/Types-Standard-StrMatch/*.t t/20-modules/Types-Standard-Tuple/*.t t/20-modules/Types-Standard/*.t t/20-modules/Types-TypeTiny/*.t t/21-types/*.t t/30-external/Class-InsideOut/*.t t/30-external/Class-Plain/*.t t/30-external/Data-Constraint/*.t t/30-external/Exporter-Tiny/*.t t/30-external/Function-Parameters/*.t t/30-external/JSON-PP/*.t t/30-external/Kavorka/*.t t/30-external/Moo/*.t t/30-external/Moops/*.t t/30-external/Moose/*.t t/30-external/MooseX-Getopt/*.t t/30-external/MooseX-Types/*.t t/30-external/Mouse/*.t t/30-external/MouseX-Types/*.t t/30-external/Object-Accessor/*.t t/30-external/Return-Type/*.t t/30-external/Specio/*.t t/30-external/Sub-Quote/*.t t/30-external/Switcheroo/*.t t/30-external/Type-Library-Compiler/*.t t/30-external/Types-ReadOnly/*.t t/30-external/Validation-Class-Simple/*.t t/30-external/match-simple/*.t t/40-bugs/*.t" },
%dynamic_config,
);
$WriteMakefileArgs{LICENSE} = $meta->{license}[0] if $EUMM >= 6.3001;
sub deps
{
my %r;
for my $stage (@_)
{
for my $dep (keys %{$meta->{prereqs}{$stage}{requires}})
{
next if $dep eq 'perl';
my $ver = $meta->{prereqs}{$stage}{requires}{$dep};
$r{$dep} = $ver if !exists($r{$dep}) || $ver >= $r{$dep};
}
}
\%r;
}
my ($build_requires, $configure_requires, $runtime_requires, $test_requires);
if ($EUMM >= 6.6303)
{
$WriteMakefileArgs{BUILD_REQUIRES} ||= deps('build');
$WriteMakefileArgs{CONFIGURE_REQUIRES} ||= deps('configure');
$WriteMakefileArgs{TEST_REQUIRES} ||= deps('test');
$WriteMakefileArgs{PREREQ_PM} ||= deps('runtime');
}
elsif ($EUMM >= 6.5503)
{
$WriteMakefileArgs{BUILD_REQUIRES} ||= deps('build', 'test');
$WriteMakefileArgs{CONFIGURE_REQUIRES} ||= deps('configure');
$WriteMakefileArgs{PREREQ_PM} ||= deps('runtime');
}
elsif ($EUMM >= 6.52)
{
$WriteMakefileArgs{CONFIGURE_REQUIRES} ||= deps('configure');
$WriteMakefileArgs{PREREQ_PM} ||= deps('runtime', 'build', 'test');
}
else
{
$WriteMakefileArgs{PREREQ_PM} ||= deps('configure', 'build', 'test', 'runtime');
}
{
my ($minperl) = reverse sort(
grep defined && /^[0-9]+(\.[0-9]+)?$/,
map $meta->{prereqs}{$_}{requires}{perl},
qw( configure build runtime )
);
if (defined($minperl))
{
die "Installing $meta->{name} requires Perl >= $minperl"
unless $] >= $minperl;
$WriteMakefileArgs{MIN_PERL_VERSION} ||= $minperl
if $EUMM >= 6.48;
}
}
my $mm = WriteMakefile(%WriteMakefileArgs);
sub FixMakefile
{
return unless -d 'inc';
my $file = shift;
local *MAKEFILE;
open MAKEFILE, "< $file" or die "FixMakefile: Couldn't open $file: $!; bailing out";
my $makefile = do { local $/; <MAKEFILE> };
close MAKEFILE or die $!;
$makefile =~ s/\b(test_harness\(\$\(TEST_VERBOSE\), )/$1'inc', /;
$makefile =~ s/( -I\$\(INST_ARCHLIB\))/ -Iinc$1/g;
$makefile =~ s/( "-I\$\(INST_LIB\)")/ "-Iinc"$1/g;
$makefile =~ s/^(FULLPERL = .*)/$1 "-Iinc"/m;
$makefile =~ s/^(PERL = .*)/$1 "-Iinc"/m;
open MAKEFILE, "> $file" or die "FixMakefile: Couldn't open $file: $!; bailing out";
print MAKEFILE $makefile or die $!;
close MAKEFILE or die $!;
}
FixMakefile($mm->{FIRST_MAKEFILE} || 'Makefile');
exit(0);
|