[Bps-public-commit] rt-extension-quoteselection branch, master, updated. 96c0438b20ca515936a23cad9520dba002b9ff24
Thomas Sibley
trs at bestpractical.com
Wed Jun 12 20:50:42 EDT 2013
The branch, master has been updated
via 96c0438b20ca515936a23cad9520dba002b9ff24 (commit)
from a0334cf321a7ee8ee5e4f8348115df9c7809e0c6 (commit)
Summary of changes:
META.yml | 2 +-
inc/Module/Install/RTx.pm | 15 ++++++++-------
inc/Module/Install/ReadmeFromPod.pm | 2 +-
3 files changed, 10 insertions(+), 9 deletions(-)
- Log -----------------------------------------------------------------
commit 96c0438b20ca515936a23cad9520dba002b9ff24
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Jun 12 17:50:29 2013 -0700
Update build toolchain
diff --git a/META.yml b/META.yml
index 2b32dc2..41e7af0 100644
--- a/META.yml
+++ b/META.yml
@@ -1,5 +1,5 @@
---
-abstract: 'Quotes selected text, if any, when replying/commenting to tickets'
+abstract: 'RT Extension-QuoteSelection Extension'
author:
- 'Thomas Sibley <trs at bestpractical.com>'
build_requires:
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index 2eba7ad..c9fe996 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -8,13 +8,13 @@ no warnings 'once';
use Module::Install::Base;
use base 'Module::Install::Base';
-our $VERSION = '0.29_02';
+our $VERSION = '0.31';
use FindBin;
use File::Glob ();
use File::Basename ();
-my @DIRS = qw(etc lib html bin sbin po var);
+my @DIRS = qw(etc lib html static bin sbin po var);
my @INDEX_DIRS = qw(lib bin sbin);
sub RTx {
@@ -62,10 +62,11 @@ sub RTx {
unshift @INC, "$RT::LocalPath/lib" if $RT::LocalPath;
unshift @INC, $lib_path;
- $RT::LocalVarPath ||= $RT::VarPath;
- $RT::LocalPoPath ||= $RT::LocalLexiconPath;
- $RT::LocalHtmlPath ||= $RT::MasonComponentRoot;
- $RT::LocalLibPath ||= "$RT::LocalPath/lib";
+ $RT::LocalVarPath ||= $RT::VarPath;
+ $RT::LocalPoPath ||= $RT::LocalLexiconPath;
+ $RT::LocalHtmlPath ||= $RT::MasonComponentRoot;
+ $RT::LocalStaticPath ||= $RT::StaticPath;
+ $RT::LocalLibPath ||= "$RT::LocalPath/lib";
my $with_subdirs = $ENV{WITH_SUBDIRS};
@ARGV = grep { /WITH_SUBDIRS=(.*)/ ? ( ( $with_subdirs = $1 ), 0 ) : 1 }
@@ -208,4 +209,4 @@ sub requires_rt {
__END__
-#line 328
+#line 329
diff --git a/inc/Module/Install/ReadmeFromPod.pm b/inc/Module/Install/ReadmeFromPod.pm
index fb7075f..6a80818 100644
--- a/inc/Module/Install/ReadmeFromPod.pm
+++ b/inc/Module/Install/ReadmeFromPod.pm
@@ -7,7 +7,7 @@ use warnings;
use base qw(Module::Install::Base);
use vars qw($VERSION);
-$VERSION = '0.18';
+$VERSION = '0.20';
sub readme_from {
my $self = shift;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list