File: control

package info (click to toggle)
libexport-attrs-perl 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: perl: 179; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,042 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: libexport-attrs-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 10),
 libmodule-build-perl,
 perl
Build-Depends-Indep: libmodule-build-tiny-perl (>= 0.034),
 libpadwalker-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libexport-attrs-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libexport-attrs-perl.git
Homepage: https://metacpan.org/release/Export-Attrs
Testsuite: autopkgtest-pkg-perl

Package: libexport-attrs-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libpadwalker-perl
Description: Perl 6 'is export(...)' trait as a Perl 5 attribute
 Export::Attrs is a fork of Perl6::Export::Attrs created to restore
 compatibility with Perl6::Export::Attrs version 0.0.3.
 .
 Implements a Perl 5 native version of what the Perl 6 symbol export mechanism
 will look like (with some unavoidable restrictions).