aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Remember/pkg-descr
blob: 5353ceab793f99feb104914cfbf7c0fb94b97955 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The author got really tired of statements that looked like:

$heap->{job}{$job} = {
    source  => $source,
    dest    => $destination,
    options => $options,
};

and later:

if ($heap->{job}{$job}{options}{wibble} eq $something_else) {
    # do something...
}

This module is meant to simplify this sort of things, with
optional persistence as a bonus.

WWW: https://metacpan.org/release/Data-Remember