Acme-CPANModules-LocalCPANMirror

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    local CPAN mirror

VERSION
    This document describes version 0.002 of
    Acme::CPANModules::LocalCPANMirror (from Perl distribution
    Acme-CPANModules-LocalCPANMirror), released on 2023-10-29.

DESCRIPTION
    Since CPAN repository is just a hierarchy of files, you can simply use a
    recursive download/mirror tool over http/https/ftp. However, for
    additional features you can take a look at the modules in this list.

ACME::CPANMODULES ENTRIES
    CPAN::Mini
        Author: RJBS <https://metacpan.org/author/RJBS>

        This module lets you create a so-called "mini mirror", which only
        contains the newest release for each distribution (where CPAN might
        also contains previous versions of a distribution as long as the
        CPAN author does not clean up his previous releases). This produces
        a significantly smaller CPAN mirror which you can use on your

README  view on Meta::CPAN

    required beyond that are considered a bug and can be reported to me.

COPYRIGHT AND LICENSE
    This software is copyright (c) 2023, 2019 by perlancar
    <perlancar@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.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-Loca
    lCPANMirror>

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.

lib/Acme/CPANModules/LocalCPANMirror.pm  view on Meta::CPAN

our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-LocalCPANMirror'; # DIST
our $VERSION = '0.002'; # VERSION

our $LIST = {
    summary => 'List of modules/tools to create a local CPAN mirror',
    description => <<'_',

Since CPAN repository is just a hierarchy of files, you can simply use a
recursive download/mirror tool over http/https/ftp. However, for additional
features you can take a look at the modules in this list.

_
    entries => [
        {
            module=>'CPAN::Mini',
            description => <<'_',

This module lets you create a so-called "mini mirror", which only contains the
newest release for each distribution (where CPAN might also contains previous
versions of a distribution as long as the CPAN author does not clean up his

lib/Acme/CPANModules/LocalCPANMirror.pm  view on Meta::CPAN

Acme::CPANModules::LocalCPANMirror - List of modules/tools to create a local CPAN mirror

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::LocalCPANMirror (from Perl distribution Acme-CPANModules-LocalCPANMirror), released on 2023-10-29.

=head1 DESCRIPTION

Since CPAN repository is just a hierarchy of files, you can simply use a
recursive download/mirror tool over http/https/ftp. However, for additional
features you can take a look at the modules in this list.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<CPAN::Mini>

Author: L<RJBS|https://metacpan.org/author/RJBS>

This module lets you create a so-called "mini mirror", which only contains the

lib/Acme/CPANModules/LocalCPANMirror.pm  view on Meta::CPAN


=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2023, 2019 by perlancar <perlancar@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.

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-LocalCPANMirror>

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=cut



( run in 0.805 second using v1.01-cache-2.11-cpan-a5abf4f5562 )