Changeset 4301
- Timestamp:
- 01/09/08 23:43:55 (5 years ago)
- Location:
- lang/perl/Config-Pit/trunk
- Files:
-
- 2 modified
-
lib/Config/Pit.pm (modified) (3 diffs)
-
t/97_podspell.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Config-Pit/trunk/lib/Config/Pit.pm
r4293 r4301 18 18 our $VERSION = '0.01'; 19 19 our $directory = dir(File::HomeDir->my_home, ".pit"); 20 our $config_file = $directory->file(" config.yaml");20 our $config_file = $directory->file("pit.yaml"); 21 21 our $profile_file = undef; 22 22 … … 133 133 134 134 Config::Pit is account setting management library. 135 This library automates edit ting settings used in scripts.135 This library automates editing settings used in scripts. 136 136 137 137 Original library is written in Ruby and published as pit gem with management command. … … 242 242 L<http://lowreal.rubyforge.org/pit/> is pit in Ruby. 243 243 244 C<bin/ppit> is pit command in Perl.244 F<bin/ppit> is pit command in Perl. 245 245 246 246 =cut -
lang/perl/Config-Pit/trunk/t/97_podspell.t
r4275 r4301 12 12 cho45 13 13 rubygems 14 ppit
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)