Subject: | drop use of version.pm |
Hey Mark,
Your updates are looking good, thanks for taking care of all of that!
Could you do me a favor during one of the upcoming rt's and change the use of version.pm to a
normal decimal:
- use version; our $VERSION = qv('0.0.3');
+ our $VERSION = '0.4';
Its a leftover from a PBP module starter template that is really expensive for no gain. I've been
trying to slowly update that as I update modules.
--
Dan