foreach my $key ( keys %params ), not foreach my $key ( %params )
authorYuval Kogman <nothingmuch@woobling.org>
Thu, 22 Jun 2006 15:34:43 +0000 (15:34 +0000)
committerYuval Kogman <nothingmuch@woobling.org>
Thu, 22 Jun 2006 15:34:43 +0000 (15:34 +0000)
commit11977e431ab62b843cf1f4749b2e27b9a212cd4d
treead1424e2868f7babd65213b95439fde596653c44
parentdf7b411903eb899494cbdb018a56dad6263e0c88
foreach my $key ( keys %params ), not foreach my $key ( %params )
lib/Class/MOP/Class.pm