From: Chris W. <la...@us...> - 2005-01-26 02:37:10
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Package In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32604/lib/OpenInteract2/Manage/Package Modified Files: Export.pm Log Message: fix website creation problems spawned by recent ::Setup change Index: Export.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Package/Export.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Export.pm 25 Jan 2005 02:47:24 -0000 1.13 --- Export.pm 26 Jan 2005 02:36:10 -0000 1.14 *************** *** 85,90 **** } else { ! $filename = sprintf( 'Exported package %s-%s to %s', ! $package->name, $package->version, $filename ); } my %status = ( --- 85,90 ---- } else { ! $msg = sprintf( 'Exported package %s-%s to %s', ! $package->name, $package->version, $filename ); } my %status = ( |