Changeset 20484 for lang/perl/Moxy

Show
Ignore:
Timestamp:
10/02/08 16:57:11 (3 months ago)
Author:
tokuhirom
Message:

show configration file path

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Moxy/trunk/lib/Moxy/Cmd.pm

    r20483 r20484  
    3131 
    3232    die "missing configuration file path" unless $opt->{config}; 
     33    print "open configuration file: $opt->{config}\n"; 
    3334    my $config = YAML::LoadFile( $opt->{config} ); 
    3435    $config->{global}->{log} ||= { level => 'debug' };