diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-08-06 08:06:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-08-06 08:06:02 +0000 |
commit | 9e0e935ac2008088b922975fc8cb4a5b1c2310fa (patch) | |
tree | 7f8d7a1584b5b95eae29932d0c493abe28a82d64 /usr.sbin/pkg_add/OpenBSD/PackingList.pm | |
parent | e25fbcd7ee7357c339709bdd8d521f20d4918f2e (diff) |
block-scoped require is way simpler than weird AUTOLOAD hack.
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD/PackingList.pm')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/PackingList.pm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PackingList.pm b/usr.sbin/pkg_add/OpenBSD/PackingList.pm index 5487ef8650d..bb72c151981 100644 --- a/usr.sbin/pkg_add/OpenBSD/PackingList.pm +++ b/usr.sbin/pkg_add/OpenBSD/PackingList.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: PackingList.pm,v 1.19 2004/08/06 07:51:17 espie Exp $ +# $OpenBSD: PackingList.pm,v 1.20 2004/08/06 08:06:01 espie Exp $ # # Copyright (c) 2003-2004 Marc Espie <espie@openbsd.org> # @@ -200,9 +200,4 @@ sub pkgbase($) } } -# allows the autoloader to work correctly -sub DESTROY -{ -} - 1; |