Changeset 17837 for lang/perl/HTML-MobileJp-Filter
- Timestamp:
- 08/18/08 12:55:04 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTML-MobileJp-Filter/trunk/lib/HTML/MobileJp/Filter.pm
r17836 r17837 23 23 for my $config (@{ $self->filters }) { 24 24 my $filter = do { 25 my $module = __PACKAGE__ ."::$config->{module}";25 my $module = $config->{module} =~ m{^\+(.*)$} ? $1 : __PACKAGE__ ."::$config->{module}"; 26 26 Class::MOP::load_class($module); 27 27 $module->new($config);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)