mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
DBD-SQLite: resolved #45171, maybe a perl bug resolved somewhere perl > 5.8.5
This commit is contained in:
parent
be67902376
commit
28ed4ffc44
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ sub return_null {
|
|||
|
||||
sub my_defined {
|
||||
# warn("defined($_[0])\n");
|
||||
return defined $_[0];
|
||||
return defined $_[0] ? 1 : 0;
|
||||
}
|
||||
|
||||
sub noop {
|
||||
|
|
Loading…
Add table
Reference in a new issue