diff --git a/helper/compare_dbs.pl b/helper/compare_dbs.pl index a70b101..317f906 100755 --- a/helper/compare_dbs.pl +++ b/helper/compare_dbs.pl @@ -236,7 +236,7 @@ __USAGE__ } sub is_exception { - my $exceptions, $type, $schema, $element, $attr) = @_; + my ($exceptions, $type, $schema, $element, $attr) = @_; $attr //= ''; foreach my $exception (@{$exceptions}) {