Subject: | PML::Storable has a $VERSION that can't be parsed by PAUSE |
In PML::Storable, the code used to set $VERSION can't be correctly statically analyzed by the PAUSE indexer, and so PML::Storable is indexed with version "VERSION".
See https://github.com/andk/pause/issues/73
You can check with Parse::PMFile how PAUSE will parse the $VERSION:
perl -MData::Dumper -MParse::PMFile -E 'say Dumper(Parse::PMFile->new->parse("PML/Storable.pm"))'
--
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
See https://github.com/andk/pause/issues/73
You can check with Parse::PMFile how PAUSE will parse the $VERSION:
perl -MData::Dumper -MParse::PMFile -E 'say Dumper(Parse::PMFile->new->parse("PML/Storable.pm"))'
--
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/