From: Graham Knop Date: Mon, 31 Oct 2016 22:08:10 +0000 (-0400) Subject: Release commit for 1.000006 X-Git-Tag: v1.000006^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=e14088bf35071c27897891b4fe688efbbc9a3fe4 Release commit for 1.000006 --- diff --git a/Changes b/Changes index 382aca7..60d1e91 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Safe-Isa +1.000006 - 2016-10-31 - now falling back to $obj->isa if DOES/does is not implemented on the object, to avoid fatal errors on perls too old to have their own DOES (RT#100866)