[Bps-public-commit] Config-GitLike branch, master, updated. 1.00-27-g67755db

Alex M Vandiver alexmv at bestpractical.com
Sat Oct 17 15:02:59 EDT 2009


The branch, master has been updated
       via  67755db1fbdb6760e5d814f04b79968f29f2c10f (commit)
      from  91a5cb5c712a37635fbc09e013efe0031605dab7 (commit)

Summary of changes:
 lib/Config/GitLike.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 67755db1fbdb6760e5d814f04b79968f29f2c10f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Sat Oct 17 15:02:56 2009 -0400

    Fix for when ->set_multiple called with no arguments

diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index e5d8767..68f03b0 100644
--- a/lib/Config/GitLike.pm
+++ b/lib/Config/GitLike.pm
@@ -54,7 +54,7 @@ has 'compatible' => (
 
 sub set_multiple {
     my $self = shift;
-    my ($name, $mult) = @_, 1;
+    my ($name, $mult) = (@_, 1);
     $self->multiple->{$name} = $mult;
 }
 

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



More information about the Bps-public-commit mailing list