The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
.perlcriticrc
Changes
eg/cmd.pl
eg/pscp
eg/pssh
eg/pssh-keygen
eg/remoteinteract.pl
eg/remoteinteract2.pl
lib/Net/SSH/Perl/Agent.pm
lib/Net/SSH/Perl/Auth/ChallengeResponse.pm
lib/Net/SSH/Perl/Auth/KeyboardInt.pm
lib/Net/SSH/Perl/Auth/KeyboardInteractive.pm
lib/Net/SSH/Perl/Auth/Password.pm
lib/Net/SSH/Perl/Auth/PublicKey.pm
lib/Net/SSH/Perl/Auth/Rhosts.pm
lib/Net/SSH/Perl/Auth/Rhosts_RSA.pm
lib/Net/SSH/Perl/Auth/RSA.pm
lib/Net/SSH/Perl/Auth.pm
lib/Net/SSH/Perl/AuthMgr.pm
lib/Net/SSH/Perl/Buffer.pm
lib/Net/SSH/Perl/Channel.pm
lib/Net/SSH/Perl/ChannelMgr.pm
lib/Net/SSH/Perl/Cipher/AES128_CBC.pm
lib/Net/SSH/Perl/Cipher/AES128_CTR.pm
lib/Net/SSH/Perl/Cipher/AES192_CBC.pm
lib/Net/SSH/Perl/Cipher/AES192_CTR.pm
lib/Net/SSH/Perl/Cipher/AES256_CBC.pm
lib/Net/SSH/Perl/Cipher/AES256_CTR.pm
lib/Net/SSH/Perl/Cipher/AES_CBC.pm
lib/Net/SSH/Perl/Cipher/AES_CTR.pm
lib/Net/SSH/Perl/Cipher/Blowfish.pm
lib/Net/SSH/Perl/Cipher/CBC.pm
lib/Net/SSH/Perl/Cipher/CFB.pm
lib/Net/SSH/Perl/Cipher/ChachaPoly.pm
lib/Net/SSH/Perl/Cipher/ChachaPoly.xs
lib/Net/SSH/Perl/Cipher/CTR.pm
lib/Net/SSH/Perl/Cipher/DES.pm
lib/Net/SSH/Perl/Cipher/DES3.pm
lib/Net/SSH/Perl/Cipher/IDEA.pm
lib/Net/SSH/Perl/Cipher/RC4.pm
lib/Net/SSH/Perl/Cipher.pm
lib/Net/SSH/Perl/Comp/Zlib.pm
lib/Net/SSH/Perl/Comp.pm
lib/Net/SSH/Perl/Config.pm
lib/Net/SSH/Perl/Constants.pm
lib/Net/SSH/Perl/Handle/SSH1.pm
lib/Net/SSH/Perl/Handle/SSH2.pm
lib/Net/SSH/Perl/Handle.pm
lib/Net/SSH/Perl/Kex/C25519.pm
lib/Net/SSH/Perl/Kex/DH.pm
lib/Net/SSH/Perl/Kex/DH1.pm
lib/Net/SSH/Perl/Kex/DH14SHA1.pm
lib/Net/SSH/Perl/Kex/DH14SHA256.pm
lib/Net/SSH/Perl/Kex/DH16SHA512.pm
lib/Net/SSH/Perl/Kex/DH18SHA512.pm
lib/Net/SSH/Perl/Kex/DHGEX.pm
lib/Net/SSH/Perl/Kex/DHGEXSHA1.pm
lib/Net/SSH/Perl/Kex/DHGEXSHA256.pm
lib/Net/SSH/Perl/Kex.pm
lib/Net/SSH/Perl/Key/DSA.pm
lib/Net/SSH/Perl/Key/ECDSA.pm
lib/Net/SSH/Perl/Key/ECDSA256.pm
lib/Net/SSH/Perl/Key/ECDSA384.pm
lib/Net/SSH/Perl/Key/ECDSA521.pm
lib/Net/SSH/Perl/Key/Ed25519.pm
lib/Net/SSH/Perl/Key/Ed25519.xs
lib/Net/SSH/Perl/Key/RSA.pm
lib/Net/SSH/Perl/Key/RSA1.pm
lib/Net/SSH/Perl/Key.pm
lib/Net/SSH/Perl/Mac.pm
lib/Net/SSH/Perl/Packet.pm
lib/Net/SSH/Perl/Proxy.pm
lib/Net/SSH/Perl/SSH1.pm
lib/Net/SSH/Perl/SSH2.pm
lib/Net/SSH/Perl/Subsystem/Client.pm
lib/Net/SSH/Perl/Subsystem/Server.pm
lib/Net/SSH/Perl/Util/Authfile.pm
lib/Net/SSH/Perl/Util/Hosts.pm
lib/Net/SSH/Perl/Util/RSA.pm
lib/Net/SSH/Perl/Util/SSH1Misc.pm
lib/Net/SSH/Perl/Util/SSH1MP.pm
lib/Net/SSH/Perl/Util/Term.pm
lib/Net/SSH/Perl/Util/Win32.pm
lib/Net/SSH/Perl/Util.pm
lib/Net/SSH/Perl.pm
LICENSE
Makefile.PL
MANIFEST			This list of files
MANIFEST.SKIP
META.yml
Perl.xs
ppport.h
README
SIGNATURE
src/blowfish/blf.h
src/blowfish/blowfish.c
src/chacha/chacha.c
src/chacha/chacha.h
src/chacha/poly1305.c
src/chacha/poly1305.h
src/ed25519/ed25519.h
src/ed25519/fe.c
src/ed25519/fe.h
src/ed25519/fixedint.h
src/ed25519/ge.c
src/ed25519/ge.h
src/ed25519/keypair.c
src/ed25519/precomp_data.h
src/ed25519/README
src/ed25519/sc.c
src/ed25519/sc.h
src/ed25519/sha512.c
src/ed25519/sha512.h
src/ed25519/sign.c
src/ed25519/verify.c
t/00-signature.t
t/01-compile.t
t/02-buffer.t
t/03-packet.t
t/04-config.t
t/05-cipher.t
t/06-auth.t
t/06-circular.t
t/07-ed25519.t
t/99-perlcritic.t
t/99-pod.t
t/99-spellcheck.t
t/99-yaml.t
t/config
t/ed25519.key
t/psshd
t/test-common.pl
ToDo
typemap