NAME

Data::Record::Serialize::Encode::table - encode records as a formatted table and output it

VERSION

version 0.02

SYNOPSIS

use Data::Record::Serialize;
my $s = Data::Record::Serialize->new( encode => 'table', ... );
$s->send( \%record );

DESCRIPTION

Data::Record::Serialize::Encode::table encodes records into table form using Term::Table.

It performs both the Data::Record::Serialize::Role::Encode and Data::Record::Serialize::Role::Sink roles.

Do not construct this directly; use "new" in Data::Record::Serialize. The following named parameters may be passed to it:

The following parameters are passed as-is to "new" in Term::Table.

SUPPORT

Bugs

Please report any bugs or feature requests to bug-data-record-serialize-encode-table@rt.cpan.org or through the web interface at: https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Record-Serialize-Encode-table

Source

Source is available at

https://codeberg.com/djerius/data-record-serialize-encode-table

and may be cloned from

https://codeberg.com/djerius/data-record-serialize-encode-table.git

SEE ALSO

Please see those modules/websites for more information related to this module.

AUTHOR

Diab Jerius djerius@cfa.harvard.edu

COPYRIGHT AND LICENSE

This software is Copyright (c) 2026 by Smithsonian Astrophysical Observatory.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007