summaryrefslogtreecommitdiff
path: root/dselect/methods/Dselect
AgeCommit message (Expand)AuthorFilesLines
2015-09-14perl: Split overlong regexes into multiline extended regexesGuillem Jover1-2/+9
2015-05-30scripts, dselsect/methods: Switch from `` to operator qx()Guillem Jover1-2/+2
2015-05-18dselect: Remove outdated local copy of the Debian README.mirrors.txt fileGuillem Jover1-7/+4
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-4/+13
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-1/+1
2013-12-04perl: Use croak instead of die on programming errors in modulesGuillem Jover1-1/+2
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-5/+5
2013-11-24Consistently use regex instead of regexp when possibleGuillem Jover1-1/+1
2013-11-24Dselect::Ftp: Uppercase public %config package variableGuillem Jover1-23/+24
2013-11-23perl: Do not allow hard tabs anywhere other than leading positionGuillem Jover1-6/+8
2013-09-19Decapitalize error and warning messagesGuillem Jover1-6/+6
2013-06-22perl: Add a VERSION to all modulesGuillem Jover1-0/+2
2013-06-22perl: Place strict and warning pragma uses as the first thingGuillem Jover1-3/+3
2013-06-22perl: Decapitalize variable namesGuillem Jover1-5/+5
2013-05-08perl: Conditionally include modules with require instead of useGuillem Jover1-2/+2
2013-05-08perl: Unify regex delimiters to //, {} or <>Guillem Jover1-1/+1
2013-05-08perl: Remove unused variablesGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-26/+26
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-18/+20
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-6/+7
2013-04-24Use three-argument form of open in perl codeGuillem Jover1-2/+4
2013-04-24dselect: Stop using 'use vars' in method scriptsGuillem Jover1-4/+4
2013-04-24Dselect::Ftp: Inherit Exporter's import methodGuillem Jover1-1/+2
2013-04-23Debian::Dselect::Ftp: Move module to Dselect::FtpGuillem Jover1-0/+376