summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-0/+1
This makes sure the functions always return the appropriate value independent of the context. Fixes Subroutines::ProhibitExplicitReturnUndef. Warned-by: perlcritic
2013-04-19test: Add new perl critic test caseGuillem Jover2-0/+160
Mark false positives in the perl code so that perlcritic ignores them, and so that they are documented in-place.
2013-04-19test: Add a correct shebang to all test scriptsGuillem Jover1-0/+1
This marks all these files as script files, so that tools like perlcritic do not misrecognize them as modules.
2013-04-19build: Move generic perl test to the top level directoryGuillem Jover1-0/+23
This test is useful for all perl code in the project, not just for the scripts directory. Move it to the top level directory so that we don't have to do strange things referencing sibling directories and similar.