Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rtir
Commits
7e621539
Commit
7e621539
authored
Jul 23, 2013
by
Kevin Falcone
Browse files
Now that 4.0.14 is real, require it.
parent
5b033a35
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.PL
View file @
7e621539
...
...
@@ -6,7 +6,7 @@ author('Best Practical Solutions <sales@bestpractical.com>');
version_from
('
lib/RT/IR.pm
');
# update README and docs/UPGRADING
requires_rt
('
4.0.14
rc1
');
requires_rt
('
4.0.14
');
# XXX: This should be reported by M::I::RTx
my
(
$lib_path
)
=
$INC
{'
RT.pm
'}
=~
/^(.*)[\\\/]/
;
...
...
README
View file @
7e621539
...
...
@@ -14,7 +14,7 @@ touch with us at <sales@bestpractical.com>.
REQUIRED PACKAGES:
------------------
o RT 4.0.14
rc1
or later, configured, installed and tested.
o RT 4.0.14 or later, configured, installed and tested.
o Net::Whois::RIPE 1.31 is bundled with RTIR for compatibility with the
API RTIR uses and for a fix to run without warnings under perl 5.18.
...
...
docs/UPGRADING
View file @
7e621539
...
...
@@ -24,7 +24,7 @@ lose data.
=item 2
Upgrade your RT installation to RT 4.0.14
rc1
or newer following
Upgrade your RT installation to RT 4.0.14 or newer following
its upgrade instructions. Make sure you follow all of the
steps and upgrade both the code and the database.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment