[Rt-commit] r3986 - rtir/branches/1.9-EXPERIMENTAL
ruz at bestpractical.com
ruz at bestpractical.com
Thu Oct 20 06:53:31 EDT 2005
Author: ruz
Date: Thu Oct 20 06:53:29 2005
New Revision: 3986
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/META.yml
rtir/branches/1.9-EXPERIMENTAL/Makefile.PL
Log:
r184 at cubic-pc: cubic | 2005-10-13 15:42:11 +0400
r182 at cubic-pc: cubic | 2005-10-13 05:51:32 +0400
* makefile update
r183 at cubic-pc: cubic | 2005-10-13 15:41:09 +0400
* version update in makefile
* META.yml update
Modified: rtir/branches/1.9-EXPERIMENTAL/META.yml
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/META.yml (original)
+++ rtir/branches/1.9-EXPERIMENTAL/META.yml Thu Oct 20 06:53:29 2005
@@ -1,12 +1,16 @@
name: RT-IR
-version: 1.1.4
+version: 1.9.HEAD
abstract: RT IR Extension
author: Best Practical Solutions <sales at bestpractical.com>
license: GPL Version 2
distribution_type: module
+requires:
+ Business::Hours: 0
+ Business::SLA: 0
+ Net::Whois::RIPE: 0
no_index:
directory:
- etc
- html
- inc
-generated_by: Module::Install version 0.36
+generated_by: Module::Install version 0.37
Modified: rtir/branches/1.9-EXPERIMENTAL/Makefile.PL
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/Makefile.PL (original)
+++ rtir/branches/1.9-EXPERIMENTAL/Makefile.PL Thu Oct 20 06:53:29 2005
@@ -3,6 +3,11 @@
RTx('RT-IR');
license('GPL Version 2');
author('Best Practical Solutions <sales at bestpractical.com>');
-description('RT extension for Incident Response');
-version('1.1.5');
+#description('RT extension for Incident Response');
+version('1.9.HEAD');
+
+requires('Business::Hours');
+requires('Business::SLA');
+requires('Net::Whois::RIPE');
+
&WriteAll;
More information about the Rt-commit
mailing list