fixed missing } at EOF
This commit is contained in:
parent
f4c8f892c4
commit
7684b9caf5
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ sub getborrowernumber {
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
END { } # module clean-up code here (global destructor)
|
||||
1;
|
||||
|
|
Loading…
Reference in a new issue