K 10 svn:author V 4 paul K 8 svn:date V 27 2000-12-30T00:14:01.000000Z K 7 svn:log V 338 Change open modes from ">$file" to "> $file" because it's much safer should $file not be what you expect, particularly should $file turn out to be "+REQUIRES" since ">+" is a valid open mode. This isn't currently a problem since $file is constructed safely but it removes the potential of future problems. Pointed out by Anton Berezin. END