psh icon indicating copy to clipboard operation
psh copied to clipboard

Push a new version to CPAN

Open a3f opened this issue 8 years ago • 1 comments

CPAN release is broken with more recent Perls. Github repository here contains code changes not in the CPAN release, e.g. https://rt.cpan.org/Public/Bug/Display.html?id=105916

a3f avatar Dec 27 '17 22:12 a3f

Worse, the CPAN index seems to be stuck between versions, so if you install Psh you get v1.8 and if you install Psh::Builtins::Alias you get v1.8.1.

cpan> m /^Psh/ | less
Module  < Psh                    (GREGOR/psh-1.8.tar.gz)
Module  < Psh::Builtins::Alias   (GREGOR/psh-1.8.1.tar.gz)
Module  < Psh::Builtins::Bg      (GREGOR/psh-1.8.1.tar.gz)
Module  < Psh::Builtins::Bind    (GREGOR/psh-1.8.1.tar.gz)
...

snakpak avatar May 17 '19 04:05 snakpak