Interesting.  Thanks for pointing that out.  If you change it to 0
does that take care of it?

On 8/9/07, Bill Moseley <[EMAIL PROTECTED]> wrote:
> 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
>

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

Reply via email to