adding comment with real version to unicode plugin
Graham Knop [Tue, 23 Jan 2018 21:03:12 +0000 (22:03 +0100)]
Distar's version bumping script expects matching version numbers in all
files.  Including an artificial version declaration in a comment will
trick it into accepting the mismatched version.  And including the
dist's real version in the file aids clarity as well.

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;