Bug#404933: pugs: Regular expressions do not work

2007-07-18 Thread BUCHMULLER Norbert
The problem is that Perl5's @INC contains the '/usr/local/lib' paths and not the '/usr/lib' ones. A simple workaround: ln -s /usr/share/perl6/5.8 /usr/local/share/perl6 Best regards, norbi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#404933: pugs: Regular expressions do not work

2006-12-29 Thread Ilya Martynov
Package: pugs Version: 6.2.13-0.1 Severity: important Any Perl6 program which uses regexps doesn't seem to work with pugs. For example: [EMAIL PROTECTED]:~/devel/pugs$ pugs -e '/x/' Error eval perl5: if (!$INC{'Pugs/Runtime/Match/HsBridge.pm'}) { unshift @INC,