changelog and version bump
[p5sagit/namespace-clean.git] / Makefile.PL
index 18c7763..a444a3b 100644 (file)
@@ -6,14 +6,14 @@ use inc::Module::Install;
 
 name            q{namespace-clean};
 license         q{perl};
-author          q{Robert 'phaylon'' Sedlacek <rs@474.at>};
+author          q{Robert 'phaylon' Sedlacek <rs@474.at>};
 all_from        q{lib/namespace/clean.pm};
 
 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{Package::Stash},              '0.03';
 requires        q{Sub::Name},                   '0.04';
 requires        q{Sub::Identify},               '0.04';