| Name: | perl-Test-API |
|---|---|
| Version: | 0.005 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 32386 |
| License: | ASL 2.0 |
| RPM: | perl-Test-API-0.005-1.el7.noarch.rpm |
| Source RPM: | perl-Test-API-0.005-1.el7.src.rpm |
| Build Date: | Fri Nov 03 2017 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Test-API/ |
| Summary: | Test a list of subroutines provided by a module |
| Description: | This simple test module checks the subroutines provided by a module. This is useful for confirming a planned API in testing and ensuring that other functions aren't unintentionally included via import. |
- Update to 0.005 - Common methods treated as private (e.g. AUTOLOAD, BUILD) are ignored
- Sanitize for Fedora submission
- Update to 0.004
- class_api_ok function tests methods that may be provided the module
tested or a superclass
- Dropped dependencies on superclass and Devel::Symdump
- Initial RPM version