Bump version to 0.002008, regen README, update Changes. florent 0.002008
Dan Brook [Sat, 26 Feb 2011 17:36:40 +0000 (17:36 +0000)]
Changes
README
lib/Gitalist.pm

diff --git a/Changes b/Changes
index 80656a6..cd0f141 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Gitalist.
 
+0.002008 2011-02-26
    - Add the ability to provide a whitelist of repos.
    - Add support for export-ok config option.
    - Ignore ancient/malformed tags.
diff --git a/README b/README
index 88201d2..94f2992 100644 (file)
--- a/README
+++ b/README
@@ -2,20 +2,20 @@ NAME
     Gitalist - A modern git web viewer
 
 SYNOPSIS
-        script/gitalist_server.pl --repo_dir /home/me/code/git
+        perl script/gitalist_server.pl --repo_dir /home/me/code/git
 
 INSTALL
     As Gitalist follows the usual Perl module format the usual approach for
     installation should work, e.g.:
 
-      perl Makefile.PL
-      make
-      make test
-      make install
+        perl Makefile.PL
+        make
+        make test
+        make install
 
     or
 
-      cpan -i Gitalist
+        cpan -i Gitalist
 
     You can also check Gitalist out from its git repository and run it, in
     this case you'll additionally need the author modules, but no
@@ -83,7 +83,7 @@ INITIAL CONFIGURATION
     This means that if you check Gitalist out next to your other git
     checkouts, then starting the demo server needs no parameters at all:
 
-        Gitalist [master]$ ./script/gitalist_server.pl
+        Gitalist [master]$ perl script/gitalist_server.pl
         You can connect to your server at http://localhost:3000
 
   FOR CPAN INSTALLS
index 6c1a581..43924c7 100644 (file)
@@ -14,7 +14,7 @@ use Catalyst qw/
                 SubRequest
 /;
 
-our $VERSION = '0.002007';
+our $VERSION = '0.002008';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->config(