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

https://github.com/nothingmuch/git-site-perl

Hooks to keep site_perl in git
https://github.com/nothingmuch/git-site-perl

Last synced: 10 months ago
JSON representation

Hooks to keep site_perl in git

Awesome Lists containing this project

README

          

Installation
============

Initialize the `.git` and configure `CPAN.pm` by running:

% git site-perl-init

`$Config{installsitelib}` becomes a standard git repository.

Usage
=====

Use CPAN normally

% cpan Module::Foo

`git commit` will be run automatically after every `make install` or `build
install` invocation.