From: <per...@li...> - 2006-03-03 05:53:54
|
Update of /cvsroot/perl-flat/perl-flat-legacy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22780 Modified Files: MANIFEST Log Message: updated MANIFEST Index: MANIFEST =================================================================== RCS file: /cvsroot/perl-flat/perl-flat-legacy/MANIFEST,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MANIFEST 27 Feb 2006 17:42:17 -0000 1.6 --- MANIFEST 3 Mar 2006 05:53:52 -0000 1.7 *************** *** 2,9 **** --- 2,36 ---- Makefile.PL MANIFEST + META.yml README t/FLAT.t t/FLAT-FA-RE.t t/FLAT-FA-PRE.t + samples/bench.pl + samples/dfa2re.pl + samples/dfatest.pl + samples/make.tests.pl + samples/nfatest.pl + samples/pfa2nfa.pl + samples/pfatest.pl + samples/pre2dfa.stress.pl + samples/pretest.pl + samples/re2nfa.pl + samples/re2nfa.stress.pl + samples/retest.pl + t/FLAT-FA-PRE.t + t/FLAT-FA-RE.t + t/FLAT.t + t/input/dfa.1 + t/input/nfa.1 + t/input/nfa.2 + t/input/nfa.3 + t/input/nfa.4 + t/input/nfa.5 + t/input/nfa.6 + t/input/nfa.7 + t/input/pfa.1 + t/input/pfa.2 + t/input/pfa.3 lib/FLAT/FA.pm lib/FLAT/FA/DFA.pm *************** *** 12,14 **** lib/FLAT/FA/RE.pm lib/FLAT/FA/PRE.pm - --- 39,40 ---- |