The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Util::EmulatePhase::PrereqCollector - A dummy Dist::Zilla to fake a 'prereq' object on.

VERSION

version 1.001001

QUICK REFERENCE

  A>shadow_zilla                  # Ref
  A>prereqs                       # Object
  ->register_prereqs              # mutator via prereqs
  ->find_files                    # Proxy via ->shadow_zilla
  ->plugins                       # []
  ->_is_white_listed(options=[])  # Bool
    0 =>  $caller_package
    1 =>  $caller_subname

  ->_share_dir_map()              # HashRef

METHODS

find_files

Dist::Zilla's find_files proxy.

plugins

_share_dir_map

Dist::Zilla's _share_dir_map proxy.

WARNING: This method is provided as a temporary workaround and may eventually disappear, as the behaviour it is wrapping probably shouldn't be done like this.

AUTHOR

Kent Fredric <kentnl@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Kent Fredric <kentnl@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.