summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
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