Changeset 3704 for lang/perl/Archer/lib/Archer/Shell.pm
- Timestamp:
- 12/28/07 11:23:45 (13 months 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
r3703 r3704 17 17 my ( $self, ) = @_; 18 18 19 # initialize parallel manager. 20 $self->{parallel} = $self->{context}->{config}->{global}->{parallel} 21 || 'Archer::Parallel::ForkManager'; 22 $self->{parallel}->use or die $@; 23 24 # initialize readline library. 19 25 my $term = Term::ReadLine->new('Archer'); 20 26 … … 55 61 sub catch_run { 56 62 my ( $self, $cmd ) = @_; 57 58 $self->{parallel} = $self->{context}->{config}->{global}->{parallel}59 || 'Archer::Parallel::ForkManager';60 $self->{parallel}->use or die $@;61 63 62 64 if ( $cmd =~ /^on/ ) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)