Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tokuhirom/orepan2


https://github.com/tokuhirom/orepan2

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# NAME

OrePAN2 - Yet another DarkPAN manager.

# DESCRIPTION

You can create your own Perl module archive with OrePAN2!
It's very simple and useful.

- 1. Inject tarballs from git repo or archive file via orepan2-inject.
- 2. Make 02packages.details.txt.gz via orepan2-indexer.

# TUTORIAL

Download a tarball from CPAN.

% orepan2-inject http://cpan.metacpan.org/authors/id/M/MA/MAHITO/Acme-Hoge-0.03.tar.gz /path/to/darkpan/

Create 02packages.details.txt!

% orepan2-indexer /path/to/darkpan/

Then you can install Acme::Hoge from DarkPAN!

% cpanm --mirror-only --mirror=file:///path/to/darkpan/ Acme::Hoge

It's pretty easy!

# What's the difference between OrePAN 2 and OrePAN1?

- OrePAN2 has a cleaner interface.
- OrePAN2 provides an OO-ish interface

You can use OrePAN2 as a library.

- OrePAN2 uses modern modules like [Parse::LocalDistribution](https://metacpan.org/pod/Parse%3A%3ALocalDistribution).

OrePAN1 did a lot of heavy lifting on its own. OrePAN2 delegates most tasks to other CPAN modules.

- OrePAN2 is active project

OrePAN1 is now in maintenance mode, but OrePAN2 is still under active development.

# SEE ALSO

[OrePAN2::Server](https://metacpan.org/pod/OrePAN2%3A%3AServer)

# LICENSE

Copyright (C) tokuhirom.

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

# AUTHOR

tokuhirom