X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FApache2%2FAuthen%2FPassphrase.pm;h=229ff7925f63d6b825cadd7755cd4872ba407279;hb=HEAD;hp=5debb55607d64c95409e1a76638ca8a02452f4f0;hpb=aed2a452d4dcac2ec3e47186690b9525446f0d05;p=apache2-authen-passphrase.git diff --git a/lib/Apache2/Authen/Passphrase.pm b/lib/Apache2/Authen/Passphrase.pm index 5debb55..229ff79 100644 --- a/lib/Apache2/Authen/Passphrase.pm +++ b/lib/Apache2/Authen/Passphrase.pm @@ -6,7 +6,7 @@ use warnings; use parent qw/Exporter/; use subs qw/OK HTTP_UNAUTHORIZED/; -our $VERSION = 0.002001; +our $VERSION = 0.002002; use constant USER_REGEX => qr/^\w{2,20}$/pas; use constant PASSPHRASE_VERSION => 1;