The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032.
use strict;
use 5.010;
my %WriteMakefileArgs = (
"ABSTRACT" => "Router module using Ragel finite state machine",
"AUTHOR" => "Yegor Korablev <egor\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Router-Ragel",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010",
"NAME" => "Router::Ragel",
"PREREQ_PM" => {
"Inline" => 0,
"Inline::C" => 0,
"Inline::Filters::Ragel" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Devel::Size" => 0,
"Encode" => 0,
"FindBin" => 0,
"Test::LeakTrace" => 0,
"Test::More" => 0,
"URI::Escape::XS" => 0,
"lib" => 0,
"utf8" => 0
},
"VERSION" => "0.01",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Devel::Size" => 0,
"Encode" => 0,
"FindBin" => 0,
"Inline" => 0,
"Inline::C" => 0,
"Inline::Filters::Ragel" => 0,
"Test::LeakTrace" => 0,
"Test::More" => 0,
"URI::Escape::XS" => 0,
"lib" => 0,
"strict" => 0,
"utf8" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);