Skip to content

Commit a9ba5ef

Browse files
committed
pg_arrays: Use .dispose instead of .disconnect
1 parent 1c47b5f commit a9ba5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pg_arrays.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ say %h;
7373

7474
# Cleanup
7575
$sth.finish;
76-
$dbh.disconnect;
76+
$dbh.dispose;

0 commit comments

Comments
 (0)