On Wed Oct 12 02:47:32 2016,
https://launchpad.net/~angelabad wrote:
Show quoted text> Hi, packaging for Debian I found these spelling errors:
>
> -our @EXPORT = qw/is is_deeply isnt like unlike cmp_ok/;
> +our @EXPORT = qw/is is_deeply isn't like unlike cmp_ok/;
>
> - is like isnt unlike
> + is like isn't unlike
>
> Cheers,
This is not a typo, this is intentional and important. If you package the module with these changes than the module would be very broken in debian. If you have released a debian package for this you need to fix it.