Alien-Build-Plugin-Fetch-Rewrite

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

     1;

DESCRIPTION

    This plugin allows you to rewrite the URLs for remote networked
    resources to local resources. This is useful if you are building CPAN
    modules that rely on Alien distributions where you do not have system
    packages. It may also seem useful if you do not trust the remote
    resources, although please keep in mind that like a Makefile.PL or
    Build.PL, an alienfile is arbitrary Perl code, and should be
    appropriately vetted before being used in an environment with security
    requirements.

CAVEATS

    This plugin is only able to rewrite URLs that are fetched through the
    standard Alien::Build URL fetching interface, and only URLs that are
    supported by LWP::UserAgent and URI.

SEE ALSO

lib/Alien/Build/Plugin/Fetch/Rewrite.pm  view on Meta::CPAN

 1;

=head1 DESCRIPTION

This plugin allows you to rewrite the URLs for remote networked resources
to local resources.  This is useful if you are building CPAN modules that
rely on L<Alien> distributions where you do not have system packages.  It
may also seem useful if you do not trust the remote resources, although
please keep in mind that like a C<Makefile.PL> or C<Build.PL>, an L<alienfile>
is arbitrary Perl code, and should be appropriately vetted before being
used in an environment with security requirements.

=head1 CAVEATS

This plugin is only able to rewrite URLs that are fetched through the standard
L<Alien::Build> URL fetching interface, and only URLs that are supported by
L<LWP::UserAgent> and L<URI>.

=head1 SEE ALSO

=over 4



( run in 0.906 second using v1.01-cache-2.11-cpan-39bf76dae61 )