Net::SFTP::Foreign::Attributes::Compat (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) Standard preamble: ========================================================================
NAME
Net::SFTP::Foreign::Attributes::Compat - adapter for Net::SFTP::Attributes compatibilitySYNOPSIS
use Net::SFTP::Foreign::Attributes::Compat; my $attrs = Net::SFTP::Foreign::Attributes->new(Stat => [ stat "foo" ]); my $size = $attrs->size;
DESCRIPTION
This module provides a wrapper for Net::SFTP::Foreign::Attributes exposing anAPI
compatible to Net::SFTP::Attributes.