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

NAME

Datasource - Abstract base class for all the Reporter source data types

SYNOPSIS

use Data::Reporter::Datasource;

DESCRIPTION

This class helps to maintain control of the source data types in Data::Reporter. The method 'getdata', should be defined in each source data type.