Name: | perl-MetaCPAN-API-Tiny |
---|---|
Version: | 1.131730 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 33406 |
License: | GPL+ or Artistic |
RPM: | perl-MetaCPAN-API-Tiny-1.131730-4.el7.noarch.rpm |
Source RPM: | perl-MetaCPAN-API-Tiny-1.131730-4.el7.src.rpm |
Build Date: | Fri Nov 03 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/MetaCPAN-API-Tiny |
Summary: | 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 this 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. |
- Switch to v1 API (CPAN RT#122004) - Simplify find command using -delete - Use %license - Drop redundant Group: tag
- Don't run tests that require network access by default
- Sanitize for Fedora submission
- Initial RPM version