Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla-Plugin-PodWeaver CPAN distribution.

Report information
The Basics
Id: 82885
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-PodWeaver

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.101641
Fixed in: (no value)



Subject: Lazy load dependencies
DZP::PodWeaver has the following block: use PPI; use Pod::Elemental; use Pod::Elemental::Transformer::Pod5; use Pod::Elemental::Transformer::Nester; use Pod::Elemental::Selectors -all; use Pod::Weaver::Config::Assembler; Dist::Zilla would be faster for some commands if this module would load its dependencies only when it uses them. That is in the munge_files method. -- Olivier Mengué - http://perlresume.org/DOLMEN
Thanks, improved in c9104ee -- rjbs