freebsd-ports/devel/p5-Class-ReturnValue/pkg-descr
Anton Berezin 14905f3643 Add p5-Class-ReturnValue, a perl class that implements return-value
objects that can be treated as a boolean, array or object, depending on
what the user needs.
2003-01-26 02:01:58 +00:00

7 lines
286 B
Text

Class::ReturnValue is a "clever" return value object that can allow
code calling your routine to expect:
a boolean value (did it fail)
or a list (what are the return values)
WWW: http://search.cpan.org/search?dist=Class-ReturnValue
Author: Jesse Vincent <jesse@bestpractical.com>