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

package Geo::TigerLine::Record::42; use base qw(Geo::TigerLine::Record); $record = __PACKAGE__->new(\%fields);

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.
$record = __PACKAGE__->new(\%fields);
A simple constructor. Each field is passed through its accessor and sanity checked.

Michael G Schwern <schwern@pobox.com>
