Table::Denormalized::ColumnSet - Encapsulate a group of columns
use Table::Denormalized::ColumnSet; my $file_info = Table::Denormalized::ColumnSet->new( _name => 'File Information', uri => 'VARCHAR(1024)', size => 'INTEGER', modified => 'INTEGER', md5 => 'VARCHAR(64)', );
This module (trivially) encapsulates a set of columns and gives that set a name.
Max Maischein, <corion@cpan.org>