Array-Circular

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
   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.

README.pod  view on Meta::CPAN

256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
This 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

256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
This 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 )