Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.031.
use strict;
my %WriteMakefileArgs = (
"ABSTRACT" => "RSS management using Strehler",
"AUTHOR" => "Simone Fare' <cymon\@tiscali.it>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Strehler-RSS",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "Strehler::RSS",
"PREREQ_PM" => {
"Cwd" => 0,
"DBIx::Class::Core" => 0,
"Dancer2" => "0.160000",
"File::Copy" => 0,
"Moo" => 0,
"Strehler" => "1.6.4",
"Strehler::Element" => 0,
"Strehler::Element::Role::Maintainer" => 0,
"Strehler::Element::Role::Slugged" => 0,
"Strehler::Helpers" => 0,
"XML::Feed" => 0,
"XML::Feed::Entry" => 0
},
"TEST_REQUIRES" => {
"DBIx::Class::Schema" => 0,
"Dancer2::Plugin::DBIC" => 0,
"FindBin" => 0,
"HTTP::Request" => 0,
"HTTP::Request::Common" => 0,
"JSON" => 0,
"Plack::Builder" => 0,
"Plack::Test" => 0,
"Strehler::API" => 0,
"Strehler::Admin" => 0,
"Strehler::Dancer2::Plugin::EX" => 0,
"Strehler::Meta::Category" => 0,
"Test::More" => 0
},
"VERSION" => "1.1.2",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Cwd" => 0,
"DBIx::Class::Core" => 0,
"DBIx::Class::Schema" => 0,
"Dancer2" => "0.160000",
"Dancer2::Plugin::DBIC" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Copy" => 0,
"FindBin" => 0,
"HTTP::Request" => 0,
"HTTP::Request::Common" => 0,
"JSON" => 0,
"Moo" => 0,
"Plack::Builder" => 0,
"Plack::Test" => 0,
"Strehler" => "1.6.4",
"Strehler::API" => 0,
"Strehler::Admin" => 0,
"Strehler::Dancer2::Plugin::EX" => 0,
"Strehler::Element" => 0,
"Strehler::Element::Role::Maintainer" => 0,
"Strehler::Element::Role::Slugged" => 0,
"Strehler::Helpers" => 0,
"Strehler::Meta::Category" => 0,
"Test::More" => 0,
"XML::Feed" => 0,
"XML::Feed::Entry" => 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);