The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112131415 ## $Id: Transaction.pm,v 5.1 2003/11/05 22:52:41 wpm Exp $## (c) 2003 Morgan Stanley and Co.# See ..../src/LICENSE for terms of distribution.#package AFS::Object::Transaction;use strict;our @ISA = qw(AFS::Object);our $VERSION = '1.4';1;
#
# $Id: Transaction.pm,v 5.1 2003/11/05 22:52:41 wpm Exp $
# (c) 2003 Morgan Stanley and Co.
# See ..../src/LICENSE for terms of distribution.
package
AFS::Object::Transaction;
use
strict;
our
@ISA
=
qw(AFS::Object)
;
$VERSION
'1.4'
1;