Revision history for Perl extension Tie::Cycle.
1.11 - Mon Jan 3 16:47:10 2005
* Previously, this module refused to work unless the input array had
more than one element. What's the point of cycling otherwise? I've
removed that restriction, though, because I shouldn't be the one who
gets to decide that. A one element array should get a chance to act
like any other array. It just happens to have one element.
1.09 - Thu Sep 2 19:56:41 2004
* Just some distribution fixes. No need to upgrade.
1.07 - Sat Jan 31 12:44:16 CST 2004
* No code changes.
* Removed dependencies on Test::Manifest, Test::Pod and
File::Find::Rule.
* Fixed some warnings in tests.
1.06 - Tue Dec 17 14:19:37 2002
* cycle.t test was actually one from Tie::Toggle. it is not
the right test.
1.05 - Tue Dec 17 12:49:28 2002
* removed 'require 5.6.0' (perl5.8 complains about v-strings)
* beefed up distribution files
* no code changes --- no need to install if you already have this
0.05 Wed Aug 14 18:15:01 CDT 2002
- added reset() method for underlying object so Andy
Lester can do HTML table tricks
- since i was there, i added previous() and next()
methods so you can peek at values without affecting
the position.
0.02 Wed Jan 24 14:39:24 EST 2001
- minor doc fixes
0.01 Sat Aug 12 23:33:30 2000
- original version; created by h2xs 1.20 with options
-AXn Tie::Cycle