From 79ecdd5e9a2eb73518114e1f19acd027b4c2053a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 6 Jan 2012 11:36:11 -0600 Subject: changelog --- Changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changes b/Changes index 7845c37..9beeba7 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,12 @@ Revision history for circular-require {{$NEXT}} - loading B on demand causes issues, stop doing that + - deleting CORE::GLOBAL::require on "use circular::require" makes require + calls that were already bound stop working, stop doing that (it's + unnecessary now that we're dynamic scoped anyway) + - bump the perl version requirement to 5.10, since the hint hash didn't exist before then + - i'd be willing to accept patches to restore the functionality on 5.8, + i just don't feel like writing it myself 0.07 2012-01-06 - make this module use dynamic scope rather than being entirely global -- cgit v1.2.3