buglet fix

This commit is contained in:
espie 2013-03-08 10:04:01 +00:00
parent 3cf1c9a29b
commit 9f252ccdd2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Var.pm,v 1.16 2013/01/14 13:09:54 espie Exp $
# $OpenBSD: Var.pm,v 1.17 2013/03/08 10:04:01 espie Exp $
#
# Copyright (c) 2006-2010 Marc Espie <espie@openbsd.org>
#
@ -451,9 +451,8 @@ sub keyword_table() { 'TargetKeys' }
package DPBPropertiesVar;
our @ISA = qw(DefinedListKeyVar);
sub table() { 'DPBProperties' }
sub keyword_table { 'DPBKeys' }
sub keyword_table() { 'DPBKeys' }
sub keyword_table() { 'TargetKeys' }
package MultiVar;
our @ISA = qw(ListVar);
sub table() { 'Multi' }