On Mon, Jul 11, 2011 at 10:43:16AM +0200, Vladimir Nikolic wrote:
> Don't know if you have already found the solution.
> The problem is in the file Plugin.pm:

A patch to fix this is on 3.8-trunk
5add26c8d76d8a25626ba02ebafe0734fb34619f

-kevin

> --- Plugin.pm.orig      2011-07-11 10:40:30.000000000 +0200
> +++ Plugin.pm   2011-07-11 10:25:23.000000000 +0200
> @@ -129,7 +129,7 @@
> 
>      my %res;
>      for my $f (reverse @files) {
> -        $res{$1} = $_ if $f =~ /([^\\\/]+)\.pm$/;
> +        $res{$1} = $f if $f =~ /([^\\\/]+)\.pm$/;
>      }
> 
>      return %res unless $type;
> 
> Regards

Attachment: pgprRJjE3a6t4.pgp
Description: PGP signature

--------
2011 Training: http://bestpractical.com/services/training.html

Reply via email to