App-CPANModuleSite

 view release on metacpan or  search on metacpan

lib/App/CPANModuleSite.pm  view on Meta::CPAN

  is => 'ro',
  isa => 'HashRef',
  lazy_build => 1,
);

sub _build_tt_config {
  my $self = shift;

  return {
    INCLUDE_PATH => $self->include_path,
    OUTPUT_PATH => $self->output_path,
    ( $self->wrapper ? ( WRAPPER => $self->wrapper ) : () ),
    RELATIVE => 1,
    VARIABLES => {
      distribution => $self->distribution,
      release => $self->release,
      modules => $self->modules,
      base => $self->base,
    },
  }
}



( run in 0.251 second using v1.01-cache-2.11-cpan-4e96b696675 )