1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libclass-handle-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-inspector-perl, perl,
libclass-isa-perl | perl (<< 5.10.1-13)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Class-Handle/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-handle-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-handle-perl/
Package: libclass-handle-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclass-inspector-perl,
libclass-isa-perl | perl (<< 5.10.1-13)
Description: module to create objects which are handles to classes
Class::Handle is a Perl module that attempts to provide a convenient object
wrapper around the various different types of functions that can be performed
on a class. It provides what is effectively a combined API from UNIVERSAL,
Class::ISA and Class::Inspector for obtaining information about a class, and
some additional task methods.
|