Show
Ignore:
Timestamp:
01/10/08 00:05:50 (5 years ago)
Author:
yappo
Message:

lang/perl/Config-Pit/trunk/bin/ppit: fix logical operation is the opposite direction

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Config-Pit/trunk/bin/ppit

    r4305 r4307  
    1212 
    1313({ 
    14     get    => sub { -t STDOUT || printf "%s\n", YAML::Dump(Config::Pit::get(shift))}, 
     14    get    => sub { -t STDOUT && printf "%s\n", YAML::Dump(Config::Pit::get(shift))}, 
    1515    set    => \&Config::Pit::set, 
    1616    switch => \&Config::Pit::switch,