diff --git a/lib/perl5/Math/Matrix.pm b/lib/perl5/Math/Matrix.pm index 0105845..1894a62 100644 --- a/lib/perl5/Math/Matrix.pm +++ b/lib/perl5/Math/Matrix.pm @@ -244,6 +244,7 @@ use strict; $VERSION = 0.8; use overload + 'x' => 'multiply_scalar', '~' => 'transpose', '+' => 'add', '-' => 'subtract',