Bug#692093: ITP: libconst-fast-perl -- Const::Fast - Facility for creating read-only scalars, arrays, and hashes
Package: wnpp
Severity: wishlist
Owner: Dima Kogan <[email protected]>
* Package name : libconst-fast-perl
Version : 0.013
Upstream Author : Leon Timmermans <[email protected]>
* URL : http://search.cpan.org/~leont/Const-Fast-0.013/lib/Const/Fast.pm
* License : GPL or Artistic
Programming Lang: Perl
Description : Const::Fast - Facility for creating read-only scalars, arrays, and hashes
use Const::Fast;
const my $foo => 'a scalar value';
const my @bar => qw/a list value/;
const my %buz => (a => 'hash', of => 'something');
Reply to: