diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-30 00:15:09 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-30 00:13:41 -0600 |
commit | 0417cf62ed9e8622cb4466b843e883746ed3314a (patch) | |
tree | e29375b27a622e4fd25bc64613e69fda1c4b14d5 | |
parent | 0a20a29a5ad51d1cdfbea278a204f6ce1cbc9ff4 (diff) | |
download | slackbuilds-0417cf62ed9e8622cb4466b843e883746ed3314a.tar.gz |
perl/perl-File-Tail: Fixed file ending with no newline.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | perl/perl-File-Tail/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-File-Tail/README b/perl/perl-File-Tail/README index 100e131d3f..692b138243 100644 --- a/perl/perl-File-Tail/README +++ b/perl/perl-File-Tail/README @@ -1,3 +1,3 @@ Perl-File-Tail is used for reading from continously updated files, such as reading and analysing log files while they are being written, -which is especialy usefull if you are monitoring the logging process.
\ No newline at end of file +which is especialy usefull if you are monitoring the logging process. |