App-Basis-ConvertText2

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


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

use 5.010000;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Wrapper for pandoc, lots of plugins for fenced code blocks.",
  "AUTHOR" => "Kevin Mulholland <moodfarm\@cpan.org>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "App-Basis-ConvertText2",
  "EXE_FILES" => [
    "bin/ct2"
  ],
  "LICENSE" => "perl",
  "NAME" => "App::Basis::ConvertText2",
  "PREREQ_PM" => {
    "App::Basis" => 0,
    "App::Basis::Config" => 0,
    "Capture::Tiny" => 0,
    "Data::Printer" => 0,
    "Digest::MD5" => 0,
    "Encode" => 0,
    "Exporter" => 0,
    "Furl" => 0,
    "GD" => 0,
    "GD::Barcode" => 0,
    "GD::Graph::area" => 0,
    "GD::Graph::bars" => 0,
    "GD::Graph::bars3d" => 0,
    "GD::Graph::lines" => 0,
    "GD::Graph::lines3d" => 0,
    "GD::Graph::linespoints" => 0,
    "GD::Graph::mixed" => 0,
    "GD::Graph::pie" => 0,
    "GD::Graph::points" => 0,
    "GD::Sparkline" => 0,
    "Image::Resize" => 0,
    "JSON" => 0,
    "MIME::Base64" => 0,
    "Module::Pluggable" => 0,
    "Moo" => 0,
    "POSIX" => 0,
    "Path::Tiny" => 0,
    "Text::Markdown" => 0,
    "Try::Tiny" => 0,
    "Venn::Chart" => 0,
    "YAML" => 0,
    "constant" => 0,
    "feature" => 0,
    "namespace::autoclean" => 0,
    "namespace::clean" => 0,
    "strict" => 0,
    "vars" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => 0
  },
  "VERSION" => "0.4",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "App::Basis" => 0,
  "App::Basis::Config" => 0,
  "Capture::Tiny" => 0,
  "Data::Printer" => 0,
  "Digest::MD5" => 0,
  "Encode" => 0,
  "Exporter" => 0,
  "Furl" => 0,
  "GD" => 0,
  "GD::Barcode" => 0,
  "GD::Graph::area" => 0,
  "GD::Graph::bars" => 0,
  "GD::Graph::bars3d" => 0,
  "GD::Graph::lines" => 0,
  "GD::Graph::lines3d" => 0,
  "GD::Graph::linespoints" => 0,
  "GD::Graph::mixed" => 0,
  "GD::Graph::pie" => 0,
  "GD::Graph::points" => 0,
  "GD::Sparkline" => 0,
  "Image::Resize" => 0,
  "JSON" => 0,
  "MIME::Base64" => 0,
  "Module::Pluggable" => 0,
  "Moo" => 0,
  "POSIX" => 0,
  "Path::Tiny" => 0,
  "Test::More" => 0,
  "Text::Markdown" => 0,
  "Try::Tiny" => 0,
  "Venn::Chart" => 0,
  "YAML" => 0,
  "constant" => 0,
  "feature" => 0,
  "namespace::autoclean" => 0,
  "namespace::clean" => 0,
  "strict" => 0,
  "vars" => 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.447 second using v1.01-cache-2.11-cpan-39bf76dae61 )