CheckRoutinePerms()

Check if the current user of the DBH has permissions to create/drop procedures

if (!CheckRoutinePerms($dbh)) {
    plan skip_all =>
        $dbh->errstr();
}

1 POD Error

The following errors were encountered while parsing the POD:

Around line 100:

'=item' outside of any '=over'

=over without closing =back