summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover1-0/+1
2013-05-08perl: Remove unused variablesGuillem Jover1-0/+1
2013-05-06scripts: Initialize arrays with the qw() operatorGuillem Jover1-0/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover3-2/+7
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover1-0/+1
2013-04-29scripts: Do not use "nested" functions as they are globalGuillem Jover1-0/+1
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-0/+1
2013-04-27Dpkg::Control::Type: Use strict and warningsGuillem Jover1-0/+2
2013-04-24Use three-argument form of open in perl codeGuillem Jover1-0/+1
2013-04-24dpkg-shlibdeps: Use the glob function call instead of the operatorGuillem Jover1-0/+1
2013-04-19Explicitly quote HEREDOC markers in perl codeGuillem Jover1-0/+1
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-0/+1
2013-04-19test: Add new perl critic test caseGuillem Jover2-0/+160
2013-04-19test: Add a correct shebang to all test scriptsGuillem Jover1-0/+1
2013-04-19build: Move generic perl test to the top level directoryGuillem Jover1-0/+23