Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-MetaCPAN-API-Tiny - A Tiny API client for MetaCPAN
- Description:
This is the Tiny version of MetaCPAN::API. It implements a compatible API with
a few notable exceptions:
Attributes are direct hash access
* The attributes defined using Mo(o|u)se are now accessed via the blessed hash
directly. There are no accessors defined to access these elements.
Exception handling
* Instead of using Try::Tiny, raw evals are used. This could potentially cause
issues, so just be aware.
Testing
* Test::Fatal was replaced with an eval implementation of exception().
Test::TinyMocker usage is retained, but may be absorbed since it is pure
perl.
Packages