Revision history for Perl extension AsyncLogWatcher
0.06 2023-06-12
- Removed MAN3PODS from Makefile.PL to allow automatic generation by ExtUtils::MakeMaker.
0.05 2023-06-12
- Added basic test scripts and test files.
- Improved pattern matching logic.
0.04 2023-06-12
- Added POD documentation.
- Fixed minor bugs in pattern matching.
0.03 2023-05-05
- Improved performance of the watch function.
- Added the ability to exclude certain lines with 'exclude_file'.
0.02 2023-04-21
- Added the 'on_match' option to provide a custom callback on a match.
0.01 2023-03-10
- Original version; created module structure.
- Implemented basic log file watching functionality.