File: control

package info (click to toggle)
libclass-isa-perl 0.36-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 116 kB
  • sloc: perl: 40; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libclass-isa-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: standard
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-isa-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-isa-perl.git
Homepage: https://metacpan.org/release/Class-ISA

Package: libclass-isa-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: report the search path for a class's ISA tree
 Class::ISA returns the list of classes that the current class inherits
 from, listed in the order that Perl would search for a method not
 implemented in the current class. The list contains no duplicates.