The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#
# $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.
#
use strict;
our @ISA = qw(AFS::Object);
our $VERSION = '1.4';
1;