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.
Software Distribution (Score:3, Informative)
Sounds like (1) you want to keep your little hacks in CVS (or svn, or ....) and (2) cvs up on your various servers periodically. Software distribution problem solved, and no mucking around with $VERSION or other cargo-cult features. :-)
Re:Software Distribution (Score:2)
--Nat
Re:Software Distribution (Score:2)
And you're not forced to check out entire directories. You can check out individual files, or check out random files from all over the repository into the same directory. cvs co -d . module/filename. :-)
Reply to This
Parent