|
From: <jas...@us...> - 2003-04-27 00:49:16
|
Update of /cvsroot/genex/genex-server/Mason/workspace In directory sc8-pr-cvs1:/tmp/cvs-serv13368 Modified Files: arrays.html.in Log Message: added GENEX_EXTRALIBS Index: arrays.html.in =================================================================== RCS file: /cvsroot/genex/genex-server/Mason/workspace/arrays.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** arrays.html.in 21 Apr 2003 00:29:37 -0000 1.2 --- arrays.html.in 27 Apr 2003 00:49:13 -0000 1.3 *************** *** 9,12 **** --- 9,14 ---- </%attr> <%once>; + use lib qw(%%GENEX_EXTRALIBS%%); + use Bio::Genex; use Bio::Genex::Config; |