diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-08 23:57:09 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-08 23:57:09 +0000 |
commit | 99af9b320ea360dbd346062eaba64ea76dc40257 (patch) | |
tree | f9355931ad2a0a031ed8f45cfc69b364cca26c04 /perl/Wallet/Object | |
parent | 96d7a9fbc8fb9648a592bad4cf43f29dc6ccf6d0 (diff) |
No unnecessary ; after __END__.
Diffstat (limited to 'perl/Wallet/Object')
-rw-r--r-- | perl/Wallet/Object/Keytab.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |