File: Net-SFTP-Foreign-Compat.t

package info (click to toggle)
libnet-sftp-foreign-perl 1.57%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 552 kB
  • ctags: 362
  • sloc: perl: 4,790; sh: 48; makefile: 2
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");