Quote $VERSION so it won't end up as 0.1.
[p5sagit/namespace-clean.git] / 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