App-OrgUtils
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Some utilities for Org documents",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-OrgUtils",
"EXE_FILES" => [
"script/browse-org",
"script/count-done-org-todos",
"script/count-org-headlines-fast",
"script/count-org-todos",
"script/count-org-todos-fast",
"script/count-undone-org-todos",
"script/dump-org-structure",
"script/dump-org-structure-tiny",
"script/filter-org-by-headlines",
"script/list-org-anniversaries",
"script/list-org-headlines",
"script/list-org-headlines-fast",
"script/list-org-priorities",
"script/list-org-tags",
"script/list-org-todo-states",
"script/list-org-todos",
"script/list-org-todos-fast",
"script/move-done-org-todos",
"script/org-to-ansi-text",
"script/org-to-html",
"script/org-to-html-wordpress",
"script/org-to-text",
"script/org2html",
"script/org2html-wp",
"script/orgdump",
"script/orgdump-tiny",
"script/orgstat",
"script/reverse-org-headlines",
"script/sort-org-headlines",
"script/stat-org-document"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::OrgUtils",
"PREREQ_PM" => {
"Browser::Open" => 0,
"Complete::Util" => "0.619",
"Cwd" => 0,
"Data::Sah::Compiler::perl::TH::any" => "0.914",
"Data::Sah::Compiler::perl::TH::array" => "0.914",
"Data::Sah::Compiler::perl::TH::bool" => "0.914",
"Data::Sah::Compiler::perl::TH::code" => "0.914",
"Data::Sah::Compiler::perl::TH::int" => "0.914",
"Data::Sah::Compiler::perl::TH::obj" => "0.914",
"Data::Sah::Compiler::perl::TH::re" => "0.914",
"Data::Sah::Compiler::perl::TH::str" => "0.914",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
"Data::Sah::Filter::perl::Str::replace_dashes_with_underscores" => 0,
"DateTime" => 0,
"Digest::MD5" => 0,
"Exporter" => "5.57",
"File::Slurper" => 0,
"File::Slurper::Dash" => 0,
"File::Temp" => "0.2307",
"Function::Fallback::CoreOrPP" => 0,
"IPC::System::Options" => "0.339",
"Lingua::EN::Numbers::Ordinate" => 0,
"List::MoreUtils" => 0,
"List::Util" => "1.54",
"Log::ger" => "0.038",
"Org::Document" => 0,
"Org::Dump" => "0.551",
"Org::Parser" => "0.558",
"Org::Parser::Tiny" => "0.005",
"Org::To::ANSIText" => 0,
"Org::To::HTML" => "0.18",
"Org::To::HTML::WordPress" => 0,
"Org::To::Text" => "0.050",
"Path::Tiny" => 0,
"Perinci::CmdLine::Any" => "0.154",
"Perinci::CmdLine::Lite" => "1.924",
"Perinci::Sub::Util" => "0.472",
"Sah::Schema::date::tz_name" => 0,
"Sah::Schema::filename" => 0,
"Sah::Schema::posint" => 0,
"Sah::Schema::sortsub::spec" => 0,
"Scalar::Util" => 0,
"Sort::Sub" => "0.120",
"Sort::SubList" => 0,
"URI::Escape" => 0,
"experimental" => 0,
"open" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.487",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Browser::Open" => 0,
"Complete::Util" => "0.619",
"Cwd" => 0,
"Data::Sah::Compiler::perl::TH::any" => "0.914",
"Data::Sah::Compiler::perl::TH::array" => "0.914",
"Data::Sah::Compiler::perl::TH::bool" => "0.914",
"Data::Sah::Compiler::perl::TH::code" => "0.914",
"Data::Sah::Compiler::perl::TH::int" => "0.914",
"Data::Sah::Compiler::perl::TH::obj" => "0.914",
"Data::Sah::Compiler::perl::TH::re" => "0.914",
"Data::Sah::Compiler::perl::TH::str" => "0.914",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
"Data::Sah::Filter::perl::Str::replace_dashes_with_underscores" => 0,
"DateTime" => 0,
"Digest::MD5" => 0,
"Exporter" => "5.57",
"File::Slurper" => 0,
"File::Slurper::Dash" => 0,
"File::Spec" => 0,
"File::Temp" => "0.2307",
"Function::Fallback::CoreOrPP" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"IPC::System::Options" => "0.339",
"Lingua::EN::Numbers::Ordinate" => 0,
"List::MoreUtils" => 0,
"List::Util" => "1.54",
"Log::ger" => "0.038",
"Org::Document" => 0,
"Org::Dump" => "0.551",
"Org::Parser" => "0.558",
"Org::Parser::Tiny" => "0.005",
"Org::To::ANSIText" => 0,
"Org::To::HTML" => "0.18",
"Org::To::HTML::WordPress" => 0,
"Org::To::Text" => "0.050",
"Path::Tiny" => 0,
"Perinci::CmdLine::Any" => "0.154",
"Perinci::CmdLine::Lite" => "1.924",
"Perinci::Sub::Util" => "0.472",
"Sah::Schema::date::tz_name" => 0,
"Sah::Schema::filename" => 0,
"Sah::Schema::posint" => 0,
"Sah::Schema::sortsub::spec" => 0,
"Scalar::Util" => 0,
"Sort::Sub" => "0.120",
"Sort::SubList" => 0,
"Test::More" => 0,
"URI::Escape" => 0,
"experimental" => 0,
"open" => 0,
"strict" => 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);
( run in 0.843 second using v1.01-cache-2.11-cpan-39bf76dae61 )