xslate / p5-Mouse

Lightweight class builder for Perl, as a subset of Moose
https://metacpan.org/release/Mouse
Other
46 stars 32 forks source link

New warnings in Perl 5.21.x: redundant arguments for sprintf #39

Closed reneeb closed 9 years ago

reneeb commented 9 years ago

In https://github.com/gfx/p5-Mouse/blob/master/lib/Mouse/Meta/Role/Composite.pm#L162 you define 4 placeholders, but pass 5 arguments to sprintf. This leads to a new warning with Perl 5.21.x

syohex commented 9 years ago

@gfx Is the format wrong or is there unnecessary parameter ?