The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#
# $Id: Makefile.PL,v 2651d1b44b55 2015/01/31 13:28:17 gomor $
#
use ExtUtils::MakeMaker;

require v5.6.1;

WriteMakefile(
   NAME => 'Net::Routing',
   VERSION_FROM => 'lib/Net/Routing.pm',
   LICENSE => 'artistic',
   ABSTRACT_FROM => 'lib/Net/Routing.pm',
   AUTHOR => 'GomoR <gomor_at_cpan.org>',
   MIN_PERL_VERSION => '5.6.1',
   PREREQ_PM => {
      Class::Gomor => '1.00',
      Net::CIDR => 0,
      Net::IPv4Addr => 0,
      Net::IPv6Addr => 0,
      IPC::Run3 => 0,
   },
);