From: miker Date: Wed, 16 Feb 2005 20:31:58 +0000 (+0000) Subject: removeing C++ style quote support X-Git-Tag: osrf_rel_2_0_1~1792 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9b591a801d93b365bb8fb7e96685656bc59c6737;p=OpenSRF.git removeing C++ style quote support git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@80 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perlmods/JSON.pm b/src/perlmods/JSON.pm index 18454b5..dac7bca 100644 --- a/src/perlmods/JSON.pm +++ b/src/perlmods/JSON.pm @@ -40,7 +40,7 @@ sub JSON2perl { my ($class, $json) = @_; $json ||= $class; - $json =~ s/\/\/.+$//gmo; # remove C++ comments + #$json =~ s/\/\/.+$//gmo; # remove C++ comments $json =~ s/(?