File: Changes

package info (click to toggle)
libiterator-simple-perl 0.07-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 1,116; makefile: 2
file content (26 lines) | stat: -rwxr-xr-x 733 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Revision history for Perl extension Iterator::Simple

0.07  Thu Dec  7 2017
    - Fix for rt bug #107612 submitted by KENO (islice stopped on false, not undef)

0.06  Wed Jan 23 2013
    - Eliminated use of UNIVERSAL::isa, deprecated as of Perl 5.12.

0.05  Fri Apr 27 2008
    - Fixed bad logic for determing callable object.
      Thanks to Hans Dieter Pearcey.

0.04  Wed Jul 25 2007
    - In iarray(), Do not fix the length of array.(No performance hit)
    - Don't UNIVERSAL::can() as a function.
	- list() and iter() rewritten.
	- is_iterable() added.

0.03  Tue Jun 12 09:44:12 2007
    - Documentation fix

0.02  Tue Jun 12 09:31:50 2007
    - Several documentation fix

0.01  Wed Jun  6 11:03:41 2007
    - original version