Changeset 337 for server/trunk/web/lib


Ignore:
Timestamp:
01/24/11 02:08:06 (13 years ago)
Author:
nanardon
Message:
  • handle glob metapath
Location:
server/trunk/web/lib/Sophie
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Scan.pm

    r333 r337  
    5959        eval "require Sophie::Scan::MetaPath::$type"; 
    6060        if ($@) { 
    61             warn "Cannot load MetaPath $type"; 
     61            warn "Cannot load MetaPath $type: $@"; 
    6262            next; 
    6363        } 
    64         "Sophie::Scan::MetaPath::$type"->run($self, $_); 
     64        warn "$$ Updating Meta $_"; 
     65        my $meta = "Sophie::Scan::MetaPath::$type"->new($self, $_); 
     66        $meta->run(); 
    6567    } 
    6668} 
Note: See TracChangeset for help on using the changeset viewer.