0.012 2024-05-13 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Return prefixed module even though we didn't load it.
0.011 2024-03-06 Released-By: PERLANCAR; Urgency: medium
- Fix a couple of bugs.
- Add option 'function' to call_module_function_with_optional_args.
- Add option 'method' to call_module_method_with_optional_args.
0.010 2024-01-24 Released-By: PERLANCAR; Urgency: medium
- Add functions: call_module_{function,method}_with_optional_args.
0.009 2023-06-13 Released-By: PERLANCAR; Urgency: medium
- Add option: load.
0.008 2022-02-11 Released-By: PERLANCAR; Urgency: medium
- [ux] Show error message if module is found but has compilation
errors.
0.007 2021-09-30 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [doc] Mention some applications/frameworks that use us.
0.006 2021-09-30 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [doc] Add Synopsis & Description.
0.005 2021-09-29 Released-By: PERLANCAR; Urgency: medium
- [ux] Allow 1-element array form.
0.004 2021-02-06 Released-By: PERLANCAR; Urgency: medium
- Add option: ns_prefixes.
0.003 2020-06-16 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- Use regexp from Regexp::Pattern::Perl::Module.
0.002 2020-06-16 Released-By: PERLANCAR; Urgency: medium
- [ux] Support 2-element array form for module/class name in addition
to string.
- Rename option 'caller' to 'target_package'. The old option is still
supported but no longer documented.
- [test] Add tests.
- [doc] Expand documentation.
0.001 2020-06-09 Released-By: PERLANCAR
- First release.