-
-
25 Feb 2021 15:18:00 UTC
- Distribution: OrePAN2
- Module version: 0.48
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (3)
- Testers (554 / 4 / 0)
- Kwalitee
Bus factor: 3- 73.86% Coverage
- License: perl_5
- Perl: v5.8.5
- Activity
24 month- Tools
- Download (49.68KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 16 contributors-
tokuhirom
-
Chad Granum
-
Chris Weyl
-
Dave Lambley
-
E. Choroba
-
Gregory Oschwald
-
Ichito Nagata
-
Ivan Bessarabov
-
Masahiro Honma
-
Mickey Nasriachi
-
Olaf Alders
-
Seth Daniel
-
Shoichi Kaji
-
Songmu
-
Tatsuhiko Miyagawa
-
moznion
- Dependencies
- Archive::Extract
- Archive::Tar
- CPAN::Meta
- Class::Accessor::Lite
- Digest::MD5
- ExtUtils::MakeMaker
- File::Path
- File::Temp
- File::pushd
- Getopt::Long
- HTTP::Tiny
- IO::File::AtomicChange
- IO::Socket::SSL
- IO::Uncompress::Gunzip
- IO::Zlib
- JSON::PP
- LWP::UserAgent
- List::Compare
- MetaCPAN::Client
- Moo
- MooX::Options
- Parse::CPAN::Meta
- Parse::CPAN::Packages::Fast
- Parse::LocalDistribution
- Parse::PMFile
- Path::Tiny
- Pod::Usage
- Ref::Util
- Try::Tiny
- Type::Params
- Types::URI
- autodie
- feature
- parent
- version
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- DESCRIPTION
- TUTORIAL
- What's the difference between OrePAN 2 and OrePAN1?
- SEE ALSO
- LICENSE
- AUTHOR
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.
-
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
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 <tokuhirom@gmail.com>
Module Install Instructions
To install OrePAN2, copy and paste the appropriate command in to your terminal.
cpanm OrePAN2
perl -MCPAN -e shell install OrePAN2
For more information on module installation, please visit the detailed CPAN module installation guide.