Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepabo/p5-bundle-mogilefs
mogilefs全部入り
https://github.com/pepabo/p5-bundle-mogilefs
cpan cpanm docker mogilefs perl
Last synced: about 2 months ago
JSON representation
mogilefs全部入り
- Host: GitHub
- URL: https://github.com/pepabo/p5-bundle-mogilefs
- Owner: pepabo
- Created: 2012-09-10T10:02:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T05:23:28.000Z (over 6 years ago)
- Last Synced: 2023-03-24T00:35:46.536Z (almost 2 years ago)
- Topics: cpan, cpanm, docker, mogilefs, perl
- Language: Perl
- Size: 9.86 MB
- Stars: 3
- Watchers: 211
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
p5-bundle-mogilefs [![Travis](https://img.shields.io/travis/pepabo/p5-bundle-mogilefs.svg?style=flat-square)](https://travis-ci.org/pepabo/p5-bundle-mogilefs)[![Docker Automated build](https://img.shields.io/docker/automated/pepabo/mogilefs.svg?style=flat-square)](https://hub.docker.com/r/pepabo/mogilefs/~/dockerfile/)[![Docker Build Status](https://img.shields.io/docker/build/pepabo/mogilefs.svg?style=flat-square)](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.PLgit add .
```