Bumping version to 1.000006
[p5sagit/Safe-Isa.git] / Changes
1 Revision history for Safe-Isa
2
3   - now falling back to $obj->isa if DOES/does is not implemented on the
4     object, to avoid fatal errors on perls too old to have their own DOES
5     (RT#100866)
6
7 1.000005 - 2014-08-16
8   - comment blessed use so people who don't know perl stop trying to break it
9   - add link to lightning talk given at YAPC::NA 2013
10
11 1.000004 - 2013-09-18
12   - fixed slightly mangled metadata from last release
13
14 1.000003 - 2013-03-25
15   - fix NAME in Makefile.PL (RT#84212)
16
17 1.000002 - 2012-07-19
18   - Document why we don't try and handle class names
19   - Missed another stupid doc typo (thanks MJD)
20
21 1.000001 - 2012-07-18
22   - Fix stupid doc typo (thanks miyagawa)
23
24 1.000000 - 2012-07-18
25   - Initial release