• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H03-May-2022-1,579993

script/H03-May-2022-30258

t/H03-May-2022-584455

xt/H03-May-2022-3933

Build.PLH A D14-Jul-2015301 134

ChangesH A D14-Jul-20154.8 KiB207128

LICENSEH A D14-Jul-201518 KiB379292

MANIFESTH A D14-Jul-2015883 4545

MANIFEST.SKIPH A D14-Jul-20154 21

META.jsonH A D14-Jul-20154 KiB143142

META.ymlH A D14-Jul-20152.5 KiB9897

README.mdH A D14-Jul-20151.4 KiB5831

cpanfileH A D14-Jul-20151.1 KiB4339

minil.tomlH A D14-Jul-2015117 54

README.md

1# NAME
2
3OrePAN2 - Yet another DarkPAN manager.
4
5# DESCRIPTION
6
7You can create your own Perl module archive with OrePAN2!
8It's very simple and useful.
9
10- 1. Inject tarballs from git repo or archive file via orepan2-inject.
11- 2. Make 02packages.details.txt.gz via orepan2-indexer.
12
13# TUTORIAL
14
15Download a tarball from CPAN.
16
17    % orepan2-inject http://cpan.metacpan.org/authors/id/M/MA/MAHITO/Acme-Hoge-0.03.tar.gz /path/to/darkpan/
18
19Create 02packages.details.txt!
20
21    % orepan2-indexer /path/to/darkpan/
22
23Then you can install Acme::Hoge from DarkPAN!
24
25    % cpanm --mirror-only --mirror=file:///path/to/darkpan/ Acme::Hoge
26
27It's pretty easy!
28
29# What's the difference between OrePAN 2 and OrePAN1?
30
31- OrePAN2 has a cleaner interface.
32- OrePAN2 provides an OO-ish interface
33
34    You can use OrePAN2 as a library.
35
36- OrePAN2 uses modern modules like [Parse::LocalDistribution](https://metacpan.org/pod/Parse::LocalDistribution).
37
38    OrePAN1 did a lot of heavy lifting on its own. OrePAN2 delegates most tasks to other CPAN modules.
39
40- OrePAN2 is active project
41
42    OrePAN1 is now in maintenance mode, but OrePAN2 is still under active development.
43
44# SEE ALSO
45
46[OrePAN2::Server](https://metacpan.org/pod/OrePAN2::Server)
47
48# LICENSE
49
50Copyright (C) tokuhirom.
51
52This library is free software; you can redistribute it and/or modify
53it under the same terms as Perl itself.
54
55# AUTHOR
56
57tokuhirom <tokuhirom@gmail.com>
58