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 86:

'=item' outside of any '=over'

=over without closing =back