use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( VERSION => '0.01', META_MERGE => { "meta-spec" => { version => 2 }, resources => { repository => { type => 'git', url => 'git@github.com:Troglodyne-Internet-Widgets/tCMS.git', web => 'https://github.com/Troglodyne-Internet-Widgets/tCMS', }, }, }, PREREQ_PM => { 'Trog::TOTP' => '0', 'CGI::Cookie' => '0', 'Capture::Tiny' => '0', 'Carp' => '0', 'Config::Simple' => '0', 'DBD::SQLite' => '0', 'DBI' => '0', 'Date::Format' => '0', 'DateTime::Format::HTTP' => '0', 'Digest::SHA' => '0', 'Errno' => '0', 'File::Basename' => '0', 'File::Copy' => '0', 'File::Slurper' => '0', 'File::Touch' => '0', 'HTML::SocialMeta' => '0', 'HTTP::Body' => '0', 'IO::String' => '0', 'Imager::QRCode' => '0', 'JSON::MaybeXS' => '0', 'List::Util' => '0', 'Mojo::File' => '0', 'POSIX' => '0', 'Pod::Html' => '0', 'Starman' => '0', 'Text::Xslate' => '0', 'URL::Encode' => '0', 'UUID' => '0', 'WWW::Sitemap::XML' => '0', 'WWW::SitemapIndex::XML' => '0', 'CSS::Minifier::XS' => '0', 'JavaScript::Minifier::XS' => '0', 'Digest::SHA' => '0', 'Path::Tiny' => '0', 'IO::Compress::Brotli' => '0', 'IO::Compress::Gzip' => '0', 'IO::Compress::Deflate' => '0', 'HTTP::Parser::XS' => '0', 'Log::Dispatch' => '0', 'Log::Dispatch::FileRotate' => '0', 'Digest::SHA' => '0', 'MIME::Base32::XS' => '0', 'URI' => '0', 'FindBin::libs' => '0', 'Carp::Always' => '0', 'HTTP::Tiny::UNIX' => '0', 'Email::MIME' => '0', 'Email::Sender::Simple' => '0', 'POSIX::strptime' => '0', 'Log::Dispatch::DBI' => '0', 'Email::MIME' => '0', 'Email::Sender::Simple' => '0', 'DNS::Unbound' => '0', 'Net::IP' => '0', 'File::LibMagic' => '0', 'Linux::Perl::inotify' => '0', }, test => {TESTS => 't/*.t'} );