Changeset 3725
- Timestamp:
- 12/28/07 15:08:24 (13 months ago)
- Location:
- lang/perl/Archer/trunk
- Files:
-
- 4 added
- 1 modified
-
lib/Archer.pm (modified) (2 diffs)
-
t/01_simple.t (added)
-
t/01_simple.yaml (added)
-
t/Plugin (added)
-
t/Plugin/Dummy.pm (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Archer/trunk/lib/Archer.pm
r3715 r3725 84 84 } 85 85 86 my $class = "Archer::Plugin::$plugin->{module}";86 my $class = ($plugin->{module} =~ /^\+(.+)$/) ? $1 : "Archer::Plugin::$plugin->{module}"; 87 87 $self->log( 'debug' => "load $class" ); 88 88 $class->use or die $@; … … 107 107 $parallel->use or die $@; 108 108 109 # construct elements 110 # this one doesn't work for me 111 # my $server_tree = $self->{config}->{projects}->{$self->{project}}; 112 # but this one do 113 my $server_tree = $self->{ config }->{ projects }; 109 my $server_tree = $self->{config}->{projects}->{$self->{project}}; 114 110 115 111 my @elems;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)