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

NAME

Argos::Data

SYNOPSIS

 use Argos::Data;

 my $data = Argos::Data->new( foobar => '/data/dir' );

 map { $data->load( $_ ) } @yaml;

 $data->dump();

METHODS

load( $yaml )

Load data. Returns invoking object.

dump()

For each set of data indexed by $key, dump data to $path/$name.$key, and clear data. Returns invoking object.

clear()

Clear all data files.