
Data::Tabular::Group

This object is used by Data::Tabular to create `extra' columns on a table.
The subroutines in the `extra' section run under this package.
...
extra => {
'bob' => sub {
my $self = shift; # this is an Data::Tabular::Extra object
}
}
...

This object is used to supply tools to the Data::Tabular designer. It also helps to protect the data from that designer.
