Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-jsgantt
Commits
1371caeb
Commit
1371caeb
authored
Oct 26, 2011
by
sunnavy
Browse files
mv RTx() right after version to avoid warning like "Cannot determine perl version info"
parent
43178e3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Makefile.PL
Makefile.PL
+3
-1
No files found.
Makefile.PL
View file @
1371caeb
use inc
::
Module::Install;
version_from
(
'lib/RT/Extension/JSGantt.pm'
);
RTx(
'RT-Extension-JSGantt'
);
author
(
'sunnavy <sunnavy@bestpractical.com>'
);
version_from
(
'lib/RT/Extension/JSGantt.pm'
);
abstract_from(
'lib/RT/Extension/JSGantt.pm'
);
license(
'GPLv2'
);
repository 'git
:
//github.com/bestpractical/rt-extension-jsgantt.git';
requires(
'JSON'
);
...
...
Write
Preview
Markdown
is supported
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