VERSION doesn't work with whitespace in it
authorAbe Timmerman <abeltje@cpan.org>
Fri, 12 Mar 2021 04:16:05 +0000 (05:16 +0100)
committerAbe Timmerman <abeltje@cpan.org>
Fri, 12 Mar 2021 04:16:05 +0000 (05:16 +0100)
lib/MooX/Params/CompiledValidators.pm

index a1355d4ce91cd72f859c1b3e8e4102ce6316f7d5..c923d65c3930dfed7585f9df5e7d251f48d98963 100644 (file)
@@ -1,7 +1,7 @@
 package MooX::Params::CompiledValidators;
 use Moo::Role;
 
-our $VERSION = ' 0.000';
+our $VERSION = '0.000';
 
 use Hash::Util 'lock_hash';
 use Params::ValidationCompiler 'validation_for';