[Add the regex reshuffle to the release notes Ian Lynagh **20060825110520] { hunk ./docs/users_guide/6.6-notes.xml 709 + + + The Text.Regex and + Text.Regex.Posix modules have been removed. + Instead, use the new regex-compat package + for a drop-in Text.Regex replacement, or + the new library in the new regex-posix + package. + + hunk ./docs/users_guide/6.6-notes.xml 866 + + + + + + regex-base + + + + Version 0.71. + + + + + New library that provides common functions for different + regex backends. + + + + + + + regex-compat + + + + Version 0.71. + + + + + New package providing a replacement + Text.Regex module. + + + + + + + regex-posix + + + + Version 0.71. + + + + + A new package providing POSIX regexes. + }