summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-06 11:36:11 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-06 11:36:11 -0600
commit79ecdd5e9a2eb73518114e1f19acd027b4c2053a (patch)
treebdcfc3a9ca4d147a80801276640f64a1afbd39fe
parenta1a39aeb9f65996dd2e43f7536f4cc4c3c3cf196 (diff)
downloadcircular-require-79ecdd5e9a2eb73518114e1f19acd027b4c2053a.tar.gz
circular-require-79ecdd5e9a2eb73518114e1f19acd027b4c2053a.zip
changelog0.08
-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