Skip Menu |

This queue is for tickets about the Net-SFTP-Foreign CPAN distribution.

Report information
The Basics
Id: 93120
Status: resolved
Priority: 0/
Queue: Net-SFTP-Foreign

People
Owner: Nobody in particular
Requestors: sandor.farkas [...] gmail.com
Cc:
AdminCc:

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



Subject: Misspelling in docs
Date: Tue, 18 Feb 2014 13:35:08 +0100
To: bug-Net-SFTP-Foreign [...] rt.cpan.org
From: Sándor Farkas <sandor.farkas [...] gmail.com>
Hello, I've found a misspelling at: http://search.cpan.org/~salva/Net-SFTP-Foreign-1.77/lib/Net/SFTP/Foreign/Attributes.pm use Fctnl qw(S_ISDIR); ... if (S_ISDIR($attr->perm)) { # it is a directory! } Should be: use Fcntl qw(S_ISDIR); Cheers, Sandor -- Sandor Farkas sandor.farkas@gmail.com +36 30 9852 444 [image: chart.png]
Download chart.png
image/png 864b
chart.png
Subject: Re: [rt.cpan.org #93120] Misspelling in docs
Date: Tue, 18 Feb 2014 05:26:00 -0800 (PST)
To: "bug-Net-SFTP-Foreign [...] rt.cpan.org" <bug-Net-SFTP-Foreign [...] rt.cpan.org>
From: Salvador Fandino <sfandino [...] yahoo.com>
Hi Sandor, Thank you for reporting the error, I have corrected it on the development version. Cheers Show quoted text
>________________________________ > From: Sándor Farkas via RT <bug-Net-SFTP-Foreign@rt.cpan.org> >To: >Sent: Tuesday, February 18, 2014 1:35 PM >Subject: [rt.cpan.org #93120] Misspelling in docs > > >Tue Feb 18 07:35:43 2014: Request 93120 was acted upon. >Transaction: Ticket created by sandor.farkas@gmail.com >       Queue: Net-SFTP-Foreign >     Subject: Misspelling in docs >   Broken in: (no value) >    Severity: (no value) >       Owner: Nobody >  Requestors: sandor.farkas@gmail.com >      Status: new >Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=93120 > > > >Hello, > >I've found a misspelling at: >http://search.cpan.org/~salva/Net-SFTP-Foreign-1.77/lib/Net/SFTP/Foreign/Attributes.pm > >use Fctnl qw(S_ISDIR); >  ... >  if (S_ISDIR($attr->perm)) { >    # it is a directory! >  } > >Should be: >use Fcntl qw(S_ISDIR); > >Cheers, >Sandor >-- >Sandor Farkas >sandor.farkas@gmail.com >+36 30 9852 444 >[image: chart.png] > > > >