Binary package “libwarnings-illegalproto-perl” in ubuntu xenial

pragma to disable illegal prototype warnings on old Perls

 warnings::illegalproto was implemented so that people can use strictures and
 use signatures at the same time. Thanks to mst, in Perl 5.12 and greater this
 is trivial, but before that a strange dance had to be done.