[Jifty-commit] r7205 - in plugins/Jifty-Plugin-Authentication-CAS: .

Jifty commits jifty-commit at lists.jifty.org
Tue Jun 9 14:30:58 EDT 2009


Author: yves
Date: Tue Jun  9 14:30:57 2009
New Revision: 7205

Modified:
   plugins/Jifty-Plugin-Authentication-CAS/Changes
   plugins/Jifty-Plugin-Authentication-CAS/Makefile.PL
   plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm

Log:
 mistake in test path


Modified: plugins/Jifty-Plugin-Authentication-CAS/Changes
==============================================================================
--- plugins/Jifty-Plugin-Authentication-CAS/Changes	(original)
+++ plugins/Jifty-Plugin-Authentication-CAS/Changes	Tue Jun  9 14:30:57 2009
@@ -1,4 +1,7 @@
 Revision history for Perl module Jifty::Plugin::Authentication::CAS
 
+0.10 Tue, 09 Jun 2009 20:29:15 +0200
+    - mistake in test path
+
 0.9  Tue, 15 May 2009 10:09:50 +0200
     - original version for CPAN

Modified: plugins/Jifty-Plugin-Authentication-CAS/Makefile.PL
==============================================================================
--- plugins/Jifty-Plugin-Authentication-CAS/Makefile.PL	(original)
+++ plugins/Jifty-Plugin-Authentication-CAS/Makefile.PL	Tue Jun  9 14:30:57 2009
@@ -6,7 +6,7 @@
 requires('Authen::CAS::Client');
 
 auto_install();
-tests(qw( t/*/t/*.t ));
+tests(qw( t/*.t ));
 
 install_share;
 

Modified: plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm
==============================================================================
--- plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm	(original)
+++ plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm	Tue Jun  9 14:30:57 2009
@@ -5,7 +5,7 @@
 use base qw/Jifty::Plugin/;
 use Authen::CAS::Client;
 
-our $VERSION = '0.9';
+our $VERSION = '0.10';
 
 =head1 NAME
 


More information about the Jifty-commit mailing list