PageRenderTime 49ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/IronPython_Main/Runtime/Tests/LinqDlrTests/testenv/perl/site/lib/net/FTP/E.pm

#
Perl | 7 lines | 4 code | 3 blank | 0 comment | 0 complexity | 4ef235240ee0aebc5140a148fd68dc0d MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  1. package Net::FTP::E;
  2. require Net::FTP::I;
  3. @ISA = qw(Net::FTP::I);
  4. 1;