The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This Makefile.PL for  was generated by Dist::Zilla.
# Don't edit it but the dist.ini used to construct it.

use strict;
use warnings;

use 5.010;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "All my default Modules in a perl installation",
  "AUTHOR" => "Shantanu Bhadoria <shantanu\@cpan.org>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "Task-BeLike-Shantanu",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "Task::BeLike::Shantanu",
  "PREREQ_PM" => {
    "Acme::CPANAuthors::India" => 0,
    "App::cpanminus" => 0,
    "Authen::Passphrase" => 0,
    "Catalyst" => "5.90000",
    "Catalyst::Plugin::Assets" => 0,
    "Catalyst::Plugin::Authentication" => 0,
    "Catalyst::Plugin::Session" => 0,
    "Catalyst::Plugin::Session::Store::FastMmap" => 0,
    "Catalyst::Plugin::StatusMessage" => 0,
    "DBIx::Class" => 0,
    "DBIx::Class::InflateColumn::Authen::Passphrase" => 0,
    "DBIx::Class::PassphraseColumn" => 0,
    "DBIx::Class::Validation" => 0,
    "Data::Dumper" => "2.14",
    "DateTime::Format::MySQL" => 0,
    "Digest::MD5" => 0,
    "Dist::Zilla" => "4.300000",
    "Dist::Zilla::PluginBundle::SHANTANU" => 0,
    "ExtUtils::MakeMaker" => "6.60",
    "ExtUtils::ParseXS" => "3.10",
    "File::ChangeNotify" => "0.23",
    "File::Copy" => "2.20",
    "File::Find::Rule" => "0.33",
    "File::HomeDir" => "1.00",
    "File::Spec" => "3.40",
    "File::UStore" => 0,
    "JSON::XS" => 0,
    "Log::Log4perl" => "1.40",
    "Moose" => "2.06",
    "Perl::Critic" => 0,
    "Perl::Tidy" => 0,
    "Pod::Simple" => "3.28",
    "Pod::Weaver::PluginBundle::SHANTANU" => 0,
    "Starman" => "0.30",
    "Test::Pod" => "1.48",
    "YAML" => "0.84",
    "YAML::XS" => "0.38",
    "autodie" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Find" => 0,
    "File::Spec::Functions" => 0,
    "File::Temp" => 0,
    "List::Util" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.10",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  my $tr = delete $WriteMakefileArgs{TEST_REQUIRES};
  my $br = $WriteMakefileArgs{BUILD_REQUIRES};
  for my $mod ( keys %$tr ) {
    if ( exists $br->{$mod} ) {
      $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod};
    }
    else {
      $br->{$mod} = $tr->{$mod};
    }
  }
}

unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
  my $pp = $WriteMakefileArgs{PREREQ_PM};
  for my $mod ( keys %$br ) {
    if ( exists $pp->{$mod} ) {
      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
    }
    else {
      $pp->{$mod} = $br->{$mod};
    }
  }
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);