- updated to 1.058
see /usr/share/doc/packages/perl-Regexp-Grammars/Changes
1.058
* Added a CONTRIBUTING file to the distribution.
(Thanks, Marc!)
* Removed unneeded dependency on B::Hooks::Parser
(Thanks, Lars!)
* Backed out a fix for a very subtle bug with automatic whitespace matching under <debug: on>
The original fix in 1.057 was insufficient. This will be fixed properly in the next release.
(sorry, Malan!)
OBS-URL: https://build.opensuse.org/request/show/1006065
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Grammars?expand=0&rev=14
updated to 1.054
see /usr/share/doc/packages/perl-Regexp-Grammars/Changes
1.053
* Fixed irritating "Satisified" typo in interface
(thanks, Stéphane!)
* Fixed equally irritating "???/!!!" typo in docs
(thanks, Stéphane!)
* Other minor doc fixes
* INCOMPATIBLE CHANGE: <, %, and %% are now never treated as literal.
They are now always either part of the module's metasyntax,
or else a fatal error. All literal <, %, and %% characters
must henceforth be quoted by backslashing: \<, \%, and \%\%
(thanks, Hugo!)
1.054
* Fixed bug in positive lookahead translation
(thanks Hugo!)
OBS-URL: https://build.opensuse.org/request/show/800619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Grammars?expand=0&rev=10