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

Data::Downloader::DB::Object

Base class for Data::Downloader objects.

Inherits from Rose::DB::Object

METHODS

init_db

Gets the database handle.

as_hash

Dump it as a hash of column name -> value pairs

Arguments: skip_re : a regex of column names to skip

dump

Dump a bunch of info about this object.

The info is printed as YAML to STDOUT.

Arguments: skip_re : a regex of column names to skip

SEE ALSO

Rose::DB::Object