https://github.com/pepabo/p5-bundle-mogilefs
mogilefs全部入り
https://github.com/pepabo/p5-bundle-mogilefs
cpan cpanm docker mogilefs perl
Last synced: about 1 year ago
JSON representation
mogilefs全部入り
- Host: GitHub
- URL: https://github.com/pepabo/p5-bundle-mogilefs
- Owner: pepabo
- Created: 2012-09-10T10:02:14.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T05:23:28.000Z (about 8 years ago)
- Last Synced: 2025-04-15T03:05:05.936Z (about 1 year ago)
- Topics: cpan, cpanm, docker, mogilefs, perl
- Language: Perl
- Size: 9.86 MB
- Stars: 3
- Watchers: 209
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
p5-bundle-mogilefs [](https://travis-ci.org/pepabo/p5-bundle-mogilefs)[](https://hub.docker.com/r/pepabo/mogilefs/~/dockerfile/)[](https://hub.docker.com/r/pepabo/mogilefs/builds/)
==================
[mogilefs](https://github.com/mogilefs)全部入り
How to update cpan modules
---
### 1. Install OrePAN2
```sh
./cpanm -Lextlib Module::Install OrePAN2
```
### 2. Download a module to cpam-mirror directory
```sh
./env orepan2-inject --author=AUTHOR http://cpan.metacpan.org/authors/id////.tar.gz cpan-mirror
# Remove old version module if needed
unlink cpan-mirror/authors/id/
///
```
### 3. Make index
```sh
./env orepan2-indexer cpan-mirror/
```
### 4. commit
```sh
# If you need to change MogileFS modules, update Makefile.PL to bump up version.
vim Makefile.PL
git add .
```