[Bps-public-commit] r19407 - in RT-Authen-OpenID: lib/RT/Authen
ruz at bestpractical.com
ruz at bestpractical.com
Fri May 1 17:18:23 EDT 2009
Author: ruz
Date: Fri May 1 17:18:23 2009
New Revision: 19407
Modified:
RT-Authen-OpenID/META.yml
RT-Authen-OpenID/Makefile.PL
RT-Authen-OpenID/lib/RT/Authen/OpenID.pm
Log:
* bump version
Modified: RT-Authen-OpenID/META.yml
==============================================================================
--- RT-Authen-OpenID/META.yml (original)
+++ RT-Authen-OpenID/META.yml Fri May 1 17:18:23 2009
@@ -1,13 +1,27 @@
-name: RT-Authen-OpenID
-version: 0.01
-abstract: Allows RT to do authentication via a service which supports the OpenID API
-author: Artur Bergman <abergman at sixapart.com>
-license: GPL version 2
+---
+abstract: 'Allows RT to do authentication via a service which supports the OpenID API'
+author:
+ - 'Artur Bergman <sky at crucially.net>, Jesse Vincent <jesse at bestpractical.com>'
+build_requires:
+ ExtUtils::MakeMaker: 6.42
+configure_requires:
+ ExtUtils::MakeMaker: 6.42
distribution_type: module
-requires:
- Net::OpenID::Consumer: 0
+generated_by: 'Module::Install version 0.85'
+license: 'GPL version 2'
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: RT-Authen-OpenID
no_index:
directory:
- html
- inc
-generated_by: Module::Install version 0.34
+requires:
+ Cache::FileCache: 0
+ LWPx::ParanoidAgent: 0
+ Net::OpenID::Consumer: 0
+ perl: 5.8.0
+resources:
+ license: http://opensource.org/licenses/gpl-license.php
+version: 0.03
Modified: RT-Authen-OpenID/Makefile.PL
==============================================================================
--- RT-Authen-OpenID/Makefile.PL (original)
+++ RT-Authen-OpenID/Makefile.PL Fri May 1 17:18:23 2009
@@ -2,14 +2,12 @@
RTx('RT-Authen-OpenID');
-name ('RT-Authen-OpenID');
-abstract ('Allows RT to do authentication via a service which supports the OpenID API');
-author ('Artur Bergman <sky at crucially.net> and Jesse Vincent <jesse at bestpractical.com>');
-version_from ('lib/RT/Authen/OpenID.pm');
-license ('GPL version 2');
+name 'RT-Authen-OpenID';
+license 'GPL version 2';
+all_from 'lib/RT/Authen/OpenID.pm';
-requires ('Net::OpenID::Consumer');
-requires ('LWPx::ParanoidAgent');
-requires ('Cache::FileCache');
+requires 'Net::OpenID::Consumer';
+requires 'LWPx::ParanoidAgent';
+requires 'Cache::FileCache';
-&WriteAll;
+WriteAll();
Modified: RT-Authen-OpenID/lib/RT/Authen/OpenID.pm
==============================================================================
--- RT-Authen-OpenID/lib/RT/Authen/OpenID.pm (original)
+++ RT-Authen-OpenID/lib/RT/Authen/OpenID.pm Fri May 1 17:18:23 2009
@@ -4,7 +4,7 @@
use strict;
use warnings;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
=head1 NAME
More information about the Bps-public-commit
mailing list