[rt-users] rt-shredder issues
Kevin Falcone
falcone at bestpractical.com
Mon Jul 11 09:54:36 EDT 2011
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110711/83b0b630/attachment.sig>
More information about the rt-users
mailing list