DNS-NIOS

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

If you're installing manually, please retrain your fingers to run Build.PL
when present instead of Makefile.PL.

This public service announcement was brought to you by the Perl Toolchain
Gang, the irc.perl.org #toolchain IRC channel, and the number 42.

----

* Alternatively, you are doing something overly clever, in which case you
should consider setting the 'prefer_installer' config option in CPAN.pm, or
'prefer_makefile' in CPANPLUS, to 'mb" and '0' respectively.

You can also silence this warning for future installations by setting the
PERL_MM_FALLBACK_SILENCE_WARNING environment variable.
EOW
    sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
}
} # end BEGIN

my %WriteMakefileArgs = (
  "ABSTRACT" => "Perl binding for NIOS",
  "AUTHOR" => "Christian Segundo <ssmn\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.63_03",
    "Module::Build::Tiny" => "0.034"
  },
  "DISTNAME" => "DNS-NIOS",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.008008",
  "NAME" => "DNS::NIOS",
  "PL_FILES" => {},
  "PREREQ_PM" => {
    "Class::Method::Modifiers" => 0,
    "Class::Tiny" => 0,
    "JSON" => 0,
    "LWP::UserAgent" => 0,
    "MIME::Base64" => 0,
    "Role::Tiny" => 0,
    "Try::Tiny" => 0,
    "URI" => 0,
    "URI::QueryParam" => 0,
    "namespace::clean" => 0,
    "strictures" => "2.000006"
  },
  "TEST_REQUIRES" => {
    "Class::Method::Modifiers" => 0,
    "Class::Tiny" => 0,
    "Data::GUID" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "JSON" => 0,
    "LWP::UserAgent" => 0,
    "List::Util" => "1.33",
    "MIME::Base64" => 0,
    "Mojolicious" => 0,
    "Mojolicious::Plugin::BasicAuth" => 0,
    "Net::EmptyPort" => 0,
    "Role::Tiny" => 0,
    "Test::Deep::NoTest" => 0,
    "Test::Fatal" => 0,
    "Test::More" => "0.98",
    "Try::Tiny" => 0,
    "URI" => 0,
    "URI::QueryParam" => 0,
    "namespace::clean" => 0,
    "strictures" => "2.000006"
  },
  "VERSION" => "0.005",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Class::Method::Modifiers" => 0,
  "Class::Tiny" => 0,
  "Data::GUID" => 0,
  "File::Spec" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "JSON" => 0,
  "LWP::UserAgent" => 0,
  "List::Util" => "1.33",
  "MIME::Base64" => 0,
  "Mojolicious" => 0,
  "Mojolicious::Plugin::BasicAuth" => 0,
  "Net::EmptyPort" => 0,
  "Role::Tiny" => 0,
  "Test::Deep::NoTest" => 0,
  "Test::Fatal" => 0,
  "Test::More" => "0.98",
  "Try::Tiny" => 0,
  "URI" => 0,
  "URI::QueryParam" => 0,
  "namespace::clean" => 0,
  "strictures" => "2.000006"
);

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 1.188 second using v1.01-cache-2.11-cpan-54e63673c56 )