File: control

package info (click to toggle)
libuniversal-ref-perl 0.14-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: perl: 149; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 959 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
23
24
25
26
Source: libuniversal-ref-perl
Section: perl
Priority: optional
Build-Depends: perl,
 debhelper-compat (= 13),
 libb-utils-perl,
 perl-xs-dev
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libuniversal-ref-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libuniversal-ref-perl
Homepage: https://metacpan.org/release/UNIVERSAL-ref
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libuniversal-ref-perl
Architecture: any
Depends: ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
 libb-utils-perl
Description: turns ref() into a multimethod
 UNIVERSAL::ref changes the behavior of the builtin function ref(). If
 ref() is called on an object that has requested an overloaded ref, the
 object's ->ref method will be called and its return value used instead.