-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* When removing function prototypes I noticed two issues causing a fatal error thanks to strict.pm... * The first 2 args of tail_f() are supposed to be array-ref * The first 2 args of get_existing_files() are supposed to be array-ref * With this patch, "perl tail -f regular.txt" doesn't die, and follows changes to the file as expected
- Loading branch information
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters