CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2012/04/28 05:55:16
Modified files: usr.sbin/pkg_add/OpenBSD: Update.pm Log message: cleaner code: only wrap the call to quirks itself inside an eval. anything else that could fail shouldn't be inside the eval. create an object instead of saying "hey we're cool, let's let other stuff break horribly".