SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,10 @@
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.

View file

@ -0,0 +1,7 @@
${P5SITE}/Data/
${P5SITE}/Data/Flow.pm
${P5SITE}/auto/
${P5SITE}/auto/Data/
${P5SITE}/auto/Data/Flow/
${P5SITE}/auto/Data/Flow/autosplit.ix
@man man/man3p/Data::Flow.3p