Subject: | backslash is not escaped |
In the _value_as_string routine of the Data::ICal::Property, I found the
following code:
$value =~ s/\\/\\/gs;
This looks meaningless...
I think this should be
$value =~ s/\\/\\\\/gs;
This queue is for tickets about the Data-ICal CPAN distribution.
The Basics
People
|
Bug Information
|