Perl Module Template Error ???
When installing the Template module with the CPAN installer I get the following error
t/dbi.t...... ok 58/63 Failed 59 did not match expected
t/dbi.t...... ok 60/63 Failed 61 did not match expected
t/dbi.t...... ok 62/63 Failed 63 did not match expected
--
OhItsTrue
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.



Safe to skip(?) (Score:1)
--Larry
Similar Experience (Score:1)
Re:Similar Experience (Score:1)
The list can be found here: http://www.template-toolkit.org/mailman/listinfo/t emplates [template-toolkit.org]
It's not that Andy isn't really quick at fixing bugs when I've reported them via RT (whenever I have in the past I've got responses within hours,) it's more that there's a lot of clueful people on the list that also are really quick and efficent at dealing with problems also
Known problem, patch (Score:1)
Tatsuhiko Miyagawa found it and patched it on the Template list: http://www.template-toolkit.org/pipermail/template s/2002-April/003150.html [template-toolkit.org]
I think Andy patched the CVS version, but it's probably safe just to skip the DBI tests.
Re:Known problem, patch (Score:1)
I hope they move this into CPAN soon. One of the biggest things that annoys perl users is stuff trying to be installed with CPAN.pm puking like this. I've seen module authors take eight months to take patches like the above and put a new version out on CPAN.
Re:Known problem, patch (Score:1)
The rationalle behind this is that quick releases to the CPAN could theoretically introduce much worse bugs that the ones that were originally patched, and by having people test the developers' releases he ensures that we get less showstopping bugs.