File: control

package info (click to toggle)
libperl6-export-perl 0.009-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: perl: 106; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 944 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
Source: libperl6-export-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Allard Hoeve <allard@byte.nl>,
 gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Perl6-Export
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperl6-export-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperl6-export-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libperl6-export-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: implementation of the Perl 6 'is export(...)' trait
 Perl6::Export prototypes the Perl 6 'exported' and 'exportable' traits
 in Perl 5.
 .
 Instead of messing around with @EXPORT arrays, you just declare which
 subs are to be exported (or are exportable on request) as part of
 those subs.