[Rt-commit] rtfm branch, 2.4-trunk, updated. 2.4.3-8-g9ed31ea
Kevin Falcone
falcone at bestpractical.com
Mon Mar 7 15:01:41 EST 2011
The branch, 2.4-trunk has been updated
via 9ed31eaefbe988fd73f2c95c9afa3bea6e0aecb2 (commit)
via 7fd1758890d58eb6fc8e76c03b95e9d6f96a4589 (commit)
via 8d224e5064ee2ef5e4e4b2d25ebb1973a4560d25 (commit)
via 55b2ad41145ff2d0c2d438d0a765ff318b41365c (commit)
via f61576cd5521569d769a0acebbbe2ea767ccdc33 (commit)
from 290935935d3f7ab0d7f008f26cf2f790304d24fb (commit)
Summary of changes:
.perlcriticrc | 45 ++++++++++++++++++++++++++++++++
META.yml | 4 +-
Makefile.PL | 2 +-
inc/Module/Install/RTx.pm | 2 +-
lib/RT/FM/Article.pm | 1 +
lib/RT/FM/ArticleCollection.pm | 1 +
lib/RT/FM/ArticleCollection_Overlay.pm | 2 +-
lib/RT/FM/Class.pm | 1 +
lib/RT/FM/ClassCollection.pm | 1 +
lib/RT/FM/ObjectTopic.pm | 1 +
lib/RT/FM/ObjectTopicCollection.pm | 1 +
lib/RT/FM/Record.pm | 1 +
lib/RT/FM/SearchBuilder.pm | 3 +-
lib/RT/FM/Topic.pm | 1 +
lib/RT/FM/TopicCollection.pm | 2 +
15 files changed, 62 insertions(+), 6 deletions(-)
create mode 100644 .perlcriticrc
- Log -----------------------------------------------------------------
commit 8d224e5064ee2ef5e4e4b2d25ebb1973a4560d25
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Mar 3 15:45:25 2011 -0500
Upgrade MIRTx and tweak the install infrastructure
diff --git a/META.yml b/META.yml
index ac8ac7e..4f51365 100644
--- a/META.yml
+++ b/META.yml
@@ -21,11 +21,11 @@ no_index:
requires:
HTML::FormatText: 0
HTML::TreeBuilder: 0
- RT: 3.004002
+ RT: 3.4.2
Text::WikiFormat: 0
Time::ParseDate: 0
Tree::Simple: 0
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 2.4.3
+version: 2.4.HEAD
diff --git a/Makefile.PL b/Makefile.PL
index 466fcca..2f81696 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@ perl_version('5.008003');
#version_from('lib/RT/FM.pm');
all_from('lib/RT/FM.pm');
requires(
- 'RT' => '3.004002',
+ 'RT' => '3.4.2',
'Text::WikiFormat' => 0,
'Tree::Simple' => 0,
'HTML::TreeBuilder' => 0,
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index 873e823..f027f78 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -8,7 +8,7 @@ no warnings 'once';
use Module::Install::Base;
use base 'Module::Install::Base';
-our $VERSION = '0.26';
+our $VERSION = '0.27';
use FindBin;
use File::Glob ();
commit 9ed31eaefbe988fd73f2c95c9afa3bea6e0aecb2
Merge: 8d224e5 7fd1758
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Mar 7 14:59:07 2011 -0500
Merge branch '2.4/perlcritic' into 2.4-trunk
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list