Wed Jul 29 11:23:33 2015: Request 106142 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: Module-ScanDeps
Subject: [Patch] Preload dependencies for PDL and PDL::NiceSlice
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106142 >
On 2015-07-29 07:50:35, SLAFFAN wrote:
> use PDL;
> use PDL::NiceSlice;
> my $x = pdl [[2,3,4],[1,2,3]];
> print $x(1,);
> print $x;
I agree on the %Preload rule for PDL/NiceSlice.pm, it can be made more robust as
'PDL/NiceSlice.pm' => 'sub',
but the rule for PDL.pm needs further investigation. Somehow utf8_heavy.pl is
needed... Maybe this was caused by rev 1501 in
https://www.openfoundry.org/svn/par
when I removed the scan rule that says
Foo::Bar::quux(...)
or
Foo::Bar->quux(...)
implies we should add a dependency on Foo::Bar.
Cheers, Roderich