Source: libregexp-assemble-perl Version: 0.34-6 Severity: important User: debian-p...@lists.debian.org Usertags: perl-5.14-transition
This package fails to build with perl 5.14, currently in experimental: # Failed test 'add (^a) (ma)' # at t/03_str.t line 207. # got: '(?^:(?:^|m)a)' # expected: '(?-xism:(?:^|m)a)' # Failed test 'add (^a) (ma) (wa)' # at t/03_str.t line 207. # got: '(?^:(?:[mw]|^)a)' # expected: '(?-xism:(?:[mw]|^)a)' # Failed test 'add (^a) (\^a)' # at t/03_str.t line 207. # got: '(?^:(?:^|\^)a)' # expected: '(?-xism:(?:^|\^)a)' # Failed test 'add (^a) (0a)' # at t/03_str.t line 207. # got: '(?^:(?:^|0)a)' # expected: '(?-xism:(?:^|0)a)' .... Fixed in 0.35. Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org