[Bps-public-commit] r17773 - in RT-Authen-CookieAuth/trunk: .

zordrak at bestpractical.com zordrak at bestpractical.com
Fri Jan 16 06:01:35 EST 2009


Author: zordrak
Date: Fri Jan 16 06:01:35 2009
New Revision: 17773

Modified:
   RT-Authen-CookieAuth/trunk/ChangeLog
   RT-Authen-CookieAuth/trunk/lib/RT/Authen/CookieAuth.pm

Log:
RT::Authen::CookieAuth -- Starting v0.03_01

Modified: RT-Authen-CookieAuth/trunk/ChangeLog
==============================================================================
--- RT-Authen-CookieAuth/trunk/ChangeLog	(original)
+++ RT-Authen-CookieAuth/trunk/ChangeLog	Fri Jan 16 06:01:35 2009
@@ -1,3 +1,9 @@
+v0.03_01 2009-01-16    Mike Peachey <zordrak at cpan.org>
+
+    * lib/RT/Authen/CookieAuth.pm
+        
+	Version updated to 0.03_01
+
 v0.02    2008-04-09    Mike Peachey <zordrak at cpan.org>
 
     * html/Callbacks/CookieAuth/autohandler/Auth

Modified: RT-Authen-CookieAuth/trunk/lib/RT/Authen/CookieAuth.pm
==============================================================================
--- RT-Authen-CookieAuth/trunk/lib/RT/Authen/CookieAuth.pm	(original)
+++ RT-Authen-CookieAuth/trunk/lib/RT/Authen/CookieAuth.pm	Fri Jan 16 06:01:35 2009
@@ -4,7 +4,7 @@
 use DBI;
 use CGI::Cookie;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03_01';
 
 =head1 NAME
 



More information about the Bps-public-commit mailing list