Skip to content

Commit

Permalink
Fix XS code
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Feb 6, 2012
1 parent 9277910 commit 46a99fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Params/Validate/XS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ my $default_fail = sub {
$opts{$_} = $defaults{$_} unless exists $opts{$_};
}

$OPTIONS{$caller} = \%opts;
$Params::Validate::OPTIONS{$caller} = \%opts;
}

use XSLoader;
Expand Down

0 comments on commit 46a99fe

Please sign in to comment.