briandfoy / github_creator

(Perl) Create a Github repository for your Perl module

This URL has Read+Write access

name age message
file .gitignore Fri Jan 02 21:53:49 -0800 2009 * ignore distro directories [brian d foy]
file .releaserc Sat Aug 30 16:22:25 -0700 2008 * add release info [brian d foy]
file Changes Fri Jan 02 21:55:01 -0800 2009 * for version 0.17 [brian d foy]
file LICENSE Sat Aug 30 15:32:11 -0700 2008 * initial commit [brian d foy]
file MANIFEST Fri Jan 02 21:52:24 -0800 2009 * put the module in MANIFEST you big dummy [brian d foy]
file MANIFEST.SKIP Fri Jan 02 21:52:24 -0800 2009 * put the module in MANIFEST you big dummy [brian d foy]
file Makefile.PL Tue May 12 17:55:20 -0700 2009 * Use MAN1EXT for making man pages [brian d foy]
file README Sat Aug 30 15:32:11 -0700 2008 * initial commit [brian d foy]
file TO_DO Sat Jan 24 13:50:59 -0800 2009 * Add to do list to keep track of what's next [brian d foy]
file github_creator Fri Jan 02 21:48:36 -0800 2009 * still splitting the code into a real module [brian d foy]
file github_creator.ini Sat Aug 30 16:00:02 -0700 2008 * it would help to include File::Basename if I ... [brian d foy]
directory lib/ Wed Jun 10 00:47:30 -0700 2009 * Adjust the form numbers for Mech: they added ... [briandfoy]
directory t/ Sat Aug 30 15:51:47 -0700 2008 * Cleaned up the config stuff and shook out the... [brian d foy]
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