Skip to content

Commit

Permalink
allow extensions to be specified as paths
Browse files Browse the repository at this point in the history
	Message-Id: <19980721120427.F903@west-tip.transeda.com>
	Subject: [PATCH] 5.004_75 Embed and static extensions

p4raw-id: //depot/perl@1624
  • Loading branch information
pjcj authored and Gurusamy Sarathy committed Jul 22, 1998
1 parent 386acf9 commit 3ab8379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExtUtils/Embed.pm
Expand Up @@ -201,7 +201,7 @@ sub ldopts {
my($mod,@ns,$root,$sub,$extra,$archive,@archives);
print STDERR "Searching (@path) for archives\n" if $Verbose;
foreach $mod (@mods) {
@ns = split('::', $mod);
@ns = split(/::|\/|\\/, $mod);
$sub = $ns[-1];
$root = $MM->catdir(@ns);

Expand Down

0 comments on commit 3ab8379

Please sign in to comment.