librasteve / raku-Physics-Measure

do calculations on objects with value, units and error
Artistic License 2.0
11 stars 2 forks source link

Dependency not specified in META6.json #70

Closed kjpye closed 2 months ago

kjpye commented 2 months ago

Physics::Measure uses Math::Vector, but it's not specified in META6.json.

librasteve commented 2 months ago

Ah - turns out that cannot use Math::Vector in Measure.rakumod as it stomps on the math operators.

Therefore I have reverted out the dependency on Math::Vector and removed the type constraint of Real to continue to allow Math::Vector values dynamically.

Resolved in v2.0.1