Changeset 3703
- Timestamp:
- 12/28/07 11:23:44 (13 months ago)
- Location:
- lang/perl/Archer
- Files:
-
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
lib/Archer/Shell.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Archer/Makefile.PL
r3700 r3703 29 29 requires 'IO::Prompt'; 30 30 requires 'Kwalify'; 31 requires 'File::HomeDir'; 31 32 32 33 use_test_base; -
lang/perl/Archer/lib/Archer/Shell.pm
r3702 r3703 5 5 use Term::ReadLine; 6 6 use POSIX; 7 use File::HomeDir; 8 use Path::Class; 7 9 8 10 sub new { … … 17 19 my $term = Term::ReadLine->new('Archer'); 18 20 19 my $HISTFILE = ( $ENV{HOME} || ( ( getpwuid($<) )[7] ) ) 20 . "/.archer_shell_history"; 21 my $HISTFILE = file( File::HomeDir->my_home, "/.archer_shell_history" ); 21 22 my $HISTSIZE = 256; 22 23
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)