From: <per...@li...> - 2006-02-23 20:43:21
|
Update of /cvsroot/perl-flat/blokhead/dev-scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23678/dev-scripts Modified Files: bdetest.pl Log Message: yet another testwq Index: bdetest.pl =================================================================== RCS file: /cvsroot/perl-flat/blokhead/dev-scripts/bdetest.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bdetest.pl 23 Feb 2006 20:39:36 -0000 1.4 --- bdetest.pl 23 Feb 2006 20:43:19 -0000 1.5 *************** *** 9,12 **** my $RE = FLAT::Regex::WithExtraOps->new('ab|c* & (a|b)*'); - # print $RE->as_string; --- 9,11 ---- |