Changeset 4316

Show
Ignore:
Timestamp:
01/10/08 01:11:17 (5 years ago)
Author:
cho45
Message:

lang/perl/Config-Pit/trunk/lib/Config/Pit.pm:

Apply quote at ppit set.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Config-Pit/trunk/lib/Config/Pit.pm

    r4311 r4316  
    8585 
    8686sub pipe { 
     87        local $YAML::Syck::ImplicitTyping = 1; 
     88        local $YAML::Syck::SingleQuote    = 1; 
    8789        -t STDOUT ? print STDERR 'do not output to tty.' :  print Dump(get(shift)), "\n"; ## no critic 
    8890}