Array-Circular
view release on metacpan or search on metacpan
105106107108109110111112113114115116117118119120121122
This module is implemented as an inside out object.
SEE ALSO
Array::Iterator::Circular provides similar functionality but it does
not support previous. Array::Iterator contains a survey of various
similar modules.
TODO
Not thread safe. See implementation of Hash::MultiValue
for
implementation of thread safety. Alternatively
use
Hash::Util::FieldHash or Hash::Util::FieldHash::Compat.
AUTHOR COPYRIGHT AND LICENSE
Copyright 2018 Kieren Diment zarquon
@cpan
.org. This software can be
redistributed under the same terms as perl itself.
256257258259260261262263264265266267268269270271272273274275This module is implemented as an inside out object.
=head2 SEE ALSO
L<Array::Iterator::Circular> provides similar functionality but it
does not support C<previous>. L<Array::Iterator> contains a survey of
various similar modules.
=head2 TODO
Not thread safe. See implementation of L<Hash::MultiValue> for
implementation of thread safety. Alternatively use
L<Hash::Util::FieldHash> or L<Hash::Util::FieldHash::Compat>.
=head2 AUTHOR COPYRIGHT AND LICENSE
Copyright 2018 Kieren Diment L<zarquon@cpan.org>. This software can
be redistributed under the same terms as perl itself.
=cut
lib/Array/Circular.pm view on Meta::CPAN
256257258259260261262263264265266267268269270271272273274275This module is implemented as an inside out object.
=head2 SEE ALSO
L<Array::Iterator::Circular> provides similar functionality but it
does not support C<previous>. L<Array::Iterator> contains a survey of
various similar modules.
=head2 TODO
Not thread safe. See implementation of L<Hash::MultiValue> for
implementation of thread safety. Alternatively use
L<Hash::Util::FieldHash> or L<Hash::Util::FieldHash::Compat>.
=head2 AUTHOR COPYRIGHT AND LICENSE
Copyright 2018 Kieren Diment L<zarquon@cpan.org>. This software can
be redistributed under the same terms as perl itself.
=cut
( run in 0.255 second using v1.01-cache-2.11-cpan-05444aca049 )