Andreas Jaekel <[EMAIL PROTECTED]> writes:
> My questions are:
> o should I upload this module? Considering the other template modules,
> some of it's features are already on CPAN. But then, a general-purpose
> caching template module with callbacks, error handling and directory
> traversing/template autoload is a combination I haven't found yet.
Please do! If your module indeed is easier to use people will like it.
> o what namespace should I use, ... However, since both
> CGI::FastTemplate and my module are not HTML, CGI or even text-file
> specific I think the CGI-namespace would be inappropriate.
Template:: ?
> o Is there a demo-module on CPAN that tells me what Makefile.PL and
> the test scripts should look like? Why is this demo module not
> mentioned on the web site or the contributers part of the FAQ?
I'm afraid there is no such module (yet?). When you use h2xs to
generate the stubs it will provide templates for the tests and
Makefile.PL as well. I can send you some samples, if you like.
-- Johan