From 99af9b320ea360dbd346062eaba64ea76dc40257 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 8 Feb 2008 23:57:09 +0000 Subject: No unnecessary ; after __END__. --- perl/Wallet/Object/Keytab.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl/Wallet') diff --git a/perl/Wallet/Object/Keytab.pm b/perl/Wallet/Object/Keytab.pm index 34fa12d..7477869 100644 --- a/perl/Wallet/Object/Keytab.pm +++ b/perl/Wallet/Object/Keytab.pm @@ -24,7 +24,7 @@ use 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 # that it will sort properly. -$VERSION = '0.04'; +$VERSION = '0.05'; ############################################################################## # kadmin Interaction @@ -706,7 +706,7 @@ sub get { } 1; -__END__; +__END__ ############################################################################## # Documentation -- cgit v1.2.3