* Package name : libdata-section-simple-perl
Version : 0.02
Upstream Author : Tatsuhiko Miyagawa <miyagawa@bulknews.net>
* URL : http://search.cpan.org/dist/Data-Section-Simple/
* License : Artistic or GPL-1+
Programming Lang: Perl
Description : Perl module for reading data from __DATA__
Data::Section::Simple is a simple module to extract data
from __DATA__ section of the file.
This module does not implement caching (yet) which means
in every get_data_section or get_data_section($name) this
module seeks and re-reads the data section. If you want
to avoid doing so for the better performance, you should
implement caching in your own caller code.