[Bps-public-commit] Config-GitLike branch, master, updated. 1.04-3-g0b2012c
Thomas Sibley
trs at bestpractical.com
Mon Jun 7 10:49:55 EDT 2010
The branch, master has been updated
via 0b2012c0787c1e1bcec294f5e67550bfcebe1c8e (commit)
from 618f1110b169018727c3dd2da3cc98f0934b643f (commit)
Summary of changes:
lib/Config/GitLike/Git.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 0b2012c0787c1e1bcec294f5e67550bfcebe1c8e
Author: Thomas Sibley <tom at zulutango.org>
Date: Mon Jun 7 10:33:45 2010 -0400
Extend attributes from parent to avoid warnings
diff --git a/lib/Config/GitLike/Git.pm b/lib/Config/GitLike/Git.pm
index f2dd546..f68ad8d 100644
--- a/lib/Config/GitLike/Git.pm
+++ b/lib/Config/GitLike/Git.pm
@@ -5,11 +5,11 @@ use warnings;
extends 'Config::GitLike';
-has 'confname' => (
+has '+confname' => (
default => 'gitconfig',
);
-has 'compatible' => (
+has '+compatible' => (
default => 1,
);
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list