Source: libcheck-isa-perl Maintainer: Debian Perl Group Uploaders: Peter Pentchev 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.