diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-30 00:13:39 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-30 00:13:40 -0600 |
commit | 0d2b503a2186c66aa8963227c3ace2ad2a6b5aee (patch) | |
tree | cf5b1dfbd54528df1cd9bdee260c556f550f2baa /perl | |
parent | 2ca602a4243c4000fa6fc121f092dba5d7f621b3 (diff) |
perl/perl-Capture-Tiny: Fixed file ending with no newline.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Capture-Tiny/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Capture-Tiny/README b/perl/perl-Capture-Tiny/README index 8c2db9e601e1..e86b1828ed1c 100644 --- a/perl/perl-Capture-Tiny/README +++ b/perl/perl-Capture-Tiny/README @@ -1,3 +1,3 @@ Capture::Tiny provides a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes -from Perl, from XS code or from an external program.
\ No newline at end of file +from Perl, from XS code or from an external program. |