[Mageia-dev] [soft-commits] [4714] rename internal function to mark themas private

Thierry Vignaud thierry.vignaud at gmail.com
Wed May 30 16:33:16 CEST 2012


On 29 May 2012 19:29,  <root at 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


More information about the Mageia-dev mailing list