File: Changes

package info (click to toggle)
liblv-perl 0.006-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 176; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,047 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
LV
==

Created:      2013-11-01
Home page:    <https://metacpan.org/release/LV>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=LV>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.006	2013-11-03

 [ Packaging ]
 - Reduce required version of Test::More from 0.62 to 0.47, which is the
   version that was bundled with Perl 5.006002.

0.005	2013-11-02

 [ Packaging ]
 - Recommend Sentinel over Variable::Magic.

0.004	2013-11-02

 - Major speed improvements for LV::Backend::Magic.
 - Major speed improvements for LV::Backend::Sentinel.
 - Major speed improvements for LV::Backend::Tie.

0.003	2013-11-02

 - Eliminate goto in LV::Backend::Tie, resulting in slight speed
   improvements.
   Graham Knop++

0.002	2013-11-02

 [ Documentation ]
 - Bundle benchmarking script.

 [ Other ]
 - Major speed improvements for LV::Backend::Magic.
 - Minor speed improvements for LV::Backend::Tie.
 - Prefer LV::Backend::Sentinel over LV::Backend::Magic when auto-selecting
   a backend implementation.

0.001	2013-11-02	Initial release