NAME

AnyPAN::ProxyServer - Merged DarkPAN proxy server PSGI application

SYNOPSIS

use AnyPAN::ProxyServer;
use AnyPAN::Storage::Directory;

my $merger = AnyPAN::ProxyServer->new(
    storage => AnyPAN::Storage::Directory->new(path => '/tmp/merged'),
);

$merger->add_source('http://backpan.perl.org/');
$merger->add_source('https://cpan.metacpan.org/');

$merger->to_app();

DESCRIPTION

TODO

SEE ALSO

perl

LICENSE

Copyright (C) karupanerura.

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

AUTHOR

karupanerura <karupa@cpan.org>