From: <per...@li...> - 2006-02-24 06:20:30
|
Update of /cvsroot/perl-flat/blokhead/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27791/lib Modified Files: FLAT.pm 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: FLAT.pm =================================================================== RCS file: /cvsroot/perl-flat/blokhead/lib/FLAT.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FLAT.pm 24 Feb 2006 00:12:39 -0000 1.4 --- FLAT.pm 24 Feb 2006 06:20:25 -0000 1.5 *************** *** 61,64 **** --- 61,66 ---- 1; + __END__ + =head1 NAME |