Changeset 5748 for inc

Show
Ignore:
Timestamp:
07/22/05 15:36:23 (3 years ago)
Author:
gaal
svk:copy_cache_prev:
7758
Message:

add usage note; some minor cleanups

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/PugsBuild/Config.pm

    r5745 r5748  
    2323    my($class, $filename) = @_; 
    2424    $Conf = $class->read($filename); 
    25     my $caller = caller; 
    26     no strict 'refs'; 
    27     *{$caller . '::BuildPrefs'} = $Conf; 
    2825} 
    2926