Wed Mar 18 04:58:04 2015: Request 102689 was acted upon. Transaction: Correspondence added by dzagas...@gmail.com Queue: Module-ScanDeps Subject: Re: [rt.cpan.org #102689] Module::ScanDeps isn't effective Broken in: (no value) Severity: Wishlist Owner: Nobody Requestors: z...@cpan.org Status: rejected Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=102689 >
Hi. I have a question. I use parl to make executable. parl -B -O1.exe par.zip Parl also pack perl dll and other binary deps. Is it possible to pack all this deps with upx? This can reduce size on several Mb. Is there is any hook, that allows to do something with this files, before parl concatenate them with exe header? On 13.03.2015 17:38, Roderich Schupp via RT wrote: > <URL: https://rt.cpan.org/Ticket/Display.html?id=102689 > > > On 2015-03-11 10:44:10, dzagas...@gmail.com wrote: >> Will try to find time to make patch. > Or just try the following patch to Module::ScanDeps > which should make pp automagically include anything in namespace AnyEvent::* > (and their dependencies) without the need for any explicit -M AnyEvent::... > > > --- lib/Module/ScanDeps.pm (revision 1555) > +++ lib/Module/ScanDeps.pm (revision 1556) > @@ -225,6 +225,7 @@ > my %Preload; > %Preload = ( > 'AnyDBM_File.pm' => [qw( SDBM_File.pm )], > + 'AnyEvent.pm' => 'sub', > 'Authen/SASL.pm' => 'sub', > 'B/Hooks/EndOfScope.pm' => [qw( B/Hooks/EndOfScope/PP.pm > B/Hooks/EndOfScope/XS.pm )], > 'Bio/AlignIO.pm' => 'sub', > > > Cheers, Roderich