The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Net-Shadowsocks

0.5.1   01-30-2017/20:35(GMT+8)
        First version, released on an unsuspecting world.
0.6.0   02-05-2017/23:01(GMT+8)
        add server module,update pod.
0.6.1   02-06-2017/23:44(GMT+8)
        add des-cfb encryption method support
0.6.2     2017-02-08 22:50:01+08:00 Asia/Shanghai
        add cpanfile
0.6.3
        add aes-128-cfb support  
0.7.0     2017-02-13 00:35:51+08:00 Asia/Shanghai
        major release with full support of RC4-MD5 RC4-SHA AES-128-CBC AES-128-CFB AES-128-OFB AES-256-CBC AES-256-CFB AES-256-OFB
        DES supoort removed
        make RC4-MD5 the default cipher
        experimental support of RC6 added
        experimental server support of TCP Fast Open added
        Split into 3 modules
        Better pod docuemnt
0.7.1     2017-02-13 17:40:11+08:00 Asia/Shanghai fix _initilize_cipher()causing compile errors,
          RC6 encryption method fully working
          fix pod,lower prereqs.