Re: More parsing trouble

"Stephen Schaefer" <[email protected]>
Newsgroups gmane.comp.sysutils.isconf.devel
Message-ID <[email protected]>
This seems to have fixed my trouble:

$ cvs diff -u -D yesterday Variable.pm
Index: Variable.pm
===================================================================
RCS file:
/archive/cvsroot/jumpstart/isconf/lib/perl5/Isconf/File/Variable.pm,v
retrieving revision 1.1
diff -u -r1.1 Variable.pm
--- Variable.pm 4 Feb 2003 18:52:31 -0000       1.1
+++ Variable.pm 11 Feb 2003 23:06:32 -0000
@@ -50,6 +50,7 @@
                }
                $value =~ s/^|$/'/g;
        }
+       $value=q{''} if ($value eq "");

        return $obj->name() . "=" . $value;
 }


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.