From: Florian Ragwitz Date: Fri, 20 Feb 2009 13:35:33 +0000 (+0100) Subject: Quote $VERSION so it won't end up as 0.1. X-Git-Tag: 0.10~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7fae8899daa8cb2afb9a93854ad266a5fcbee5d4;p=p5sagit%2Fnamespace-clean.git Quote $VERSION so it won't end up as 0.1. --- diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index 91d0be4..5bd0b9a 100644 --- 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