Ticket #51 (new defect)

Opened 2 years ago

Last modified 13 months ago

Use of uninitialized value $value in lc at /usr/share/perl5/Wiki/Toolkit/Store/Database.pm line 1741

Reported by: dom Owned by: dom
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

51.patch Download (426 bytes) - added by bob 13 months ago.

Change History

Changed 2 years ago by dom

  • version changed from svn to 0.79

Changed 14 months ago by bob

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 13 months ago by bob

Changed 13 months ago by bob

this patch probably needs thinking about.

Note: See TracTickets for help on using tickets.