Subject: | Iterator does not behave as documented |
The documentation suggests you can do:
$iter = $set1->iterator;
while ( $dt = $iter->next ) {
print $dt->ymd;
};
However this skips the first item i.e; that returned by min()
This queue is for tickets about the DateTime-Set CPAN distribution.
The Basics
People
|
Bug Information
|