1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libwant-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Want/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwant-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwant-perl/
Package: libwant-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
Description: generalisation of wantarray
The Want module generalises the mechanism of the wantarray function,
allowing a function to determine in some detail how its return value
is going to be immediately used.
|