Changeset 3690 for lang/perl/Archer
- Timestamp:
- 12/28/07 11:23:31 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Archer/lib/Archer/Shell.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Archer/lib/Archer/Shell.pm
r3689 r3690 22 22 $term->stifle_history($HISTSIZE); 23 23 if (-f $HISTFILE) { 24 $term->ReadHistory($HISTFILE) or $self-> log('warn' => "cannot read history file: $!");24 $term->ReadHistory($HISTFILE) or $self->{context}->log('warn' => "cannot read history file: $!"); 25 25 } 26 26 … … 32 32 print "\n"; 33 33 34 $term->WriteHistory($HISTFILE) or $self-> log('warn' => "perlsh: cannot write history file: $!");34 $term->WriteHistory($HISTFILE) or $self->{context}->log('warn' => "perlsh: cannot write history file: $!"); 35 35 } 36 36
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)