On Mon, Aug 18, 2008 at 04:00:17PM -0500, James S. White wrote: > I've already gone through this procedure: > > My notes are here: > > http://github.com/fapestniegd/wcyd/tree/master/scratch/procedures/el5/installing_catalyst_on_el5 > > There are a lot of them (~137), Matt an I disagree on the using of CPAN > instead of real packages. I say "real" packages, because package management > is as much about being able to cleanly remove the files from a system as > adding them.
That's what .packlist files are for - you can almost always do rm -r `cat /path/to/distribution/.packlist` and if you can't I tend to consider that a bug. -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Director http://www.shadowcat.co.uk/catalyst/ Shadowcat Systems Ltd. Want a managed development or deployment platform? http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/ _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/