From: Richard D. <ric...@us...> - 2006-08-14 21:01:13
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4107 Modified Files: README TODO Log Message: Document some prereqs Index: README =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 6 Mar 2006 20:06:45 -0000 1.5 --- README 14 Aug 2006 21:01:08 -0000 1.6 *************** *** 33,41 **** DEPENDENCIES ! This module requires these other modules and libraries: Carp Scalar::Util COPYRIGHT AND LICENCE --- 33,49 ---- DEPENDENCIES ! This module requires these other modules: Carp Scalar::Util + This module's test suite is enhanced by the presence of the following + modules: + + Test::Distribution + Test::Pod + File::Find::Rule + Module::CoreList + COPYRIGHT AND LICENCE Index: TODO =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/TODO,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** TODO 27 May 2006 11:50:47 -0000 1.9 --- TODO 14 Aug 2006 21:01:08 -0000 1.10 *************** *** 31,34 **** --- 31,37 ---- on Linux, nothing on the other platforms. + Document pre-reqs for test suite: Test::Distribution, Test::Pod::Coverage + Include these in a .spec file that we can include with distro + Rename the module? ~~~~~~~~~~~~~~~~~~ |