| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 
 | libregexp-grammars-perl (1.053-1) unstable; urgency=medium
  Version 1.035 contains the following change:
    * 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 \%\%
 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 04 May 2020 06:06:10 +0200
libregexp-grammars-perl (1.020-1) unstable; urgency=low
  Version 1.020 contains the following change:
    * BACKWARDS INCOMPATIBLE CHANGE!!!!
      Due to limitations in Perl's qr overload
      The <\IDENT> backreference syntax has had to be changed
      to <\_IDENT> 
 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 16 Aug 2012 09:26:32 +0200
 |