1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00
This commit is contained in:
Adam Kennedy 2009-04-23 10:00:32 +00:00
parent b158c0ebfc
commit e120f1e6a1

View file

@ -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 {