[Catalyst-commits] r9648 -
Catalyst-Authentication-Credential-HTTP/1.000/branches/ntlm_support/lib/Catalyst/Authentication/Credential
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri Apr 3 00:51:46 BST 2009
Author: t0m
Date: 2009-04-03 00:51:46 +0100 (Fri, 03 Apr 2009)
New Revision: 9648
Modified:
Catalyst-Authentication-Credential-HTTP/1.000/branches/ntlm_support/lib/Catalyst/Authentication/Credential/HTTP.pm
Log:
No need to extend version number beyond dev release
Modified: Catalyst-Authentication-Credential-HTTP/1.000/branches/ntlm_support/lib/Catalyst/Authentication/Credential/HTTP.pm
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/branches/ntlm_support/lib/Catalyst/Authentication/Credential/HTTP.pm 2009-04-02 23:47:54 UTC (rev 9647)
+++ Catalyst-Authentication-Credential-HTTP/1.000/branches/ntlm_support/lib/Catalyst/Authentication/Credential/HTTP.pm 2009-04-02 23:51:46 UTC (rev 9648)
@@ -24,7 +24,7 @@
ntlm_version
/);
-our $VERSION = '1.00999_01';
+our $VERSION = '1.009_01';
sub new {
my ($class, $config, $app, $realm) = @_;
More information about the Catalyst-commits
mailing list