Changeset 203


Ignore:
Timestamp:
01/14/06 17:59:31 (18 years ago)
Author:
thauvin
Message:
  • Fix mkpath call
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ObsData/Repository.pm

    • Property cvs2svn:cvs-rev changed from 1.75 to 1.76
    r200 r203  
    691691            ); 
    692692        } else { 
    693             eval { mkpath($dirname) }; 
     693            eval { File::Path::mkpath($dirname) }; 
    694694            if($@) { 
    695695                $self->logging( 
Note: See TracChangeset for help on using the changeset viewer.