NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
HTML::Template dependencies? (Score:2)
You might consider giving HTML::Template another look. The overt depencies are minimal (File::Spec being the most unusual thing it uses by default). Other dependencies are triggered by explicit use of features like caching, which cause attempts to require things like IPC::SharedCache. Even Digest::MD5 is optional.
Re:HTML::Template dependencies? (Score:1)
------------------------------
You are what you think.
Reply to This
Parent