POE-Component-IRC

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

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

use 5.008001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A fully event-driven IRC client module",
  "AUTHOR" => "Chris Williams <chris\@bingosnet.co.uk>, Hinrik \x{d6}rn Sigur\x{f0}sson <hinrik.sig\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "POE-Component-IRC",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME" => "POE::Component::IRC",
  "PREREQ_PM" => {
    "IRC::Utils" => "0.12",
    "List::Util" => "1.33",
    "POE" => "1.311",
    "POE::Component::Syndicator" => 0,
    "POE::Driver::SysRW" => 0,
    "POE::Filter::IRCD" => "2.42",
    "POE::Filter::Line" => 0,
    "POE::Filter::Stackable" => 0,
    "POE::Filter::Stream" => 0,
    "POE::Session" => 0,
    "POE::Wheel::ReadWrite" => 0,
    "POE::Wheel::SocketFactory" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Differences" => "0.61",
    "Test::More" => "0.47"
  },
  "VERSION" => "6.95",
  "test" => {
    "TESTS" => "t/01_base/*.t t/02_behavior/*.t t/03_subclasses/*.t t/04_plugins/01_ctcp/*.t t/04_plugins/02_connector/*.t t/04_plugins/03_botaddressed/*.t t/04_plugins/04_bottraffic/*.t t/04_plugins/05_isupport/*.t t/04_plugins/06_plugman/*.t t/04_p...
  }
);


my %FallbackPrereqs = (
  "IRC::Utils" => "0.12",
  "List::Util" => "1.33",
  "POE" => "1.311",
  "POE::Component::Syndicator" => 0,
  "POE::Driver::SysRW" => 0,
  "POE::Filter::IRCD" => "2.42",
  "POE::Filter::Line" => 0,
  "POE::Filter::Stackable" => 0,
  "POE::Filter::Stream" => 0,
  "POE::Session" => 0,
  "POE::Wheel::ReadWrite" => 0,
  "POE::Wheel::SocketFactory" => 0,
  "Test::Differences" => "0.61",
  "Test::More" => "0.47"
);


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.863 second using v1.01-cache-2.11-cpan-39bf76dae61 )