Skip Menu |

This queue is for tickets about the Lingua-AlignmentSet CPAN distribution.

Report information
The Basics
Id: 117600
Status: new
Priority: 0/
Queue: Lingua-AlignmentSet

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.1
Fixed in: (no value)



Subject: Unescaped left brace in regex is illegal here in regex
Module compilation fails with bleadperl (e.g. perl 5.25.4): PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.4/bin/perl5.25.4" "-Iblib/lib" "-Iblib/arch" test.pl 1..1 not ok 1 - use Lingua::AlignmentSet; # Failed test 'use Lingua::AlignmentSet;' # at test.pl line 10. # Tried to use 'Lingua::AlignmentSet'. # Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\{ <-- HERE \\textbackslash\\}/ at blib/lib/Lingua/WriteLatexFile.pm line 87. # Compilation failed in require at blib/lib/Lingua/AlignmentSet.pm line 30. # BEGIN failed--compilation aborted at blib/lib/Lingua/AlignmentSet.pm line 30. # Compilation failed in require at test.pl line 10. # BEGIN failed--compilation aborted at test.pl line 10. Can't locate object method "new" via package "Lingua::AlignmentSet" at test.pl line 19. # Looks like your test exited with 255 just after 1. Makefile:845: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255