Ignore:
Timestamp:
2000-08-18T17:37:15+12:00 (24 years ago)
Author:
sjboddie
Message:

Added a -out option to most of the perl building scripts to allow output
debug information to be directed to a file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/TEXTPlug.pm

    r1410 r1424  
    3535}
    3636
    37 use strict;
    38 
    3937sub new {
    4038    my ($class) = @_;
     
    5755    my $self = shift (@_);
    5856    my ($textref, $pluginfo, $base_dir, $file, $metadata, $doc_obj) = @_;
    59    
    60     print STDERR "TEXTPlug: processing $file\n"
     57    my $outhandle = $self->{'outhandle'};
     58
     59    print $outhandle "TEXTPlug: processing $file\n"
    6160    if $self->{'verbosity'} > 1;
    6261   
Note: See TracChangeset for help on using the changeset viewer.