/[libconf]/libconf/perl-Libconf/Libconf.pm
ViewVC logotype

Diff of /libconf/perl-Libconf/Libconf.pm

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

revision 1.17 by dams, Mon Apr 21 16:37:56 2003 UTC revision 1.18 by chl, Mon Apr 21 18:58:30 2003 UTC
# Line 313  sub parse { Line 313  sub parse {
313              $matched and last;              $matched and last;
314          }          }
315  #       validate($out, $out_atoms[$item]);  #       validate($out, $out_atoms[$item]);
316          $in !~ /^\s*$/ and push @{$out_atoms[$item]->{invalid}}, $in;          $in !~ /^\s*$/ and push @{$out_atoms[$item]->{invalid}}, $in and print "Libconf.pm warning: can't parse line :\n$in\n";
317          $keep_atom or $item++;          $keep_atom or $item++;
318  #       if (!$keep_atom) {  #       if (!$keep_atom) {
319  #           $item++;  #           $item++;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26