Quote $VERSION so it won't end up as 0.1.
Florian Ragwitz [Fri, 20 Feb 2009 13:35:33 +0000 (14:35 +0100)]
lib/namespace/clean.pm

index 91d0be4..5bd0b9a 100644 (file)
@@ -19,7 +19,7 @@ use B::Hooks::EndOfScope;
 
 =cut
 
-$VERSION         = 0.10;
+$VERSION         = '0.10';
 $STORAGE_VAR     = '__NAMESPACE_CLEAN_STORAGE';
 
 =head1 SYNOPSIS