briandfoy / module--release--git

Module::Release mixin to work with Git repositories

This URL has Read+Write access

briandfoy (author)
Tue Sep 22 20:11:55 -0700 2009
commit  3f87deb62b2cb4c0b90e1327f7282429743286b8
tree    9e0e553a8fa05e74e4002a267819a01a4319348c
parent  5639c83c05e8454d13021a9cdcc62feb1a182f8f
README
$Id: README,v 1.1 2004/09/08 00:25:41 comdog Exp $

You can install this using in the usual Perl fashion

  perl Makefile.PL
  make
  make test
  make install
  
The documentation is in the module file.  Once you install
the file, you can read it with perldoc.

  perldoc Module::Release::Git
  
If you want to read it before you install it, you can use
perldoc directly on the module file.

  perldoc  lib/Git.pm

Enjoy, 

brian d foy, bdfoy@cpan.org