Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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全部入り

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.PL

git add .
```