adding comment with real version to unicode plugin
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Plugin / Unicode / Encoding.pm
index 5b526e8..06625f5 100644 (file)
@@ -1,6 +1,8 @@
 package Catalyst::Plugin::Unicode::Encoding;
 
-our $VERSION = '99.0'; # set high so we always overwrite
+# set artificially high to override all older versions.
+# proper dist included for packaging.
+our $VERSION = '99.0'; # $VERSION = '5.90117';
 
 1;