The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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