/[webpac2]/trunk/lib/WebPAC/Config.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/Config.pm

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

revision 685 by dpavlin, Sun Sep 24 17:24:59 2006 UTC revision 688 by dpavlin, Sun Sep 24 18:52:31 2006 UTC
# Line 14  WebPAC::Config - handle WebPAC configura Line 14  WebPAC::Config - handle WebPAC configura
14    
15  =head1 VERSION  =head1 VERSION
16    
17  Version 0.01  Version 0.02
18    
19  =cut  =cut
20    
21  our $VERSION = '0.01';  our $VERSION = '0.02';
22    
23  =head1 SYNOPSIS  =head1 SYNOPSIS
24    
# Line 136  sub webpac { Line 136  sub webpac {
136  =head2 iterate_inputs  =head2 iterate_inputs
137    
138    $config->iterate_inputs( sub {    $config->iterate_inputs( sub {
139          my $input = shift;          my ($input, $database, $database_config_hash) = @_;
140          # ... do something with input config hash          # ... do something with input config hash
141    } );    } );
142    
# Line 162  sub iterate_inputs { Line 162  sub iterate_inputs {
162    
163                  foreach my $input (@inputs) {                  foreach my $input (@inputs) {
164                          $log->debug("iterating over input ", dump($input));                          $log->debug("iterating over input ", dump($input));
165                          $code_ref->($input);                          $code_ref->($input, $database, $db_config);
166                  }                  }
167          }          }
168    

Legend:
Removed from v.685  
changed lines
  Added in v.688

  ViewVC Help
Powered by ViewVC 1.1.26