Common-Routine

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN


# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.031.
use strict;
use warnings;

use Module::Build 0.28;


my %module_build_args = (
  "build_requires" => {
    "Module::Build" => "0.28"
  },
  "configure_requires" => {
    "Module::Build" => "0.28"
  },
  "dist_abstract" => "Provide and synthesize very commonly used routines that are not provided in perl's build-in routines.",
  "dist_author" => [
    "Yan Xueqing <yanxueqing621\@163.com>"
  ],
  "dist_name" => "Common-Routine",
  "dist_version" => "0.0.5",
  "license" => "perl",
  "module_name" => "Common::Routine",
  "recommends" => {},
  "recursive_test_files" => 1,
  "requires" => {
    "Exporter" => 0,
    "Modern::Perl" => 0,
    "Number::Format" => 0,
    "POSIX" => 0
  },
  "script_files" => [],
  "test_requires" => {
    "Test::More" => 0,
    "Test::Pod" => 0,
    "Test::Pod::Coverage" => "1.00"
  }
);


my %fallback_build_requires = (
  "Module::Build" => "0.28",
  "Test::More" => 0,
  "Test::Pod" => 0,
  "Test::Pod::Coverage" => "1.00"
);


unless ( eval { Module::Build->VERSION(0.4004) } ) {
  delete $module_build_args{test_requires};
  $module_build_args{build_requires} = \%fallback_build_requires;
}

my $build = Module::Build->new(%module_build_args);

$build->create_build_script;



( run in 0.887 second using v1.01-cache-2.11-cpan-39bf76dae61 )