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
- Host: GitHub
- URL: https://github.com/nothingmuch/git-site-perl
- Owner: nothingmuch
- Created: 2009-10-28T15:16:59.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-11-02T12:46:39.000Z (over 16 years ago)
- Last Synced: 2025-06-13T13:49:33.590Z (12 months ago)
- Language: Perl
- Size: 70.3 KB
- Stars: 18
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
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.