[Mageia-sysadm] [453] Readd $us
Thierry Vignaud
thierry.vignaud at gmail.com
Mon Feb 7 14:38:32 CET 2011
On 7 February 2011 01:18, <root at mageia.org> wrote:
> Revision 453 Author dmorgan Date 2011-02-07 01:18:20 +0100 (Mon, 07 Feb
> 2011)
>
> Log Message
>
> Readd $us
our usage (enforced by perl_checker) is to rename unused variables from $foobar
to $_foobar
and then to cleann both callee & all callers
> Modified: drakx/trunk/perl-install/messages.pm
> ===================================================================
> --- drakx/trunk/perl-install/messages.pm 2011-02-07 00:06:49 UTC (rev 452)
> +++ drakx/trunk/perl-install/messages.pm 2011-02-07 00:18:20 UTC (rev 453)
> @@ -6,6 +6,10 @@
> use common;
>
> sub main_license {
> +
> + #TODO: Change the API to not use $google, which is unused now
> + my ($us, $google) = @_;
> +
More information about the Mageia-sysadm
mailing list