Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
awit-frameworks
awit-perl-toolkit
Commits
66ff06ee
Commit
66ff06ee
authored
Sep 15, 2014
by
Nigel Kukard
Browse files
Removed vim tags
parent
7e23abde
Changes
13
Hide whitespace changes
Inline
Side-by-side
Makefile.PL
View file @
66ff06ee
...
...
@@ -30,4 +30,3 @@ WriteMakefile(
}
,
);
# vim: ts=4
bin/convert-tsql
View file @
66ff06ee
...
...
@@ -110,4 +110,3 @@ case "$database" in
esac
# vim: ts=4
lib/AWITPT/Cache.pm
View file @
66ff06ee
...
...
@@ -341,4 +341,3 @@ sub getCacheMisses
1
;
# vim: ts=4
lib/AWITPT/DB/DBILayer.pm
View file @
66ff06ee
...
...
@@ -537,4 +537,3 @@ sub table_prefix
1
;
# vim: ts=4
lib/AWITPT/DB/DBLayer.pm
View file @
66ff06ee
...
...
@@ -762,4 +762,3 @@ sub DBSelectSearch
1
;
# vim: ts=4
lib/AWITPT/DB/DataObj.pm
View file @
66ff06ee
...
...
@@ -1371,7 +1371,6 @@ sub _loadHash
1
;
# vim: ts=4
__END__
=head1 DEBUGGING
...
...
lib/AWITPT/NetIP.pm
View file @
66ff06ee
...
...
@@ -562,4 +562,3 @@ sub _calc_ranges
1
;
# vim: ts=4
lib/AWITPT/PWLib.pm
View file @
66ff06ee
...
...
@@ -451,4 +451,3 @@ sub _make_salt {
1
;
# vim: ts=4
lib/AWITPT/Util.pm
View file @
66ff06ee
...
...
@@ -839,4 +839,3 @@ sub parseKeyPairString
1
;
# vim: ts=4
lib/AWITPT/Version.pm
View file @
66ff06ee
...
...
@@ -23,4 +23,3 @@ use warnings;
our
$VERSION
=
"
0.1.x
";
1
;
# vim: ts=4
lib/SOAP/Transport/HTTPng.pm
View file @
66ff06ee
...
...
@@ -1006,4 +1006,3 @@ sub send_file
1
;
# vim: ts=4
t/code-quality.t
View file @
66ff06ee
...
...
@@ -26,4 +26,3 @@ is(system("perlcritic --statistics --gentle ."),0);
done_testing
();
# vim: ts=4
t/isnumber.t
View file @
66ff06ee
...
...
@@ -45,4 +45,3 @@ is(isNumber("-0a"),undef);
done_testing
();
# vim: ts=4
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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