Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
awit-perl-toolkit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
awit-frameworks
awit-perl-toolkit
Commits
576139d5
Commit
576139d5
authored
Sep 18, 2016
by
Nigel Kukard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed comments
parent
706fa1e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/AWITPT/Util.pm
lib/AWITPT/Util.pm
+2
-2
No files found.
lib/AWITPT/Util.pm
View file @
576139d5
# Utility functions
# Copyright (C) 2008-201
4
, AllWorldIT
# Copyright (C) 2008-201
6
, AllWorldIT
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -373,7 +373,7 @@ sub isBoolean
# Nuke whitespaces
$var
=~
s/\s//g
;
# Allow true, on, set, enabled,
1, false, off, unset, disabled
, 0
# Allow true, on, set, enabled,
yes, 1, false, off, unset, disabled, no
, 0
if
(
$var
=~
/^(?:true|on|set|enabled|yes|1)$/i
)
{
return
1
;
}
...
...
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