mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -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 {
|
sub my_defined {
|
||||||
# warn("defined($_[0])\n");
|
defined($_[0]) ? 1 : 0;
|
||||||
return defined $_[0] ? 1 : 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sub noop {
|
sub noop {
|
||||||
|
|
Loading…
Add table
Reference in a new issue