Acme-CPANModules-CustomCPAN

 view release on metacpan or  search on metacpan

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

your modules one at a time.

_
        },
        {
            module=>'WorePAN',
            description => <<'_',

A flavor of OrePAN that works under Windows.

_
        },
        {
            module=>'OrePAN2',
            description => <<'_',

The next generation of OrePAN, although I personally still use OrePAN (version
1).

_
        },
        {
            module=>'CPAN::Mirror::Tiny',
            description => <<'_',

Like OrePAN/OrePAN2/CPAN::Mini::Inject, but the goal is not to depend on XS
modules (thus, the use of HTTP::Tinyish which uses curl/wget to download https
pages instead of LWP).

_
        },
        {
            module => 'Pinto',
            description => <<'_',

Pinto allows you to create custom CPAN-like repository of Perl modules with
features like stacking, version pinning, and so on.

_
        },
        {
            module => 'App::lcpan',
            description => <<'_',

Not a CPAN-like repository creator/builder, but once you have your CPAN-like
repository, you can also index it like you would a regular CPAN mirror/mini
mirror using this tool.

_
        },
    ],
};

1;
# ABSTRACT: List of modules to create your own CPAN-like repository

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::CustomCPAN - List of modules to create your own CPAN-like repository

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::CustomCPAN (from Perl distribution Acme-CPANModules-CustomCPAN), released on 2023-08-06.

=head1 DESCRIPTION

You can create a CPAN-like repository which contains your own modules. Look at
the modules in this list to see what tools you can use to do this.

Keywords: DarkPAN

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<CPAN::Mini::Inject>

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

If you just want to add one to a few of your own modules to your own CPAN, you
can start with a regular CPAN (or mini CPAN) mirror, then inject your modules
into it using this module.


=item L<OrePAN>

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

With this tool, you can create a CPAN-like repository from scratch, by adding
your modules one at a time.


=item L<WorePAN>

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

A flavor of OrePAN that works under Windows.


=item L<OrePAN2>

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

The next generation of OrePAN, although I personally still use OrePAN (version
1).


=item L<CPAN::Mirror::Tiny>

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

Like OrePAN/OrePAN2/CPAN::Mini::Inject, but the goal is not to depend on XS
modules (thus, the use of HTTP::Tinyish which uses curl/wget to download https
pages instead of LWP).



( run in 1.745 second using v1.01-cache-2.11-cpan-600a1bdf6e4 )