How to Install libperl6-export-perl in Ubuntu 18.04



Install libperl6-export-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libperl6-export-perl

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.

Homepage: https://metacpan.org/release/Perl6-Export

Version: 0.009-1

Section: universe/perl