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

NAME

App::Pmhack

ABSTRACT

Hack on installed Perl modules

SYNOPSIS

  use App::Pmhack qw(pmhack);
  my $new_location = pmhack('Some::Module::Name');

DESCRIPTION

This module is used internally by teh pmhack utility.

FUNCTIONS

pmhack

Given a perl module name, finds the module in @INC, copies it into a directory specified in $ENV{PERL5HACKLIB} and returns the resulting filename.

AUTHOR

Peter Shangov <pshangov at yahoo dot com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Peter Shangov.

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