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