From: Chris W. <la...@us...> - 2005-03-24 05:32:07
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28515/Website Modified Files: Upgrade.pm Log Message: just fix description so the 'list_tasks' listing isn't askew Index: Upgrade.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/Upgrade.pm,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Upgrade.pm 18 Mar 2005 04:09:50 -0000 1.19 --- Upgrade.pm 24 Mar 2005 05:31:55 -0000 1.20 *************** *** 15,24 **** sub get_brief_description { ! return <<'DESC'; ! Upgrade your website to a new version of OpenInteract2 -- ! remember to read 'perldoc OpenInteract2::Manual::Changes' ! to see what has been updated and find any configuration changes ! you may need to make. ! DESC } --- 15,24 ---- sub get_brief_description { ! return join( "\n", ! q{Upgrade your website to a new version of OpenInteract2 -- }, ! q{remember to read 'perldoc OpenInteract2::Manual::Changes' }, ! q{to see what has been updated and find any configuration changes }, ! q{you may need to make.} ! ); } |