Difference for lib/collect.pl.in from version 1.10 to 1.11


version 1.10 version 1.11
Line 68
 
Line 68
     # We still support the old consolidated treasure information      # We still support the old consolidated treasure information
     # so copy it over.      # so copy it over.
     open(TREASURES,">".$treasures) || &die("cannot open ".$treasures);      open(TREASURES,">".$treasures) || &die("cannot open ".$treasures);
     print TREASURES "      print TREASURES "#
 # Do not modify this file - any changes will get overwritten.  # Do not modify this file - any changes will get overwritten.
 # instead, modify the treasures file or the .trs file in the  # instead, modify the treasures file or the .trs file in the
 # arch directory.\n  # arch directory.\n#
 ";  ";
   
     open(TR, "<treasures");      open(TR, "<treasures");


Legend:
line(s) removed in v.1.10 
line(s) changed
 line(s) added in v.1.11

File made using version 1.98 of cvs2html by leaf at 2011-07-21 18:44