The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::TypePad::CodeGen - Functions for auto-generating this library from the API's reflection endpoint

NAME

WWW::TypePad::[% package %] - [% package %] API methods

METHODS

[% IF loop.first %]=over 4 [% END %]

[% canonical %]
  my $res = $tp->[% decamelize(package) %]->[% canonical %]([% FOREACH param IN params %]$[% param %][% UNLESS loop.last %], [% END %][% END %]);

[% escape_pod(method.docString) %]

Returns [% escape_pod(method.returnObjectType.name) || 'hash reference' %] which contains following properties.

    [% FOREACH prop IN method.returnObjectType.properties -%] =item [% prop.name %]

    ([% escape_pod(prop.type) %]) [% escape_pod(prop.docString) %]

    [% END -%]

1 POD Error

The following errors were encountered while parsing the POD:

Around line 99:

'=item' outside of any '=over'