adjust deps and add changelog
Jesse Luehrs [Wed, 12 May 2010 22:47:37 +0000 (17:47 -0500)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index ef5dd02..a63f632 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+        - Use Stash::Manip for the stash manipulation bits (doy).
+
     [0.14] Thu Mar 18 11:15:38 CET 2010
         - Disable auto_install.
         - Turn the error prone debugger test into an author test.
index fcc5fc3..ad21f64 100644 (file)
@@ -13,7 +13,7 @@ build_requires  q{Test::More},                  '0.88';
 build_requires  q{FindBin},                     0;
 
 requires        q{B::Hooks::EndOfScope},        '0.07';
-requires        q{Symbol},                      0;
+requires        q{Stash::Manip},                '0.01';
 requires        q{Sub::Name},                   '0.04';
 requires        q{Sub::Identify},               '0.04';