changelog and version bump 0.15
Jesse Luehrs [Fri, 14 May 2010 17:27:05 +0000 (12:27 -0500)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index 38410b8..74cb652 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+    [0.15] TRIAL release
         - Use Package::Stash for the stash manipulation bits (doy).
 
     [0.14] Thu Mar 18 11:15:38 CET 2010
index 4baaebc..6352187 100644 (file)
@@ -21,7 +21,7 @@ use Sub::Name qw(subname);
 
 =cut
 
-$VERSION         = '0.14';
+$VERSION         = '0.15';
 $STORAGE_VAR     = '__NAMESPACE_CLEAN_STORAGE';
 
 =head1 SYNOPSIS