From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#
# This file is part of App-SpreadRevolutionaryDate
#
# This software is Copyright (c) 2019-2025 by Gérald Sédrati.
#
# This is free software, licensed under:
#
# The GNU General Public License, Version 3, June 2007
#
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use 5.014;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";
my %WriteMakefileArgs = (
"ABSTRACT" => "Spread date and time from Revolutionary (Republican) Calendar on Bluesky, Twitter, Mastodon, Freenode and Liberachat.",
"AUTHOR" => "G\x{e9}rald S\x{e9}drati <gibus\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::ShareDir::Install" => "0.06"
},
"DISTNAME" => "App-SpreadRevolutionaryDate",
"EXE_FILES" => [
"bin/spread-revolutionary-date"
],
"LICENSE" => "gpl",
"MIN_PERL_VERSION" => "5.014",
"NAME" => "App::SpreadRevolutionaryDate",
"PREREQ_PM" => {
"AppConfig" => 0,
"Bot::BasicBot" => 0,
"Class::Load" => 0,
"DateTime" => 0,
"DateTime::Calendar::FrenchRevolutionary" => 0,
"Encode" => 0,
"File::Basename" => 0,
"File::HomeDir" => 0,
"File::ShareDir" => 0,
"File::Spec" => 0,
"File::Type" => 0,
"Getopt::Long" => 0,
"IO::Handle" => 0,
"IO::Prompt::Hooked" => 0,
"JSON" => 0,
"LWP::Protocol::https" => 0,
"LWP::UserAgent" => 0,
"Locale::Messages" => 0,
"Locale::TextDomain" => 0,
"Locale::Util" => 0,
"Mastodon::Client" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"MooseX::NonMoose" => 0,
"MooseX::Role::Parameterized" => 0,
"Net::Async::HTTP" => "0.43",
"POE" => 0,
"Twitter::API" => 0,
"URI" => 0,
"URI::Escape" => 0,
"namespace::autoclean" => 0,
"open" => 0,
"utf8" => 0
},
"TEST_REQUIRES" => {
"File::Find" => 0,
"File::Temp" => 0,
"FindBin" => 0,
"Test::More" => 0,
"Test::NoWarnings" => 0,
"Test::Output" => 0,
"Test::Trap" => 0,
"strict" => 0,
"warnings" => 0
},
"VERSION" => "0.40",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"AppConfig" => 0,
"Bot::BasicBot" => 0,
"Class::Load" => 0,
"DateTime" => 0,
"DateTime::Calendar::FrenchRevolutionary" => 0,
"Encode" => 0,
"File::Basename" => 0,
"File::Find" => 0,
"File::HomeDir" => 0,
"File::ShareDir" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
"File::Type" => 0,
"FindBin" => 0,
"Getopt::Long" => 0,
"IO::Handle" => 0,
"IO::Prompt::Hooked" => 0,
"JSON" => 0,
"LWP::Protocol::https" => 0,
"LWP::UserAgent" => 0,
"Locale::Messages" => 0,
"Locale::TextDomain" => 0,
"Locale::Util" => 0,
"Mastodon::Client" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"MooseX::NonMoose" => 0,
"MooseX::Role::Parameterized" => 0,
"Net::Async::HTTP" => "0.43",
"POE" => 0,
"Test::More" => 0,
"Test::NoWarnings" => 0,
"Test::Output" => 0,
"Test::Trap" => 0,
"Twitter::API" => 0,
"URI" => 0,
"URI::Escape" => 0,
"namespace::autoclean" => 0,
"open" => 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);
{
package
MY;
use File::ShareDir::Install qw(postamble);
}