[Bps-public-commit] r11002 - RT-Action-LinearEscalate
ruz at bestpractical.com
ruz at bestpractical.com
Tue Mar 4 19:24:18 EST 2008
Author: ruz
Date: Tue Mar 4 19:24:18 2008
New Revision: 11002
Modified:
RT-Action-LinearEscalate/MANIFEST
RT-Action-LinearEscalate/META.yml
RT-Action-LinearEscalate/Makefile.PL
Log:
* update meta, makefile and manifest
Modified: RT-Action-LinearEscalate/MANIFEST
==============================================================================
--- RT-Action-LinearEscalate/MANIFEST (original)
+++ RT-Action-LinearEscalate/MANIFEST Tue Mar 4 19:24:18 2008
@@ -1,4 +1,3 @@
-SIGNATURE
Changes
inc/Module/Install.pm
inc/Module/Install/Base.pm
@@ -14,5 +13,5 @@
MANIFEST This list of files
META.yml
README
-t/escalate_test.t
+SIGNATURE
t/workflow.t
Modified: RT-Action-LinearEscalate/META.yml
==============================================================================
--- RT-Action-LinearEscalate/META.yml (original)
+++ RT-Action-LinearEscalate/META.yml Tue Mar 4 19:24:18 2008
@@ -1,10 +1,18 @@
+---
abstract: RT Action-LinearEscalate Extension
+author:
+ - Kevin Riggle <kevinr at bestpractical.com>
distribution_type: module
-generated_by: Module::Install version 0.61
-license: unknown
+generated_by: Module::Install version 0.68
+license: GPL-2
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.3.html
+ version: 1.3
name: RT-Action-LinearEscalate
no_index:
directory:
- inc
- t
-version: 0.03
+requires:
+ perl: 5.8.3
+version: 0.05
Modified: RT-Action-LinearEscalate/Makefile.PL
==============================================================================
--- RT-Action-LinearEscalate/Makefile.PL (original)
+++ RT-Action-LinearEscalate/Makefile.PL Tue Mar 4 19:24:18 2008
@@ -1,4 +1,6 @@
use inc::Module::Install;
RTx('RT-Action-LinearEscalate');
+license('GPL-2');
+all_from('lib/RT/Action/LinearEscalate.pm');
-&WriteAll;
+WriteAll();
More information about the Bps-public-commit
mailing list