File: README.md

package info (click to toggle)
libdata-tablereader-perl 0.011-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: perl: 1,753; makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Data::TableReader

This perl module helps take un-sanitized tabular data sources and verify that
they match your expected schema, and then iterate the records.

You can install the latest stable release of this module from CPAN:

    cpanm Data::TableReader

or build and install this source code with the Dist::Zilla tool:

    dzil build
    cpanm ./Data-TableReader-$VERSION

The source is found at

    http://github.com/nrdvana/perl-Data-TableReader