File: control

package info (click to toggle)
libcheck-isa-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 124 kB
  • ctags: 8
  • sloc: perl: 287; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download | duplicates (2)
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 (>= 9)
Build-Depends-Indep: libasa-perl,
                     libmoose-perl,
                     libsub-exporter-perl,
                     perl (>= 5.21.6) | libtest-simple-perl (>= 1.001014),
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcheck-isa-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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.