BoutrosLab-TSVStream

 view release on metacpan or  search on metacpan

lib/BoutrosLab/TSVStream/IO/Reader/Dyn.pm  view on Meta::CPAN

package BoutrosLab::TSVStream::IO::Reader::Dyn;

# safe Perl
use warnings;
use strict;
use Carp;

=head1 NAME

    BoutrosLab::TSVStream:IO::Reader::Dyn

=cut

use Moose;
use namespace::autoclean;

use BoutrosLab::TSVStream::IO::Role::Base::Dyn;
use BoutrosLab::TSVStream::IO::Role::Reader::Dyn;

with 'BoutrosLab::TSVStream::IO::Role::Base::Dyn',
	'BoutrosLab::TSVStream::IO::Role::Reader::Dyn';

__PACKAGE__->meta->make_immutable;

=head1 SYNOPSIS

A class to provide readers that read streams which contain the fixed
attributes of the related class followed by a dynamic .number of
additional fields

=head1 SEE ALSO

=over

=item BoutrosLab::TSVStream::IO::Reader

for further details.

=back

=head1 AUTHOR

John Macdonald - Boutros Lab

=head1 ACKNOWLEDGEMENTS

Paul Boutros, Phd, PI - Boutros Lab

The Ontario Institute for Cancer Research

=cut

1;



( run in 0.616 second using v1.01-cache-2.11-cpan-39bf76dae61 )