https://github.com/book/git-cpan-hook
Commit each install done by CPAN.pm in a Git repository
https://github.com/book/git-cpan-hook
Last synced: over 1 year ago
JSON representation
Commit each install done by CPAN.pm in a Git repository
- Host: GitHub
- URL: https://github.com/book/git-cpan-hook
- Owner: book
- Created: 2011-04-18T15:53:16.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T22:37:10.000Z (over 4 years ago)
- Last Synced: 2025-02-05T01:45:22.513Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Git-CPAN-Hook/
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Git-CPAN-Hook
Git::CPAN::Hook adds Git awareness to the CPAN.pm module installer.
Once the hooks are installed in CPAN.pm's configuration, each and every
module installation will result in a commit being done in the installation
directory/repository.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Alternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Git::CPAN::Hook
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Git-CPAN-Hook
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Git-CPAN-Hook
CPAN Ratings
http://cpanratings.perl.org/d/Git-CPAN-Hook
Search CPAN
http://search.cpan.org/dist/Git-CPAN-Hook
COPYRIGHT AND LICENCE
Copyright (C) 2011 Philippe Bruhat (BooK)
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.