[Templates] Number::Format
Bill Moseley
moseley@hank.org
Thu, 9 Aug 2007 11:38:00 -0700
Installing on a new machine using:
sudo cpan Template::Plugin::Number::Format
and I got:
Can't locate Number/Format.pm in @INC
yet the Plugin makefile has:
WriteMakefile(
'NAME' => "Template::Plugin::Number::Format",
'VERSION_FROM' => "Format.pm",
'PREREQ_PM' => {
"Template" => 2.07,
"Number::Format" => undef,
},
clean => {
FILES => 'Template-Plugin-Number-Format-$(VERSION).tar.gz',
},
);
Probably needs to be zero, not undef.
--
Bill Moseley
moseley@hank.org