public
Description: (Perl) Create a Github repository for your Perl module
Homepage: http://search.cpan.org/dist/github_creator
Clone URL: git://github.com/briandfoy/github_creator.git
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 github_creator.pl
  
If you want to read it before you install it, you can use
perldoc directly on the module file.

  perldoc  lib/github_creator.pl.pm
  
This module is also in CVS on SourceForge

  http://sourceforge.net/projects/brian-d-foy/


Enjoy, 

brian d foy, bdfoy@cpan.org