File: Net-SFTP-Foreign-Compat.t

package info (click to toggle)
libnet-sftp-foreign-perl 1.73%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 472 kB
  • sloc: perl: 5,377; sh: 48; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8

use Test::More tests => 3;

BEGIN { use_ok('Net::SFTP::Foreign::Compat', ':supplant') };
BEGIN { use_ok('Net::SFTP') };


ok (UNIVERSAL::isa('Net::SFTP', 'Net::SFTP::Foreign::Compat'), "inheritance is wrong");