Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / prebuilt / linux-x86_64 / lib / perl5 / 5.16.2 / Net / FTP / E.pm
blobd480cd7295571d3678c4d8d0c7e8fea3857e4fb4
1 package Net::FTP::E;
3 require Net::FTP::I;
5 @ISA = qw(Net::FTP::I);
6 $VERSION = "0.01";
8 1;