File: Changes

package info (click to toggle)
libvar-pairs-perl 0.002000-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 172 kB
  • ctags: 20
  • sloc: perl: 222; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 743 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Revision history for Var-Pairs

0.000001  Fri May 25 06:52:11 2012
       Initial release.



0.001000  Wed Jul 18 13:54:16 2012

    First public release



0.001001  Wed Jul 18 13:55:31 2012

    Update README



0.001002  Sat Mar 23 07:58:28 2013

    Removed autobox dependency for t/kvs.t
    (Thanks Salvatore!)


0.001003  Thu Aug  8 11:46:09 2013

    Converted to use Devel::Callsite instead of Scope::Upper
    in order to identify caller location for the each_...
    family of functions.



0.001005  Tue Mar 11 10:17:52 2014

    Added export controls (thanks Rob)


0.002000  Sat Apr  5 17:19:03 2014

    Converted Pair class to array-based for a 50% speed-up
    (thanks Toby!)

    Added ->kv() to Pair type
    (thanks Toby)