File: Changes

package info (click to toggle)
libmoosex-clone-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 112 kB
  • ctags: 24
  • sloc: perl: 347; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.05
    - Fix cloning for attrs when init_arg is passed under Clone trait
    - auto_deref related fixes (Evan Carroll)

0.04
    - update code to call get_all_attributes instead of compute_all_applicable_attributes
    - more tests
    - add the StorableClone trait

0.03
    - Add the Copy trait (simple 1 level cloning of hashes and array refs)
    - namespace::clean all over

0.02
	- Add deep cloning support using Data::Visitor
	- Add the NoClone trait

0.01
	- Initial release