Revision history for Perl extension Devel::Cycle.
1.04
- Added ability to detect weakened cycles courtesy Stevan Little
1.03 Fri Jan 21 13:47:50 EST 2005
- Sort the hash keys so that the cycle path is more deterministic
(avoids test failures in Test::Memory::Cycle)
1.02 Mon Jan 12 09:04:58 EST 2004
- Formats anonymous memory references by default as \%A, \@B, etc,
rather than using hex form.
- Options to control memory reference formatting.
1.01 Sun Dec 14 16:57:58 EST 2003
- Added code to skip weak refs created with Scalar::Util's
weaken(). (Sam Tregar)
- Improved formatting in output.
1.00 Sat Dec 13 11:04:57 2003
- original version