/[webpac2]/trunk/run.pl
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/run.pl

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

revision 268 by dpavlin, Fri Dec 16 21:09:42 2005 UTC revision 269 by dpavlin, Fri Dec 16 21:09:48 2005 UTC
# Line 105  while (my ($database, $db_config) = each Line 105  while (my ($database, $db_config) = each
105                          prefix => $input->{name},                          prefix => $input->{name},
106                  );                  );
107    
108                  $n->open(                  my $normalize_path = $input->{normalize}->{path};
109                          tag => $input->{normalize}->{tag},  
110                          xml_file => $input->{normalize}->{path},                  if ($normalize_path =~ m/\.xml$/i) {
111                  );                          $n->open(
112                                    tag => $input->{normalize}->{tag},
113                                    xml_file => $input->{normalize}->{path},
114                            );
115                    } elsif ($normalize_path =~ m/\.(?:yml|yaml)$/i) {
116                            $n->open_yaml(
117                                    path => $normalize_path,
118                                    tag => $input->{normalize}->{tag},
119                            );
120                    }
121    
122                  for ( 0 ... $isis->size ) {                  for ( 0 ... $isis->size ) {
123    

Legend:
Removed from v.268  
changed lines
  Added in v.269

  ViewVC Help
Powered by ViewVC 1.1.26