Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nigel Kukard
smradius
Commits
cbe1b203
Commit
cbe1b203
authored
Sep 12, 2016
by
Nigel Kukard
Browse files
Two code quality fixups
parent
67be7ec3
Changes
2
Hide whitespace changes
Inline
Side-by-side
3rdparty/Makefile.PL
View file @
cbe1b203
my
@additionalDirs
=
();
# Makefile
# Copyright (C) 2014-2016, AllWorldIT
#
...
...
@@ -28,6 +27,8 @@ use File::Find;
my
@additionalDirs
=
();
find
(
{
wanted
=>
sub
{
...
...
@@ -44,8 +45,6 @@ find(
"
.
",
);
WriteMakefile
(
'
NAME
'
=>
'
SMRadius-3rdParty
',
...
...
lib/smradius/modules/system/mod_config_test.pm
View file @
cbe1b203
...
...
@@ -15,7 +15,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
package
smradius::
smradius::modules::system::
mod_config_test
;
package
smradius::modules::system::
mod_config_test
;
use
strict
;
use
warnings
;
...
...
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