summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-06-22perl: Place strict and warning pragma uses as the first thingGuillem Jover1-2/+2
2013-06-22Dpkg::Source::Package: Capitalize variant module namesGuillem Jover1-0/+1
2013-05-08perl: Use my-style lexical loop iterator variablesGuillem Jover1-0/+1
2013-05-08Dpkg::Source::Patch: Use number separator to ease readabilityGuillem Jover1-0/+1
2013-05-08perl: Conditionally include modules with require instead of useGuillem Jover1-0/+1
2013-05-08perl: Unify regex delimiters to //, {} or <>Guillem Jover2-0/+4
2013-05-08dpkg-genchanges: Do not use conditional declarationsGuillem Jover1-0/+1
2013-05-08Remove trailing whitespacesGuillem Jover1-0/+1
2013-05-08Dpkg::Deps: Use braces for multiline regexpGuillem Jover1-0/+1
2013-05-08scripts/t/200_Dpkg_Shlibs.t: Use semicolon instead of commaGuillem Jover1-0/+1
2013-05-08perl: Use correct comparison operator for each typeGuillem Jover1-0/+1
2013-05-08scripts: Do not use indirect object syntaxGuillem Jover1-0/+1
2013-05-08dpkg-shlibdeps: Do not use readline operator in a foreach loopGuillem Jover1-0/+1
2013-05-08perl: Slurp files more efficientlyGuillem Jover1-0/+1
2013-05-08scripts: On split use an actual regex instead of a literal stringGuillem Jover1-0/+1
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