lizmat / App-Rak

21st century grep / find / ack / ag / rg on steroids
Artistic License 2.0
152 stars 7 forks source link

installation error #11

Closed finanalyst closed 1 year ago

finanalyst commented 1 year ago

This morning tried to upgrade Rak. Got

zef install App::Rak --force-install
===> Searching for: App::Rak
===> Searching for missing dependencies: rak:ver<0.0.22>:auth<zef:lizmat>
===> Testing: rak:ver<0.0.22>:auth<zef:lizmat>
===> Testing [OK] for rak:ver<0.0.22>:auth<zef:lizmat>
===> Testing: App::Rak:ver<0.0.95>:auth<zef:lizmat>
===> Testing [OK] for App::Rak:ver<0.0.95>:auth<zef:lizmat>
===> Installing: rak:ver<0.0.22>:auth<zef:lizmat>
===> Installing: App::Rak:ver<0.0.95>:auth<zef:lizmat>
===> Install [FAIL] for App::Rak:ver<0.0.95>:auth<zef:lizmat>: ===SORRY!=== Error while compiling /home/richard/development/home#sources/91DADAD026AEAA980DA4EE2F1755A62256A17D66 (new)
Variable '@options' is not declared.  Did you mean '$option'?
at /home/richard/development/home#sources/91DADAD026AEAA980DA4EE2F1755A62256A17D66 (new):189
------>         elsif ⏏@options.map(-> $after {

===SORRY!=== Error while compiling /home/richard/development/home#sources/91DADAD026AEAA980DA4EE2F1755A62256A17D66 (new)
Variable '@options' is not declared.  Did you mean '$option'?
at /home/richard/development/home#sources/91DADAD026AEAA980DA4EE2F1755A62256A17D66 (new):189
------>         elsif ⏏@options.map(-> $after {
lizmat commented 1 year ago

Argh.... my argument parsing refactor work blead into the distribution.

$ fez update
$ fez install App::Rak

should fix it.

Thanks for the report!