Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
722ab373
Commit
722ab373
authored
Apr 06, 2017
by
Francesc Guasch
Browse files
[#168] run the tests
parent
164f5f47
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/critic.t
0 → 100644
View file @
722ab373
use
strict
;
use
Test::
More
;
eval
{
require
Test::Perl::
Critic
;
};
if
(
$@
)
{
plan
(
skip_all
=>
"
Test::Perl::Critic required to criticise code
");
}
else
{
Test::Perl::Critic::
all_critic_ok
('
lib
');
}
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