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

# PbDb ticket record handler
# (C) 1999 Richard Foley RFI pbdb@rfi.net
# $Id: Ticket.pm,v 1.1 2000/01/18 08:33:17 richard Exp $
#
package PbDb::Ticket;
my $VERSION = 0.00;
@ISA = qw(PbDb::Base);
1;