[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#692093: ITP: libconst-fast-perl -- Const::Fast - Facility for creating read-only scalars, arrays, and hashes



Package: wnpp
Severity: wishlist
Owner: Dima Kogan <dima@secretsauce.net>

* Package name    : libconst-fast-perl
  Version         : 0.013
  Upstream Author : Leon Timmermans <fawaka@gmail.com>
* 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: