metacpan / MetaCPAN-Client

Home of the official MetaCPAN Perl API client.
21 stars 23 forks source link

Remove duplicate (and subtly different) supported types check in ->all #93

Closed tsibley closed 6 years ago

tsibley commented 6 years ago

Note that the local array was just a copy of @supported_types but with "s" appended to all values except package (and the elements reordered).

This method redispatches to methods which will do the type check anyway.