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
[EMAIL PROTECTED]


_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to