projects
/
p5sagit/namespace-clean.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9cf9958
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/namespace/clean.pm
b/lib/namespace/clean.pm
index
91d0be4
..
5bd0b9a
100644
(file)
--- a/
lib/namespace/clean.pm
+++ b/
lib/namespace/clean.pm
@@
-19,7
+19,7
@@
use B::Hooks::EndOfScope;
=cut
-$VERSION = 0.10;
+$VERSION = '0.10';
$STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';
=head1 SYNOPSIS