X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=lib%2FCGI%2FEx%2FAuth.pm;h=21693186e489f25d23d33e4c007b8ba36f72f26b;hp=49c9a198e1ce3958713536d9a1bffe5118349306;hb=a8620142ba0dcda3f0c5f102f791df944ed2245e;hpb=4eee158dce82376f2f37de29d91c53f60a24aebe diff --git a/lib/CGI/Ex/Auth.pm b/lib/CGI/Ex/Auth.pm index 49c9a19..2169318 100644 --- a/lib/CGI/Ex/Auth.pm +++ b/lib/CGI/Ex/Auth.pm @@ -18,7 +18,7 @@ use MIME::Base64 qw(encode_base64 decode_base64); use Digest::MD5 qw(md5_hex); use CGI::Ex; -$VERSION = '2.00'; +$VERSION = '2.01'; ###----------------------------------------------------------------###