openbsd-ports/devel/p5-Data-Flow/pkg/DESCR
kevlo 4154e1490b Initial import of Data-Flow-0.05
This is perl5 extension for simple-minded recipe-controlled build of data
2001-01-09 06:23:54 +00:00

11 lines
394 B
Plaintext

The module Data::Flow provides its services via objects.
The objects may be obtained by the usual
$request = new Data::Flow $recipes;
paradigm. The argument $recipes is a hash reference, which
provides the rules for request processing. The objects
support two methods, set() and get(). The first one is
used to provide input data for processing, the second one
to obtain the output.