diff options
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD/UpdateSet.pm')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/UpdateSet.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm b/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm index fe703e4b359..6e19b6a08f0 100644 --- a/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm +++ b/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: UpdateSet.pm,v 1.14 2009/11/10 10:35:56 espie Exp $ +# $OpenBSD: UpdateSet.pm,v 1.15 2009/11/10 11:36:56 espie Exp $ # # Copyright (c) 2007 Marc Espie <espie@openbsd.org> # @@ -19,6 +19,9 @@ # these things don't really live here, they're just stuff that's shared # between pkg_add and pkg_delete, so to avoid yes another header... +use strict; +use warnings; + package OpenBSD::SharedItemsRecorder; sub new { |