[Rt-commit] r17293 - in rtfm/branches/2.4.1-releng: .
ruz at bestpractical.com
ruz at bestpractical.com
Mon Dec 22 16:05:56 EST 2008
Author: ruz
Date: Mon Dec 22 16:05:56 2008
New Revision: 17293
Modified:
rtfm/branches/2.4.1-releng/META.yml
rtfm/branches/2.4.1-releng/lib/RT/FM.pm
Log:
* version must be 2.4.1rc1, not 2.4.0rc1
* update meta.yml as well
Modified: rtfm/branches/2.4.1-releng/META.yml
==============================================================================
--- rtfm/branches/2.4.1-releng/META.yml (original)
+++ rtfm/branches/2.4.1-releng/META.yml Mon Dec 22 16:05:56 2008
@@ -1,22 +1,22 @@
----
-abstract: RT FM Extension
+---
+abstract: 'RT FM Extension'
author: ~
distribution_type: module
-generated_by: Module::Install version 0.70
-license: GPL version 2
-meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.3.html
- version: 1.3
+generated_by: 'Module::Install version 0.77'
+license: 'GPL version 2'
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
name: RTFM
-no_index:
- directory:
+no_index:
+ directory:
- etc
- html
- po
- var
- inc
- t
-requires:
+requires:
HTML::FormatText: 0
HTML::TreeBuilder: 0
RT: 3.004002
@@ -24,4 +24,4 @@
Time::ParseDate: 0
Tree::Simple: 0
perl: 5.8.3
-version: 2.4.HEAD
+version: 2.4.1rc1
Modified: rtfm/branches/2.4.1-releng/lib/RT/FM.pm
==============================================================================
--- rtfm/branches/2.4.1-releng/lib/RT/FM.pm (original)
+++ rtfm/branches/2.4.1-releng/lib/RT/FM.pm Mon Dec 22 16:05:56 2008
@@ -52,7 +52,7 @@
use strict;
use warnings;
-our $VERSION = '2.4.0rc1';
+our $VERSION = '2.4.1rc1';
# Create a system object for RTFM
use RT::FM::System;
More information about the Rt-commit
mailing list