HTML-KhatGallery-Plugin-SortNaturally
view release on metacpan or search on metacpan
# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.024.
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" => "Plugin for khatgallery to use Natural sort for index lists.",
"dist_author" => [
"Kathryn Andersen"
],
"dist_name" => "HTML-KhatGallery-Plugin-SortNaturally",
"dist_version" => "0.02",
"license" => "perl",
"module_name" => "HTML::KhatGallery::Plugin::SortNaturally",
"recursive_test_files" => 1,
"requires" => {
"Sort::Naturally" => 0,
"strict" => 0,
"warnings" => 0
},
"test_requires" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::Distribution" => 0,
"Test::More" => 0,
"perl" => "5.006"
}
);
my %fallback_build_requires = (
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Module::Build" => "0.28",
"Test::Distribution" => 0,
"Test::More" => 0,
"perl" => "5.006"
);
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 1.131 second using v1.01-cache-2.11-cpan-56fb94df46f )