mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Tweak
This commit is contained in:
parent
b158c0ebfc
commit
e120f1e6a1
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ sub return_null {
|
|||
}
|
||||
|
||||
sub my_defined {
|
||||
# warn("defined($_[0])\n");
|
||||
return defined $_[0] ? 1 : 0;
|
||||
defined($_[0]) ? 1 : 0;
|
||||
}
|
||||
|
||||
sub noop {
|
||||
|
|
Loading…
Add table
Reference in a new issue