moved additional modules into trace() method
[p5sagit/App-FatPacker.git] / Changes
diff --git a/Changes b/Changes
index a65b654..19b004d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,12 @@
+  - Add repsoitory metadata to META.YML
+
+0.9.6 2011-01-18
+  - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
+    File::Path >= 2.07.
+
+0.9.5 2011-01-12
+  - Avoid using done_testing so this works on older systems
+
 0.9.4 2011-01-12
   - Die if open fails in @INC handler, reduces confusing errors (DGL)
   - RT #63466: Add ending newline if input lacks one (GUGOD)