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

use 5.008005;

use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Grep CPAN from the command-line using grep.cpan.me",
  "AUTHOR" => "Thomas Sibley <tsibley\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-cpangrep",
  "EXE_FILES" => [
    "script/cpangrep"
  ],
  "LICENSE" => "perl",
  "NAME" => "App::cpangrep",
  "PREREQ_PM" => {
    "CPAN::DistnameInfo" => 0,
    "JSON" => "2.27",
    "LWP::UserAgent" => 0,
    "List::Util" => 0,
    "Term::ANSIColor" => 0,
    "URI::Escape" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => "0.88"
  },
  "VERSION" => "0.07",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CPAN::DistnameInfo" => 0,
  "JSON" => "2.27",
  "LWP::UserAgent" => 0,
  "List::Util" => 0,
  "Term::ANSIColor" => 0,
  "Test::More" => "0.88",
  "URI::Escape" => 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);