From: Florian Ragwitz Date: Thu, 18 Mar 2010 10:17:12 +0000 (+0100) Subject: Version 0.14. X-Git-Tag: 0.14^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2F0.14;p=p5sagit%2Fnamespace-clean.git Version 0.14. --- diff --git a/Changes b/Changes index 021286e..ef5dd02 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ + [0.14] Thu Mar 18 11:15:38 CET 2010 + - Disable auto_install. + - Turn the error prone debugger test into an author test. + [0.13] Sun Jan 17 02:40:48 CET 2010 - Skip failing debugger tests on 5.8.8 and older. diff --git a/Makefile.PL b/Makefile.PL index 18c7763..fcc5fc3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use inc::Module::Install; name q{namespace-clean}; license q{perl}; -author q{Robert 'phaylon'' Sedlacek }; +author q{Robert 'phaylon' Sedlacek }; all_from q{lib/namespace/clean.pm}; build_requires q{Test::More}, '0.88'; diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index 8c6a156..61cbcf8 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -21,7 +21,7 @@ use Sub::Name qw(subname); =cut -$VERSION = '0.13'; +$VERSION = '0.14'; $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE'; =head1 SYNOPSIS