summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-05-08scripts/t: Move constant tests plan to ‘use Test::More’ timeGuillem Jover2-16/+4
2013-05-08perl: Use my-style lexical loop iterator variablesGuillem Jover2-22/+22
2013-05-08scripts: Do not write out implcit $_ in foreach loopsGuillem Jover3-9/+9
2013-05-08Dpkg::Source::Patch: Use number separator to ease readabilityGuillem Jover1-2/+2
2013-05-08perl: Conditionally include modules with require instead of useGuillem Jover1-2/+2
2013-05-08perl: Unify regex delimiters to //, {} or <>Guillem Jover4-6/+6
2013-05-08dpkg-genchanges: Do not use conditional declarationsGuillem Jover1-3/+5
2013-05-08Remove trailing whitespacesGuillem Jover5-13/+13
2013-05-08Dpkg::Deps: Use braces for multiline regexpGuillem Jover1-2/+2
2013-05-08scripts/t/200_Dpkg_Shlibs.t: Use semicolon instead of commaGuillem Jover1-3/+3
2013-05-08perl: Use correct comparison operator for each typeGuillem Jover1-1/+1
2013-05-08scripts: Do not use indirect object syntaxGuillem Jover2-3/+3
2013-05-08dpkg-shlibdeps: Do not use readline operator in a foreach loopGuillem Jover1-1/+2
2013-05-08perl: Slurp files more efficientlyGuillem Jover5-5/+17
2013-05-08Dpkg::Changelog: Refactor out _is_full_range()Guillem Jover1-7/+15
2013-05-08scripts: On split use an actual regex instead of a literal stringGuillem Jover2-3/+3
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover4-9/+9
2013-05-08perl: Remove unused variablesGuillem Jover4-4/+2
2013-05-06scripts: Initialize arrays with the qw() operatorGuillem Jover4-9/+8
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover85-1661/+1664
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover43-775/+781
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover21-187/+203
2013-04-29Dpkg::Shlibs::Symbol: Remove quotes around constant declarationGuillem Jover1-1/+1
2013-04-29Dpkg: Use identifiers as key names whenever possibleGuillem Jover6-27/+27
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover18-38/+35
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover6-8/+16
2013-04-29scripts: Do not use "nested" functions as they are globalGuillem Jover6-119/+136
2013-04-28Fix file descriptor leaks in perl codeGuillem Jover1-0/+1
2013-04-28dpkg-gensymbols: Use closedir instead of close for directory handlesGuillem Jover1-1/+1
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover26-181/+198
2013-04-27Dpkg::Control::Type: Use strict and warningsGuillem Jover1-0/+3
2013-04-27scripts: Restrict POSIX imports to :errno_h, :fcntl_h or :sys_wait_hGuillem Jover8-10/+8
2013-04-27Dpkg::Compression::FileHandle: Import POSIX tags instead of explicit symbolsGuillem Jover1-1/+1
2013-04-27scripts: Remove unused :signal_h from POSIX importsGuillem Jover3-3/+3
2013-04-27scripts: Use getcwd from Cwd instead of POSIXGuillem Jover3-3/+5
2013-04-27Dpkg::Compression::FileHandle: Handle new EOF method paramaterGuillem Jover1-1/+3
2013-04-24Use three-argument form of open in perl codeGuillem Jover4-8/+8
2013-04-24dpkg-shlibdeps: Use the glob function call instead of the operatorGuillem Jover1-2/+2
2013-04-24scripts/t/800_Dpkg_IPC.t: Use numbered prefixes for source variablesGuillem Jover1-11/+11
2013-04-24Dpkg::Vendor::Debian: Do not use Dpkg::Vendor::Ubuntu, just require itGuillem Jover1-1/+2
2013-04-23Dpkg::Arch: Properly fix debarch_to_debtriplet() callersGuillem Jover1-4/+4
2013-04-23Dpkg::Arch: Add new test suiteGuillem Jover2-0/+87
2013-04-23Dpkg::Arch: Multiple fixes to cope with empty tripletsRaphaël Hertzog1-2/+2
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover24-95/+91
2013-04-19test: Add new perl critic test caseGuillem Jover3-2/+4
2013-04-19test: Add a correct shebang to all test scriptsGuillem Jover14-0/+14
2013-04-19build: Move generic perl test to the top level directoryGuillem Jover2-24/+0
2013-04-19build: Set a default TEST_VERBOSE to 0Guillem Jover1-1/+0
2013-04-19scripts/mk: Use new dpkg-parsechangelog -S option instead of sed or awkGuillem Jover1-3/+3
2013-04-19Remove Emacs and vim modelinesGuillem Jover26-26/+0