1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libcheck-isa-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libasa-perl,
libmoose-perl,
libsub-exporter-perl,
perl | libtest-simple-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcheck-isa-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcheck-isa-perl.git
Homepage: https://metacpan.org/release/Check-ISA
Package: libcheck-isa-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libsub-exporter-perl
Description: Perl module for correct checking of an object's class
The Check::ISA module provides several functions to assist in testing
whether a value is an object, and if so asking about its class.
It allows an object to be examined using various methods provided by
Perl's UNIVERSAL class.
|