The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
use strict;
use warnings;

use 5.006000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "View for Pod::POM that outputs reStructuredText",
  "AUTHOR" => "Alex Muntada <alexm\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Pod-POM-View-Restructured",
  "EXE_FILES" => [
    "bin/pod2rst"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006000",
  "NAME" => "Pod::POM::View::Restructured",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Data::Dumper" => 0,
    "ExtUtils::MakeMaker" => "6.48",
    "Getopt::Long" => 0,
    "Pod::POM" => 0,
    "Pod::POM::View::Text" => 0,
    "base" => 0,
    "bytes" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "Test::More" => 0
  },
  "VERSION" => "1.000001",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Data::Dumper" => 0,
  "ExtUtils::MakeMaker" => "6.48",
  "File::Spec" => 0,
  "Getopt::Long" => 0,
  "Pod::POM" => 0,
  "Pod::POM::View::Text" => 0,
  "Test::More" => 0,
  "base" => 0,
  "bytes" => 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);