Skip Menu |

This queue is for tickets about the App-ZofCMS-Plugin-DBIPPT CPAN distribution.

Report information
The Basics
Id: 90132
Status: resolved
Priority: 0/
Queue: App-ZofCMS-Plugin-DBIPPT

People
Owner: Nobody in particular
Requestors: cpan [...] zoffix.com
Cc:
AdminCc:

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



Subject: Undef warnings all over the error.log
Add "next unless defined;" in the process key loops to make sure operations are not performed on undefined values: for ( @$ref ) { if ( $is_hash ) { for ( @$_{ @n } ) { next unless defined; encode_entities $_; s/\r?\n/<br>/g; } for ( @$_{ @t } ) { next unless defined; $_ = localtime $_ if defined and length; } } else { for ( @$_[ @n ] ) { next unless defined; encode_entities $_; s/\r?\n/<br>/g; } for ( @$_[ @t ] ) { $_ = localtime $_ if defined and length; } } }
Fixed in 1.001001 -- Cheers, ZZ [ https://metacpan.org/author/ZOFFIX ]