xsawyerx / guacamole

Guacamole is a parser toolkit for Standard Perl. It provides fully static BNF-based parsing capability to a reasonable subset of Perl.
https://metacpan.org/pod/Guacamole
20 stars 8 forks source link

Guacamole/standard does not work from command-line -M -e #102

Open Tux opened 4 years ago

Tux commented 4 years ago
perl -Mstandard -we'my $foo = 42;'
Error open (<:unix:utf8_strict) on '-e': No such file or directory at /pro/lib/perl5/site_perl/5.32.0/standard.pm line 13.
BEGIN failed--compilation aborted.