The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Geo::TigerLine::Record - Superclass for all TIGER/Line record classes.

SYNOPSIS

  package Geo::TigerLine::Record::42;
  use base qw(Geo::TigerLine::Record);

  $record = __PACKAGE__->new(\%fields);

DESCRIPTION

From this class all the specific TIGER/Line record classes inherit. It provides some of the basic methods common to all records.

You shouldn't be here.

Methods

new
    $record = __PACKAGE__->new(\%fields);

A simple constructor. Each field is passed through its accessor and sanity checked.

AUTHOR

Michael G Schwern <schwern@pobox.com>

SEE ALSO

Geo::TigerLine