Update of /cvsroot/perl-flat/blokhead
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27791
Modified Files:
MANIFEST
Log Message:
POD stubs for all public modules, with all method definitions
updated Regex.pm for clearer handling of "[foo]" extended characters..
this really needs to be made uniform across all modules, so we always
handle input strings, alphabets the same way
Index: MANIFEST
===================================================================
RCS file: /cvsroot/perl-flat/blokhead/MANIFEST,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MANIFEST 14 Nov 2005 18:05:03 -0000 1.1
--- MANIFEST 24 Feb 2006 06:20:25 -0000 1.2
***************
*** 5,8 ****
--- 5,12 ----
lib/FLAT/Regex/WithNegations.pm
lib/FLAT/Regex.pm
+ lib/FLAT/FA.pm
+ lib/FLAT/NFA.pm
+ lib/FLAT/DFA.pm
+ lib/FLAT/Transition.pm
lib/FLAT.pm
Makefile.PL
|