File: control

package info (click to toggle)
libsub-override-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 164; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,219 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
27
28
29
Source: libsub-override-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libscalar-list-utils-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsub-override-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsub-override-perl.git
Homepage: https://metacpan.org/release/Sub-Override
Rules-Requires-Root: no

Package: libsub-override-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends},
         libscalar-list-utils-perl
Description: Perl module used to temporarily override subroutines
 Perl programmers sometimes have a need to override subroutines,
 particularly for testing purposes.  Sub::Override provides a simple
 way to override subroutines instead of using heavier-weight methods
 such as Mock Objects.