Failed to find share dir for dist 'Dancer2'
Hi! I'm trying to setup a dev environment (inside a perlbrew local lib) and I'm stuck at this <https://github.com/PerlDancer/Dancer2/blob/master/GitGuide.md#running-your-modified-version> command, receiving back:
Failed to find share dir for dist 'Dancer2' at lib/Dancer2/CLI/Command/gen.pm line 62. which I guess is to be expected seen that I haven't installed the 'Dancer2' dist from CPAN.
How do you call that 'script/dancer2' bin around that share dir check ? Thanks. -- Marco
On 02/19/2018 01:35 AM, Marco Vittorini Orgeas wrote:
Hi!
I'm trying to setup a dev environment (inside a perlbrew local lib) and I'm stuck at this <https://github.com/PerlDancer/Dancer2/blob/master/GitGuide.md#running-your-modified-version> command, receiving back:
Failed to find share dir for dist 'Dancer2' at lib/Dancer2/CLI/Command/gen.pm line 62. which I guess is to be expected seen that I haven't installed the 'Dancer2' dist from CPAN.
How do you call that 'script/dancer2' bin around that share dir check ?
Thanks. -- Marco
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On 02/20/2018 06:30 PM, Marco Vittorini Orgeas wrote:
On 02/19/2018 01:35 AM, Marco Vittorini Orgeas wrote:
Hi!
I'm trying to setup a dev environment (inside a perlbrew local lib) and I'm stuck at this <https://github.com/PerlDancer/Dancer2/blob/master/GitGuide.md#running-your-modified-version> command, receiving back:
Failed to find share dir for dist 'Dancer2' at lib/Dancer2/CLI/Command/gen.pm line 62. which I guess is to be expected seen that I haven't installed the 'Dancer2' dist from CPAN.
How do you call that 'script/dancer2' bin around that share dir check ?
Thanks. -- Marco
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Hello Marco, tinita pushed a fix for it: https://github.com/PerlDancer/Dancer2/pull/1430 Please test if it works for you. Regards Racke
-- Marco
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- Ecommerce and Linux consulting + Perl and web application programming. Debian and Sympa administration. Provisioning with Ansible.
On 02/20/2018 06:53 PM, Stefan Hornburg (Racke) wrote:
On 02/20/2018 06:30 PM, Marco Vittorini Orgeas wrote:
On 02/19/2018 01:35 AM, Marco Vittorini Orgeas wrote:
Hi!
I'm trying to setup a dev environment (inside a perlbrew local lib) and I'm stuck at this <https://github.com/PerlDancer/Dancer2/blob/master/GitGuide.md#running-your-modified-version> command, receiving back:
Failed to find share dir for dist 'Dancer2' at lib/Dancer2/CLI/Command/gen.pm line 62. which I guess is to be expected seen that I haven't installed the 'Dancer2' dist from CPAN.
How do you call that 'script/dancer2' bin around that share dir check ?
Thanks. -- Marco
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users http://www.perlmonks.org/?node_id=1209472 Hello Marco,
tinita pushed a fix for it: https://github.com/PerlDancer/Dancer2/pull/1430
Please test if it works for you.
Regards Racke
I patched it yesterday and it worked! :) -- Marco
participants (2)
-
Marco Vittorini Orgeas -
Stefan Hornburg (Racke)