App-BS

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================

use 5.006;
use strict;

use ExtUtils::MakeMaker 6.64;

my %WriteMakefileArgs = (
    NAME     => 'App::BS',
    DISTNAME => 'App-BS',
    VERSION  => '0.01',
    EXE_FILES => [glob('script/*'), glob('bin/*')],
    CONFIGURE_REQUIRES => {
  "ExtUtils::MakeMaker" => "6.64"
}
,
    BUILD_REQUIRES     => {
  "App::perlimports" => 0,
  "ExtUtils::MakeMaker" => 0,
  "Inline" => 0,
  "Inline::C" => 0,
  "Inline::MakeMaker" => 0,
  "Minilla" => 0,
  "Minilla::Profile::ModuleBuildTiny" => 0,
  "Perl::Critic" => 0,
  "Perl::Critic::Community" => 0,
  "Perl::Tidy" => 0
}
,
    TEST_REQUIRES      => {
  "Test::CPAN::Meta" => 0,
  "Test::MinimumVersion::Fast" => 0,
  "Test::More" => "0.98",
  "Test::PAUSE::Permissions" => 0,
  "Test::Spellunker" => 0
}
,
    PREREQ_PM          => {
  "Const::Fast" => 0,
  "DBD::SQLite" => 0,
  "DBI" => 0,
  "DBIx::Connector" => 0,
  "Data::Printer" => 0,
  "File::chdir" => 0,
  "Future::AsyncAwait" => 0,
  "Getopt::Long" => 0,
  "HTTP::Tinyish" => 0,
  "IO::Async" => 0,
  "IO::Async::SSL" => 0,
  "IO::Socket::SSL" => 0,
  "IPC::Run3" => 0,
  "Inline" => 0,
  "Inline::C" => 0,
  "JSON::MaybeXS" => 0,
  "List::AllUtils" => 0,
  "Net::SSLeay" => 0,
  "Object::Pad" => 0,
  "Path::Tiny" => 0,
  "Pod::Usage" => 0,
  "Struct::Dumb" => 0,
  "Syntax::Keyword::Defer" => 0,
  "Syntax::Keyword::Dynamically" => 0,
  "Syntax::Keyword::MultiSub" => 0,
  "Syntax::Keyword::Try" => 0,
  "TOML::Tiny" => 0,
  "perl" => "v5.40.0"
}
,
);

WriteMakefile(%WriteMakefileArgs);



( run in 2.329 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )