Changeset 4301

Show
Ignore:
Timestamp:
01/09/08 23:43:55 (5 years ago)
Author:
cho45
Message:

lang/perl/Config-Pit/trunk/t/97_podspell.t,
lang/perl/Config-Pit/trunk/lib/Config/Pit.pm:

Fix config file name. (same as pit in ruby)

Location:
lang/perl/Config-Pit/trunk
Files:
2 modified

Legend:

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

    r4293 r4301  
    1818our $VERSION      = '0.01'; 
    1919our $directory    = dir(File::HomeDir->my_home, ".pit"); 
    20 our $config_file  = $directory->file("config.yaml"); 
     20our $config_file  = $directory->file("pit.yaml"); 
    2121our $profile_file = undef; 
    2222 
     
    133133 
    134134Config::Pit is account setting management library. 
    135 This library automates editting settings used in scripts. 
     135This library automates editing settings used in scripts. 
    136136 
    137137Original library is written in Ruby and published as pit gem with management command. 
     
    242242L<http://lowreal.rubyforge.org/pit/> is pit in Ruby. 
    243243 
    244 C<bin/ppit> is pit command in Perl. 
     244F<bin/ppit> is pit command in Perl. 
    245245 
    246246=cut 
  • lang/perl/Config-Pit/trunk/t/97_podspell.t

    r4275 r4301  
    1212cho45 
    1313rubygems 
     14ppit