[Bps-public-commit] r16319 - in RT-Authen-ExternalAuth: .

falcone at bestpractical.com falcone at bestpractical.com
Fri Oct 17 12:38:57 EDT 2008


Author: falcone
Date: Fri Oct 17 12:38:57 2008
New Revision: 16319

Modified:
   RT-Authen-ExternalAuth/META.yml
   RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm

Log:
* bump version number

Modified: RT-Authen-ExternalAuth/META.yml
==============================================================================
--- RT-Authen-ExternalAuth/META.yml	(original)
+++ RT-Authen-ExternalAuth/META.yml	Fri Oct 17 12:38:57 2008
@@ -1,20 +1,21 @@
----
+--- 
 abstract: RT Authen-ExternalAuth Extension
-author:
-  - 'Mike Peachey <zordrak at cpan.org>'
+author: 
+  - Mike Peachey <zordrak at cpan.org>
 distribution_type: module
-generated_by: Module::Install version 0.68
+generated_by: Module::Install version 0.70
 license: GPL version 2
-meta-spec:
+meta-spec: 
   url: http://module-build.sourceforge.net/META-spec-v1.3.html
   version: 1.3
 name: RT-Authen-ExternalAuth
-no_index:
-  directory:
+no_index: 
+  directory: 
     - etc
     - html
+    - po
+    - var
     - inc
-    - t
-requires:
+requires: 
   RT: 0
-version: 0.05
+version: 0.06_02

Modified: RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm
==============================================================================
--- RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm	(original)
+++ RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm	Fri Oct 17 12:38:57 2008
@@ -1,6 +1,6 @@
 package RT::Authen::ExternalAuth;
 
-our $VERSION = '0.05';
+our $VERSION = '0.06_02';
 
 =head1 NAME
 



More information about the Bps-public-commit mailing list