Ignore:
Timestamp:
2010-10-29T15:00:58+13:00 (14 years ago)
Author:
ak19
Message:

A useful debug version of the rm method which got added in when Dr Bainbridge fixed the mimetype file deleting issue (commit 23248).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/classify/List.pm

    r23154 r23249  
    270270        # Unicode/Collate directory.
    271271    require Unicode::Collate;
     272    #print STDERR "*** What's in INC: ".join(", ", @INC) ."\n";
    272273    $self->{'unicode_collator'} = Unicode::Collate->new();
     274    #print STDERR "Table name: ".$self->{'unicode_collator'}->{'table'}."\n";
    273275    }
    274276
Note: See TracChangeset for help on using the changeset viewer.