/[webpac2]/trunk/lib/WebPAC/Parser.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Parser.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 755 by dpavlin, Sun Oct 8 20:28:17 2006 UTC revision 800 by dpavlin, Sun Feb 4 23:10:18 2007 UTC
# Line 238  sub _read_sources { Line 238  sub _read_sources {
238    
239          my @sources;          my @sources;
240    
241            my $lookup_src_cache;
242    
243          $self->{config}->iterate_inputs( sub {          $self->{config}->iterate_inputs( sub {
244                  my ($input, $database) = @_;                  my ($input, $database) = @_;
245    
# Line 260  sub _read_sources { Line 262  sub _read_sources {
262                          $self->{valid_inputs}->{$database}->{$input_name}++;                          $self->{valid_inputs}->{$database}->{$input_name}++;
263    
264                          push @sources, sub {                          push @sources, sub {
265                                    warn "### $database $input_name, $full ###\n";
266                                  $self->_parse_source( $database, $input_name, $full, $s );                                  $self->_parse_source( $database, $input_name, $full, $s );
267                          };                          };
268    

Legend:
Removed from v.755  
changed lines
  Added in v.800

  ViewVC Help
Powered by ViewVC 1.1.26