stevieb9 / berrybrew

Perlbrew for Windows!
Other
63 stars 9 forks source link

exec not working with cloned perls #183

Closed stevieb9 closed 4 years ago

stevieb9 commented 5 years ago

See https://github.com/dnmfarrell/berrybrew/issues/23

stevieb9 commented 4 years ago

After changing custom_exec from false (the default) to true in the data\config.json file, it works as expected (work on dnmfarrell/berrybrew#23):

c:\repos\berrybrew>berrybrew clone 5.10.1_32 clone-test
Successfully registered clone-test
Successfully installed custom perl 'clone-test'

c:\repos\berrybrew>berrybrew exec perl -E "say 'hi'"

perl-5.10.1_32
==============
hi
perl-clone-test
==============
hi
stevieb9 commented 4 years ago

Closes dnmfarrell/berrybrew#23