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-CheckPrereqsIndexed CPAN distribution.

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

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

Bug Information
Severity: Important
Broken in:
  • 0.001
  • 0.002
  • 0.003
  • 0.004
  • 0.005
  • 0.006
  • 0.007
Fixed in: (no value)



Subject: Lazy load dependencies
The plugin loads the following dependencies at compile time: Encode, LWP::UserAgent, JSON::PP (among others). Those dependency take time to compile and use memory, but will never be used unless we attempt a release: they are not used when I run "dzil test". -- Olivier Mengué - http://perlresume.org/DOLMEN
Le 2013-01-22 13:13:46, DOLMEN a écrit : Show quoted text
> The plugin loads the following dependencies at compile time: Encode, > LWP::UserAgent, JSON::PP (among others). > > Those dependency take time to compile and use memory, but will never be > used unless we attempt a release: they are not used when I run "dzil
test". Patch: https://github.com/rjbs/dist-zilla-plugin-checkprereqsindexed/pull/4 -- Olivier Mengué - http://perlresume.org/DOLMEN
resolved -- rjbs