Changeset 4220

Show
Ignore:
Timestamp:
01/08/08 17:42:36 (5 years ago)
Author:
yappo
Message:

lang/perl/Config-Pit: < tokuhirom> \&pod2usage でいけるんじゃね

Files:
1 modified

Legend:

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

    r4218 r4220  
    1515    set    => \&Config::Pit::set, 
    1616    switch => \&Config::Pit::switch, 
    17 }->{(shift || '')} || sub { pod2usage } )->($ARGV[1]); 
     17}->{(shift || '')} || \&pod2usage )->($ARGV[1]); 
    1818 
    1919__END__