You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a request to remove the unnecessary MouseX::App::Cmd usage. It forces the user to install a reasonably heavy Mouse install which seems to fail on Mac OSX sometimes for arbitrary reasons such as using a non-system Perl from Macports.
App::Cmd installs fine, so either use App::Cmd to manage the options or use Getopt::Long and keep everything really simple and make Pegex::Cmd super easy to install and light.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi
This is a request to remove the unnecessary MouseX::App::Cmd usage. It forces the user to install a reasonably heavy Mouse install which seems to fail on Mac OSX sometimes for arbitrary reasons such as using a non-system Perl from Macports.
App::Cmd installs fine, so either use App::Cmd to manage the options or use Getopt::Long and keep everything really simple and make Pegex::Cmd super easy to install and light.
Thanks.
The text was updated successfully, but these errors were encountered: