Changeset 24
- Timestamp:
- 12/09/07 22:58:17 (1 year ago)
- Files:
-
- trunk/dev-tools/update-loblaw-test.plx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dev-tools/update-loblaw-test.plx
r23 r24 230 230 or DieLog("unable to open $LOBLAW_LIST_FILE: $!"); 231 231 while (my $line = <FILE_LIST>) { 232 next if /^\s*#/;232 next if $line =~ /^\s*#/; 233 233 unless ($line =~ 234 234 m%^\s*([/a-zA-Z0-9\-\.\_]+)\s+\=\>\s+/([/a-zA-Z0-9\-\.\_]+)\s*$%) {