[Bps-public-commit] r17099 - RTx-WorkflowBuilder
clkao at bestpractical.com
clkao at bestpractical.com
Thu Dec 4 08:26:34 EST 2008
Author: clkao
Date: Thu Dec 4 08:26:34 2008
New Revision: 17099
Modified:
RTx-WorkflowBuilder/Makefile.PL
Log:
correct makefile.pl
Modified: RTx-WorkflowBuilder/Makefile.PL
==============================================================================
--- RTx-WorkflowBuilder/Makefile.PL (original)
+++ RTx-WorkflowBuilder/Makefile.PL Thu Dec 4 08:26:34 2008
@@ -1,15 +1,11 @@
use inc::Module::Install;
-RTx('RT-Authen-OpenID');
+RTx('RTx-WorkflowBuilder');
-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');
+name ('RTx-WorkflowBuilder');
+abstract ('Helpers for building workflow for queues in RT');
+author ('Chia-liang Kao <clkao at bestpractical.com>');
+version_from ('lib/RTx//WorkflowBuilder.pm');
license ('GPL version 2');
-requires ('Net::OpenID::Consumer');
-requires ('LWPx::ParanoidAgent');
-requires ('Cache::FileCache');
-
&WriteAll;
More information about the Bps-public-commit
mailing list