File: Changes

package info (click to toggle)
libreadonly-tiny-perl 4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 314; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Revision history for Readonly::Tiny

4   2016-08-27 
    Internals::hv_clear_placeholders has moved. Use the public
    Hash::Util API instead.

3   2016-01-07
    Fix qr//s on perls before 5.12.

2   2015-12-26
    Export tests.
    I forgot the MANIFEST (sorry).

1   2015-12-26
    Initial version, creating readonly values using SvREADONLY without
    cloning deep structures.