On Tue, Jul 22, 2008 at 4:16 AM, Doron Shoham <[EMAIL PROTECTED]> wrote:
> modify Config::General to Config::General qw(ParseConfig)
>
> Signed-off-by: Doron Shoham <[EMAIL PROTECTED]>

Acked-by: Richard Sharpe <[EMAIL PROTECTED]>

> ---
>  scripts/tgt-admin |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/scripts/tgt-admin b/scripts/tgt-admin
> index 05ed2d8..b013d1d 100755
> --- a/scripts/tgt-admin
> +++ b/scripts/tgt-admin
> @@ -10,7 +10,7 @@
>  #
>
>  use strict;
> -use Config::General;
> +use Config::General qw(ParseConfig);
>  use Data::Dumper;
>  use Getopt::Long;
>
> --
> 1.5.3.8
>
>
> _______________________________________________
> Stgt-devel mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/stgt-devel
>
_______________________________________________
Stgt-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/stgt-devel

Reply via email to