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