[Dancer-users] Dancer::MIME return value
thecrux at gmail.com
thecrux at gmail.com
Mon Oct 31 13:44:22 CET 2011
Hi.
I had noticed that Dancer/MIME.pm (and also Dancer/Core/MIME.pm in Dancer2)
return 42
https://github.com/sukria/Dancer/blob/devel/lib/Dancer/MIME.pm#L67
This is wrong, because generate warning
$ perl -wce '42'
Useless use of a constant (42) in void context at -e line 1.
-e syntax OK
Also, with `use warnings FATAL => 'all'` (default for Moo) returned error
$ perl -c -Ilib lib/Dancer/Core/MIME.pm ; echo $?
Useless use of a constant (42) in void context at lib/Dancer/Core/MIME.pm line 77.
255
--
Vladimir Lettiev aka crux ✉ theCrux at gmail.com
More information about the Dancer-users
mailing list