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.
One file upgrades (Score:1)
This isn't exactly the feedback you asked for, so please feel free to disregard it. I like par for one file application upgrades. A friend of mine wrote a nice web framework that glues XML::Comma (he's the author of that module) and HTML::Mason together. There is a custom Mason resolver that looks to a PAR file for its components, and another chunk of logic that adds the "lib" directory of that PAR file to @INC.
This lets me scp a single PAR file to a server to upgrade an application, which I find super handy.
Good luck with your talk!
-- Douglas
Reply to This