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-mandatoryontransition
Commits
d5b65f04
Commit
d5b65f04
authored
Feb 06, 2014
by
Alex Vandiver
Browse files
Don't index the ::Test package
parent
1e4fd594
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
META.yml
META.yml
+2
-0
Makefile.PL
Makefile.PL
+1
-0
No files found.
META.yml
View file @
d5b65f04
...
...
@@ -19,6 +19,8 @@ no_index:
-
html
-
inc
-
xt
package
:
-
RT::Extension::MandatoryOnTransition::Test
resources
:
license
:
http://opensource.org/licenses/gpl-license.php
version
:
0.05
Makefile.PL
View file @
d5b65f04
...
...
@@ -3,6 +3,7 @@ use inc::Module::Install;
RTx
'
RT-Extension-MandatoryOnTransition
';
all_from
'
lib/RT/Extension/MandatoryOnTransition.pm
';
readme_from
'
lib/RT/Extension/MandatoryOnTransition.pm
';
no_index
package
=>
"
RT::Extension::MandatoryOnTransition::Test
";
license
'
gplv2
';
requires_rt
('
4.0.0
');
...
...
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