summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-05-17perl: Fix unused capture groups false positivesGuillem Jover1-0/+1
2014-05-17scripts: Use character classes instead of single character alternationsGuillem Jover1-0/+1
2014-05-17perl: Do not use global match variablesGuillem Jover1-0/+1
2014-05-17test: Add labels to Test::More testsGuillem Jover1-0/+1
2014-04-21test: Remove sequence number prefixes from test case filenamesGuillem Jover3-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover2-2/+2
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-0/+1
2013-11-24perl: Always check open() return valueGuillem Jover1-0/+1
2013-11-24Dpkg::Changelog::Entry::Debian: Deprecate regex package variablesGuillem Jover1-0/+1
2013-11-24Dpkg::Deps: Move _arch_* private functions to Dpkg::Deps::SimpleGuillem Jover1-0/+2
2013-11-23perl: Do not allow hard tabs anywhere other than leading positionGuillem Jover1-0/+1
2013-07-22Dpkg::Shlibs::Objdump: Add an optional objdump argument to get_formatGuillem Jover1-0/+1
2013-07-18scripts: Use the block form for the grep functionGuillem Jover1-0/+1
2013-07-18Dpkg::Version: Use the block form for the map functionGuillem Jover1-0/+1
2013-07-18dpkg-source: Use two eq operators instead of a grepGuillem Jover1-0/+1
2013-07-18dpkg-scansources: Use a foreach loop instead of a void mapGuillem Jover1-0/+1
2013-07-18dpkg-gencontrol: Move grep inside an if blockGuillem Jover1-0/+1
2013-07-18scripts: Do not mix boolean operatorsGuillem Jover1-0/+1
2013-07-18scripts: Do not use negative expression in unless and until conditionsGuillem Jover1-0/+1
2013-06-22test: Only scan perl module files that will ever contain POD markupGuillem Jover1-2/+10
2013-06-22test: Set .pl and .t as program-extensions for perlcriticGuillem Jover1-0/+1
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