- (This version is compatible with 1.0005)
- Removed Clone and replaced it with a hand-written datastructure walker.
- This greatly reduces the footprint of a large import
- This bypasses a failure of Clone under Perl 5.9.5
- Moved t/37_delete_edge_cases.t to t_attic because it wasn't really used
- This greatly reduces the footprint of a large import
- import() has a stricter API now. This is a potentially incompatible API
change. Only HASH and ARRAY refs are now allowed and they must match the type
of the object being imported into.