libperl6-export-perl 0.009-3 source package in Ubuntu

Changelog

libperl6-export-perl (0.009-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libperl6-export-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 20:10:53 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperl6-export-perl_0.009-3.dsc 2.1 KiB 6b2adc6824923b153a771cee6f332d79c8cca8552a4bd9c27d7026769cdaf386
libperl6-export-perl_0.009.orig.tar.gz 4.8 KiB 8eff1d7f4403cc3a6726b8541b6e9f62427efbd16e4058e59bfbbd1396d99576
libperl6-export-perl_0.009-3.debian.tar.xz 3.1 KiB 4094e332962b8f784fe5c2ae637d2d46b1903c3c54b4afa7862062eaf966cd09

Available diffs

No changes file available.

Binary packages built by this source

libperl6-export-perl: 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.