clean up Perl style a bit
authorMatthias Bethke <matthias.bethke@financial.com>
Wed, 10 Sep 2014 16:37:26 +0000 (18:37 +0200)
committerMatthias Bethke <matthias.bethke@financial.com>
Wed, 10 Sep 2014 16:39:52 +0000 (18:39 +0200)
- Remove some superfluous parenthesis clutter
- Shorten a lot of single-line conditionals using postfix constructions
- Merge variable declarations
- Use $class/$self instead of $pkg/$obj as is customary
- Remove quotes around literal hash keys


No differences found