Acme-Iota
view release on metacpan or search on metacpan
lib/Acme/Iota.pm view on Meta::CPAN
use constant {
A => iota(ord('A')),
B => iota,
C => iota,
};
=head1 STATUS
Stable. No changes expected, but who knows?
=head1 DESCRIPTION
Using Acme::Iota imports a per-package counter that increases its value
on each call to C<iota>.
Providing an argument resets the counter to the specified value.
( run in 5.007 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )