Opened 10 years ago
Closed 4 years ago
#51 closed defect (duplicate)
Use of uninitialized value $value in lc at /usr/share/perl5/Wiki/Toolkit/Store/Database.pm line 1741
Reported by: | Dominic Hargreaves | Owned by: | Dominic Hargreaves |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | wiki-toolkit | Version: | 0.79 |
Keywords: | Cc: |
Description
Seen in openguides test output with perl 5.12.3:
t/71_missing_metadata.t .................. 1/26 Use of uninitialized value $value in lc at /usr/share/perl5/Wiki/Toolkit/Store/Database.pm line 1741. Use of uninitialized value $value in lc at /usr/share/perl5/Wiki/Toolkit/Store/Database.pm line 1741.
Attachments (1)
Change History (6)
comment:1 Changed 10 years ago by
Version: | svn → 0.79 |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 9 years ago by
I think this is a valid warning from Wiki::Toolkit given what t/71_missing_metadata.t does. It creates a node with some metadata which has no value which in the normal scheme things shouldn't happen.
Changed 9 years ago by
comment:5 Changed 4 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627130