summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Error.pm
AgeCommit message (Expand)Author
2010-05-10whitespace fixesMarc Espie
2010-04-24simplify using //=Marc Espie
2010-01-19simplify caching: return $cached->{$_} //= new_value;Marc Espie
2010-01-17use Carp directly, it it very inexpensive actually, since it's been rewrittenMarc Espie
2010-01-09move signal catching up, so we can clean repos and temp files at once.Marc Espie
2010-01-05common pattern, put it there since everything uses Error.Marc Espie
2009-11-15make these independent from Getopt, require ExporterMarc Espie
2009-11-11remove forwarders, and provide a sensible API that says what's going onMarc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2008-10-21ouch, this one requires local for nowMarc Espie
2008-10-20Say goodbye to local $_Marc Espie
2008-09-29add prototype for Carp::croak to prevent error under perl 5.10Simon Bertrang
2008-06-21introduce unlink operation with nice propertiesMarc Espie
2008-03-10print better error message if child dies... with extra dark magic to grabMarc Espie
2007-06-04some minor systematic changes.Marc Espie
2004-12-12cvs expands $OpenBSD...$, so move the variable defs up so that they don'tMarc Espie
2004-12-12add somewhat more regular error catching code.Marc Espie
2004-12-06UsageMarc Espie
2004-11-27record sample/extra directories if !extra, so that SharedItems won't warnMarc Espie
2004-11-15use CarpMarc Espie
2004-10-23system() method that stores command normal output so that we can showMarc Espie
2004-10-23store pkgname in shared items, so that delayed printing can be usedMarc Espie
2004-10-20basic framework for delayed messages.Marc Espie
2004-10-04Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR,Marc Espie
2004-09-14basic error wrapper for system and such.Marc Espie