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