summaryrefslogtreecommitdiff
path: root/bin/DependencyGenerator/DependencyWriter.pm
diff options
context:
space:
mode:
Diffstat (limited to 'bin/DependencyGenerator/DependencyWriter.pm')
-rw-r--r--bin/DependencyGenerator/DependencyWriter.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/DependencyGenerator/DependencyWriter.pm b/bin/DependencyGenerator/DependencyWriter.pm
index d5ff2929618..c0c8243004f 100644
--- a/bin/DependencyGenerator/DependencyWriter.pm
+++ b/bin/DependencyGenerator/DependencyWriter.pm
@@ -17,9 +17,8 @@ use strict;
# ************************************************************
sub new {
- my($class) = shift;
return bless {
- }, $class;
+ }, $_[0];
}