--- loncom/LondTransaction.pm 2003/06/11 02:04:35 1.5 +++ loncom/LondTransaction.pm 2003/09/15 09:26:17 1.6 @@ -1,7 +1,7 @@ # This module defines and implements a class that represents # a connection to a lond daemon. # -# $Id: LondTransaction.pm,v 1.5 2003/06/11 02:04:35 foxr Exp $ +# $Id: LondTransaction.pm,v 1.6 2003/09/15 09:26:17 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -35,6 +35,8 @@ =cut +use strict; + package LondTransaction; =pod @@ -91,6 +93,8 @@ Creates a new transaction object. =cut + + sub new { my $class = shift; my $Transaction = shift;