Bit-Vector-Array
view release on metacpan or search on metacpan
lib/Bit/Vector/Array.pm view on Meta::CPAN
96979899100101102103104105106107108109110111112113114115our
@ISA
=
qw(Exporter)
;
# Items to export into callers namespace by default.
our
@EXPORT
=
qw(
bva
)
;
our
$VERSION
=
'0.02'
;
sub
bva(\@)
{
tie
@{
$_
[0]},
'Bit::Vector::Array::Tie'
;
}
1;
__END__
=head1 NAME
( run in 0.550 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )