Subject: | new() on Moose Object is deprecated |
If installing "Graphics::Color" with Moose 0.90 then the testsuite fires
some warnings.
Calling new() on an instance is deprecated, please use (blessed
$obj)->new at generated method (unknown origin) line 2
Graphics::Color::HSV::new('Graphics::Color::HSV=HASH(0x9f95208)',
'hue', 0, 'saturation', 1, 'value', 1) called at t/01-hsv.t line 39
Calling new() on an instance is deprecated, please use (blessed
$obj)->new at generated method (unknown origin) line 2
Graphics::Color::HSV::new('Graphics::Color::HSV=HASH(0x9f95218)',
'hue', 120, 'saturation', 0.5, 'value', 1) called at t/01-hsv.t line 45
Calling new() on an instance is deprecated, please use (blessed
$obj)->new at generated method (unknown origin) line 2
Graphics::Color::HSV::new('Graphics::Color::HSV=HASH(0x9f95b88)',
'hue', 240, 'saturation', 1, 'value', 0.5) called at t/01-hsv.t line 51