public
Fork of bricas/cpanhq
Description: Perl from the trenches
Homepage:
Clone URL: git://github.com/zby/cpanhq.git
Zbigniew Lukasiak (author)
Tue Oct 06 07:09:55 -0700 2009
cpanhq /
name age message
file .gitignore Thu Apr 23 10:48:05 -0700 2009 Fix Form component loading. add *~ to .gitignore [bricas]
file Changes Loading commit data...
file Makefile.PL
file README
file cpanhq.conf
file cpanhq.db.gz
directory lib/
directory root/
directory script/ Mon Jul 06 10:48:44 -0700 2009 updated for new Cat::Dev [autarch]
directory t/
directory testlib/ Sun Jun 28 03:21:33 -0700 2009 Integrated Test::Run into the Makefile.PL. I a... [shlomif]
directory tmp/
README
Run script/cpanhq_server.pl to test the application.

------------------------------------

To get the tests running do this:

1. "gunzip cpanhq.db.gz"

2. "perl Makefile.PL" - make sure all dependencies are installed.

3. Run "make"

4. perl tmp/gen-twitter-feed.pl

5. Run "make test".

NOTE: the scripts loading the database don't work currently - so I am uploading a loaded db into the repository.