Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
App::Git::SitePerl - Versioned site installs using Git and CPAN
SYNOPSIS
Installation:
# create a .git and configure CPAN.pm:
% git site-perl-init
Usage:
# use CPAN.pm normally:
% cpan Module::Foo
DESCRIPTION
These two scripts provide hooks to have a versioned sitelib directory, by configuring CPAN to use a wrapper that invokes make install or ./Build install normally, and then calls git add and git commit.
LIMITATIONS
Only $Config{installsitelib} is kept under version control
If your perl is completely isolated from the rest of the system (e.g. installed with the prefix /usr/local/perl-5.xx.x instead of /usr/local) then it's better to git init at the top level of that prefix.
Unfortunately in a shared prefix there is too much potential for confusion by accidentally committing non Perl things.
TODO
CPANPLUS integration
local::lib support
SEE ALSO
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 64:
You forgot a '=back' before '=head1'