There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

GenOO::Data::File::FASTQ - Object implementing methods for accessing fastq formatted files

SYNOPSIS

# Object that manages a fastq file.

# To initialize
my $file = GenOO::Data::File::FASTQ->new(
    file            => undef,
);

DESCRIPTION

This object offers methods to read a fastq file entry by entry

EXAMPLES

# Read one entry
my $entry = $fastq_parser->next_record();