Skip Menu |

This queue is for tickets about the Paranoid CPAN distribution.

Report information
The Basics
Id: 117260
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Paranoid

People
Owner: corliss [...] digitalmages.com
Requestors: kanashiro [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 2.06



From: kanashiro.duarte [...] gmail.com
Subject: fix typo in manpage
In Debian we are currently applying the following patch to Paranoid. We thought you might be interested in it too. Description: fix typo in manpage Author: Lucas Kanashiro <kanashiro@debian.org> Last-Updated: 2016-08-27 The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libparanoid-perl.git/plain/debian/patches/fix-typo-in-manpage.patch Thanks for considering, Lucas Kanashiro, Debian Perl Group
Here's the patch.

Message body is not shown because sender requested not to inline it.

Updated version attached
Subject: fix-typo-in-manpage.patch
Description: fix typo in manpage Bug: https://rt.cpan.org/Ticket/Display.html?id=117260 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117260 Author: Lucas Kanashiro <kanashiro@debian.org> Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2016-10-31 --- a/lib/Paranoid/IO.pm +++ b/lib/Paranoid/IO.pm @@ -848,7 +848,7 @@ This module provides a replacement for Perl's internal L<sysopen>, which should be used even where read/write file access is necessary. One key benefit for doing so is that it provides internal file handle caching based on -the file name. All the addtional functions provided by this module use it +the file name. All the additional functions provided by this module use it internally to retrieve that cached file handle to avoid the overhead of repetitive opening and closing of files. --- a/lib/Paranoid/Filesystem.pm +++ b/lib/Paranoid/Filesystem.pm @@ -1114,7 +1114,7 @@ $rv = prmR("/foo", 1, %errors); This function works the same as B<prm> but performs a recursive delete, -similar to "rm -r" on the command line. An optional second argument determins +similar to "rm -r" on the command line. An optional second argument determines if symbolic links are followed and the targets also recursively deleted. =head2 preadDir