On 29 May 2012 19:29,  <r...@mageia.org> wrote:
> -sub sqr { $_[0] * $_[0] }
> -sub round { int($_[0] + 0.5) }
> -sub group_by2 {
> +sub _sqr { $_[0] * $_[0] }
> +sub _round { int($_[0] + 0.5) }
> +sub _group_by2 {

Please add a comment that all these functions came from MDK::Common.
So that we think about syncing if there's ever a bugfix

Reply via email to