Skip to content

Commit

Permalink
Oopsie, wasn't passing parameters correctly
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@4655 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Jan 9, 2004
1 parent 6f11834 commit 110ced8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Module/Build/PPMMaker.pm
Expand Up @@ -124,7 +124,7 @@ sub _ppd_version {
}

sub _varchname { # Copied from PPM.pm
my $config = shift;
my ($self, $config) = @_;
my $varchname = $config->{archname};
# Append "-5.8" to architecture name for Perl 5.8 and later
if (length($^V) && ord(substr($^V,1)) >= 8) {
Expand Down

0 comments on commit 110ced8

Please sign in to comment.