this is wrongdoing, since the scalar_accessors and array_accessors will be placed under AutoSQL::Object typeglob
$instance = AutoSQL::Object->new(
    -scalar_accessors => \@scalar_accessors,
    -array_accessors => \@array_accessors,
    -factory => $self,
    -type => $type,
    @args);

1 POD Error

The following errors were encountered while parsing the POD:

Around line 22:

'=item' outside of any '=over'

=over without closing =back