Merge remote branch 't0m/swann' into swann
Dan Brook [Thu, 6 May 2010 16:34:07 +0000 (17:34 +0100)]
Conflicts:
Changes
script/bootstrap.pl
script/env

1  2 
Changes
Makefile.PL
script/bootstrap.pl

diff --cc Changes
+++ b/Changes
@@@ -1,11 -1,6 +1,12 @@@
  This file documents the revision history for Perl extension Gitalist.
  
 +    - Fix for loadCommitInfo.
 +    - Fix tests to work with local-libbery.
 +    - Correct example link and FCGI script.
 +    - Bumping version and updated Changes appropriately.
 +    - Throttle the commit info loading.
 +    - Update bootstrapping for local::lib 1.006000.
+     - Fixed author_* barewords in Makefile.PL.
  
  0.001003 2010-04-21
      - Added folder / file icons in tree view (Foxtons)
diff --cc Makefile.PL
Simple merge
@@@ -50,9 -50,7 +50,8 @@@ $CPAN::Config->{prefs_dir} = "$ENV{HOME
  
  force(qw/install local::lib/);
  
 +require lib::core::only; # Turn lib::core:only on
  require local::lib; # Turn local::lib on
- lib::core::only->import();
  local::lib->import( $target );
  
  # Become fully self contained