From 0e0ccfe8b2497a4b3245dd60a331b4d4f14bd714 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 28 Aug 2007 20:52:10 +0000 Subject: Rename Wallet::Object to Wallet::Object::Base and fix some syntax errors introduced by recent changes. --- perl/Wallet/Object/Keytab.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl/Wallet/Object/Keytab.pm') diff --git a/perl/Wallet/Object/Keytab.pm b/perl/Wallet/Object/Keytab.pm index f03a29c..b10c67a 100644 --- a/perl/Wallet/Object/Keytab.pm +++ b/perl/Wallet/Object/Keytab.pm @@ -17,8 +17,9 @@ use strict; use vars qw(@ISA $VERSION); use Wallet::Config (); +use Wallet::Object::Base; -@ISA = qw(Wallet::Object); +@ISA = qw(Wallet::Object::Base); # This version should be increased on any code change to this module. Always # use two digits for the minor version with a leading zero if necessary so -- cgit v1.2.3