Revision history for perl distribution Log-Any-Adapter-MacOS-OSLog
0.0.6 2025-09-27 23:07:47-05:00 America/Chicago
- Use FFI::Build::MM in Makefile.PL so that FFI::Platypus can build
and install the macOS bundle in the correct place, removing the need
for the _find_my_bundle hack function
- Include FFI::Platypus' <ffi_platypus_bundle.h> in the C code so that
the bundle has a correct entry point
- Default the logging subsystem name to "com.example.perl" so that the
log adapter can be loaded by setting the LOG_ANY_DEFAULT_ADAPTER
environment variable to MacOS::OSLog and still get a sensible
default. You can still override this at runtime with
Log::Any::Adapter->set().
- Documentation updates
0.0.5 2025-08-17 11:48:10-05:00 America/Chicago
- Convert to Dist::Zilla
v0.0.4 2025-08-14
- Promoting to stable release
v0.0.3 2025-08-14
- Added --private option to maclog
- Added CONTRIBUTING.md guidelines
v0.0.2 2025-08-14
- Promoting to testing release
- Kwalitee improvements:
- use GNU tar (gtar), installable via Homebrew, to eliminate
PAX headers
- Makefile.PL no longer executable
v0.0.1 2025-08-13
- Initial release