Version 0.14. 0.14
Florian Ragwitz [Thu, 18 Mar 2010 10:17:12 +0000 (11:17 +0100)]
Changes
Makefile.PL
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index 021286e..ef5dd02 100644 (file)
--- 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.
 
index 18c7763..fcc5fc3 100644 (file)
@@ -6,7 +6,7 @@ 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';
index 8c6a156..61cbcf8 100644 (file)
@@ -21,7 +21,7 @@ use Sub::Name qw(subname);
 
 =cut
 
-$VERSION         = '0.13';
+$VERSION         = '0.14';
 $STORAGE_VAR     = '__NAMESPACE_CLEAN_STORAGE';
 
 =head1 SYNOPSIS