Wed Jul 29 17:50:53 2015: Request 106142 was acted upon.
Transaction: Correspondence added by SLAFFAN
       Queue: Module-ScanDeps
     Subject: [Patch] Preload dependencies for PDL and PDL::NiceSlice
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: slaf...@cpan.org
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106142 >


Thanks.  The PDL::NiceSlice approach is much simpler.

If I can get a chance I'll look into the PDL code to see what sort of calls are 
used.  

Regards,
Shawn.


On Wed Jul 29 11:23:33 2015, RSCHUPP wrote:
> 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
> 
> 



Reply via email to