File: Changes

package info (click to toggle)
libtie-refhash-weak-perl 0.09-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 300; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (3)
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
0.09
	- Filter dead refs from the magic data storage to avoid uninitialized
	  warnings.

0.08
	- Add fieldhash compatibility API (by Father Chrysostomos)
	- Fix overloading edge cases (Father Chrysostomos)
	- Fix REF type references (really scalars) (Father Chrysostomos)

0.07
	- Warn when trying to store keys that are shared subrefs (they never get garbage collected)

0.06
	- Fix a silly typo

0.05
	- Weaken the entries in the magic array of $selfs

0.04
	- Variable::Magic doesn't do more than one instance of a given magic per
	  SV, so the data is now an array of objects

0.03
	- Use Variable::Magic to kill stale keys immediately, preventing value leaks

0.02
	- Fix overload::StrVal behavior (broken by Tie::RefHash change), thanks to Hans Dieter Pearcey

0.01
	- Initial release