On Tue Jul 14 02:43:17 2009, MSCHWERN wrote:
Show quoted text> Nope, its right there in the Build.PL and META.yml.
>
> build_requires => {
> 'Test::More' => 0.40,
> 'Test::Warn' => 0.11,
> },
>
> How did you install the module? Something might not understand
> build_requires.
# cpan
# install Gravatar::URL
This will install a dummy Makefile.PL:
=== cut ===
# This Makefile.PL has been autogenerated by the module CPAN.pm
# because there was no Makefile.PL supplied.
# Autogenerated on: Tue Jul 14 09:19:49 2009
use ExtUtils::MakeMaker;
WriteMakefile(NAME => q[GravatarURL]);
=== cut ===
CPAN has version 1.7602, ExtUtils::MakeMaker has version 6.30, and
Module::Build version 0.2808.