Update of /cvsroot/perl-flat/perl-flat/lib/FLAT/Regex
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10957/lib/FLAT/Regex
Modified Files:
WithExtraOps.pm
Log Message:
...
Index: WithExtraOps.pm
===================================================================
RCS file: /cvsroot/perl-flat/perl-flat/lib/FLAT/Regex/WithExtraOps.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** WithExtraOps.pm 12 Apr 2006 04:28:28 -0000 1.7
--- WithExtraOps.pm 19 Apr 2006 15:27:43 -0000 1.8
***************
*** 47,51 ****
}
! sub as_pfa {
croak "Negate is not supported for RE->NFA";
}
--- 47,51 ----
}
! sub as_nfa {
croak "Negate is not supported for RE->NFA";
}
|