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
6fbfeb64
Commit
6fbfeb64
authored
Sep 12, 2016
by
Nigel Kukard
Browse files
Use $VERSION instead of VERSION
parent
cf9de38c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/smradius/client.pm
View file @
6fbfeb64
...
...
@@ -48,7 +48,7 @@ sub run
$self
=
$self
->
new
()
if
(
!
ref
(
$self
));
print
(
STDERR
"
SMRadClient v
"
.
VERSION
.
"
- Copyright (c) 2007-2016, AllWorldIT
\n
");
print
(
STDERR
"
SMRadClient v
$
VERSION
- Copyright (c) 2007-2016, AllWorldIT
\n
");
print
(
STDERR
"
\n
");
...
...
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