new Perl5Util().match(/[[:alpha:]]/, a) = false

2001-06-12 Thread Adam Shackleford
The expression: new Perl5Util().match(/[[:alpha:]]/, a) returns false with ORO 2.0.3, whereas: new Perl5Util().match(/[[:alnum:]]/, a) returns true. I hope this isn't another newbie mistake... thanks, adam

Re: new Perl5Util().match(/[[:alpha:]]/, a) = false

2001-06-12 Thread Daniel F. Savarese
The expression: new Perl5Util().match(/[[:alpha:]]/, a) returns false with ORO 2.0.3, whereas: new Perl5Util().match(/[[:alnum:]]/, a) returns true. I hope this isn't another newbie mistake... No. You found a bug. Perl5Matcher doesn't have any code in there for handling