in reply to Re: YAML::XS perl/regexp (?u:(?u:
in thread YAML::XS perl/regexp (?u:(?u:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: YAML::XS perl/regexp (?u:(?u:
by Boldra (Curate) on Dec 06, 2017 at 13:15 UTC
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^3: YAML::XS perl/regexp (?u:(?u:
by Your Mother (Archbishop) on Dec 06, 2017 at 21:45 UTC

    The "actual" issue is YAML::XS will not properly roundtrip regular expression serialization and deserialization. There is no solution—other than using a better-behaved YAML handler—until the package is patched against this bug.

      other than using a better-behaved YAML handler
      which one? ;-)

        Thankfully, you retroactively listed those with the problem. :P And a patch too!