From: Jesse Luehrs Date: Wed, 12 May 2010 22:47:37 +0000 (-0500) Subject: adjust deps and add changelog X-Git-Tag: 0.15~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b08c2ab9eed3bb3d00faf1f1ab920c473c8701bf;p=p5sagit%2Fnamespace-clean.git adjust deps and add changelog --- diff --git a/Changes b/Changes index ef5dd02..a63f632 100644 --- 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. diff --git a/Makefile.PL b/Makefile.PL index fcc5fc3..ad21f64 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';