The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Section::TestBase - Parse Test::Base format from DATA section

SYNOPSIS

    use Data::Section::TestBase;

    my @blocks = blocks;

DESCRIPTION

This module parse a DATA section as Test::Base format by Text::TestBase.

FUNCTIONS

my @blocks = blocks();

Get a list of blocks from DATA section Element of @list is a instance of Text::TestBase::Block.