Changeset 5890


Ignore:
Timestamp:
07/06/09 22:54:42 (3 years ago)
Author:
ryan52
Message:

print the directory too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Locale-Msgfmt/lib/Locale/Msgfmt.pm

    r5889 r5890  
    7777        File::Path::mkpath( $hash->{out} ); 
    7878    } 
     79    print $hash->{in} . " -> " . $hash->{out} . "\n" if ( $hash->{verbose} ); 
    7980    opendir my $D, $hash->{in} or die "Could not open ($hash->{in}) $!"; 
    8081    my @list = readdir $D; 
Note: See TracChangeset for help on using the changeset viewer.