| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- updated to 0.10
see /usr/share/doc/packages/perl-ExtUtils-CChecker/Changes
0.10 2015/05/29 19:14:24
[CHANGES]
* Added 'config' passthrough constructor argument for EU:CB (RT95368)
- updated to 0.09 * Add a 'quiet' option so EU:CB's quiet can be disabled (RT91363) * Fixed some typoes in docs
- updated to 0.08
* Include PID in test file names to guard against collisions when
building concurrently (RT76013)
- update to 0.07:
* Use Test::Fatal instead of Test::Exception
* Advise against calling it "config.h" as that gets confused with
core perl's file
- update to 0.06:
+ Added 'defines_to' constructor arg for writing a "config.h" file
instead of -DFOO on compiler commandline
+ Added accessors for callers to push more library dirs or compiler
or linker flags
+ Ensure that ->new_module_build merges its args and internal
configuration correctly
- BuildRequire Test::Pod for testing the pod files
- switch to perl_requires macro
- update to 0.04 * Provide optional variants of ->find_include_dirs_for and - >find_libs_for with try_... prefix - recreated by cpanspec 1.78 - noarch pkg
- initial release in OBS
- updated to 0.11
see /usr/share/doc/packages/perl-ExtUtils-CChecker/Changes
0.11 2021-07-12
[CHANGES]
* Added `try_find_cflags_for`
* Added `extend_module_build`
* Various small style fixes