Changeset 21782
- Timestamp:
- 10/21/08 15:49:05 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Module-Setup/trunk/lib/Module/Setup.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Module-Setup/trunk/lib/Module/Setup.pm
r21775 r21782 226 226 227 227 sub install_flavor { 228 my($self, $ name, $tmpl) = @_;228 my($self, $tmpl) = @_; 229 229 230 230 my $flavor = $self->base_dir->flavor; … … 236 236 } elsif (exists $tmpl->{plugin} && $tmpl->{plugin}) { 237 237 $path = $flavor->plugins->path_to(split '/', $tmpl->{plugin}); 238 } else { 239 return; 238 240 } 239 241 … … 267 269 $config = $tmpl->{config}; 268 270 } else { 269 $self->install_flavor($ name, $tmpl);271 $self->install_flavor($tmpl); 270 272 } 271 273 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)