1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libscalar-defer-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.2.13)
Build-Depends-Indep: perl, libexporter-lite-perl,
libclass-insideout-perl, libio-capture-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
Jaldhar H. Vyas <jaldhar@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>, Rene Mayorga <rmayorga@debian.org>,
Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Scalar-Defer/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libscalar-defer-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libscalar-defer-perl/
Package: libscalar-defer-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libclass-insideout-perl,
libexporter-lite-perl
Description: module providing lazy evaluation for Perl
Scalar::Defer is a Perl module that exports two functions, defer and lazy,
which can be used to construct values that are evaluated as needed. It also
provides a function to force immediate evaluation of a deferred value.
|