Skip Menu |

This queue is for tickets about the Text-German CPAN distribution.

Report information
The Basics
Id: 12144
Status: new
Priority: 0/
Queue: Text-German

People
Owner: Nobody in particular
Requestors: marcus [...] thiesen.org
Cc:
AdminCc:

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



Subject: Another Warning
Use of uninitialized value in bitwise and (&) at /usr/local/share/perl/5.8.4/Text/German/Endung.pm line 52. Patch is: replace if (defined $ENDUNG{$endung} and ($ENDUNG{$endung}->[1] & $class)) { with if (defined $ENDUNG{$endung} && defined $ENDUNG{$endung}->[1] and ($ENDUNG{$endung}->[1] & $class)) {