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.008.
use strict;
use warnings;

use 5.010000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Convert rt.cpan.org tickets to GitHub issues",
  "AUTHOR" => "Dave Rolsky <autarch\@urth.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "RTx-ToGitHub",
  "EXE_FILES" => [
    "bin/rt-to-github.pl"
  ],
  "LICENSE" => "apache",
  "MIN_PERL_VERSION" => "5.010000",
  "NAME" => "RTx::ToGitHub",
  "PREREQ_PM" => {
    "CPAN::Meta" => 0,
    "Carp" => 0,
    "Data::Dumper::Concise" => 0,
    "Encode" => 0,
    "IO::Prompt::Tiny" => 0,
    "IPC::System::Simple" => 0,
    "LWP::ConsoleLogger" => 0,
    "Moo" => 0,
    "MooX::Options" => 0,
    "Path::Tiny" => 0,
    "Pithub" => 0,
    "RT::Client::REST" => 0,
    "RT::Client::REST::Ticket" => 0,
    "RT::Client::REST::User" => 0,
    "Specio::Declare" => 0,
    "Specio::Library::Builtins" => 0,
    "Specio::Library::Numeric" => 0,
    "Specio::Library::Perl" => 0,
    "Specio::Library::String" => 0,
    "Try::Tiny" => 0,
    "URI::Escape" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => "0.96"
  },
  "VERSION" => "0.08",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CPAN::Meta" => 0,
  "Carp" => 0,
  "Data::Dumper::Concise" => 0,
  "Encode" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "IO::Prompt::Tiny" => 0,
  "IPC::System::Simple" => 0,
  "LWP::ConsoleLogger" => 0,
  "Moo" => 0,
  "MooX::Options" => 0,
  "Path::Tiny" => 0,
  "Pithub" => 0,
  "RT::Client::REST" => 0,
  "RT::Client::REST::Ticket" => 0,
  "RT::Client::REST::User" => 0,
  "Specio::Declare" => 0,
  "Specio::Library::Builtins" => 0,
  "Specio::Library::Numeric" => 0,
  "Specio::Library::Perl" => 0,
  "Specio::Library::String" => 0,
  "Test::More" => "0.96",
  "Try::Tiny" => 0,
  "URI::Escape" => 0,
  "namespace::autoclean" => 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);