logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::SFTP::Foreign::Attributes::Compat - adapter for Net::SFTP::Attributes compatibility

Author & Copyrights

       Please see the Net::SFTP::Foreign manpage for author, copyright, and license information.

perl v5.32.0                                       2021-01-23             Net::SFTP::Fore...ributes::Compat(3pm)

Description

       This module provides a wrapper for Net::SFTP::Foreign::Attributes exposing an API compatible to
       Net::SFTP::Attributes.

Name

       Net::SFTP::Foreign::Attributes::Compat - adapter for Net::SFTP::Attributes compatibility

Synopsis

           use Net::SFTP::Foreign::Attributes::Compat;
           my $attrs = Net::SFTP::Foreign::Attributes->new(Stat => [ stat "foo" ]);
           my $size = $attrs->size;

See Also