in reply to Re^2: Padre installation issue
in thread Padre installation issue

ok, seems to be a problem with version module ( Bug #119577 for perl5: COW broke version strings )

So upgrade version to latest (latest as of now cpanm JPEACOCK/version-0.9908.tar.gz ) and try again please

  • Comment on Re^3: Padre installation issue (upgrade version)

Replies are listed 'Best First'.
Re^4: Padre installation issue (upgrade version)
by jcoxi (Acolyte) on Mar 29, 2014 at 21:33 UTC
    Could you please indicate precisely what I should I upgrade? Well, forget it. Seems to be precisely "version".

      The version module, as indicated by the link to the bugtracker and JPEACOCK/version-0.9908.tar.gz. Typing cpan version or cpanm version should install the latest release of the version module. Alternatively, cpan JPEACOCK/version-0.9908.tar.gz or cpanm JPEACOCK/version-0.9908.tar.gz should install release 0.9908 of the version module.

        Yes, upgrading "version" did fix the problem. Thank you very much.