move mk_temp_dir into a lib so we can reuse it
[p5sagit/local-lib.git] / Changes
diff --git a/Changes b/Changes
index 7fc60dc..edfdff0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for local::lib
 
+        - fix new test to use alternate path representations on windows, to
+          handle potential space issues (regression since 1.008012)
+
+1.008013   2013-09-11
+        - fix undef value errors when not installing into a local::lib
+
+1.008012   2013-09-11
         - now handling using -Mlocal::lib in a taintperl environment, by
           ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to
           @INC (RT#76661, Karen Etheridge)