Skip to content

Commit

Permalink
load_libs from Build.PL are loaded when loading its Package
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Jun 11, 2012
1 parent d46ae3f commit b658abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/My/Builder.pm
Expand Up @@ -108,7 +108,7 @@ sub translate_table {
$p =~ s|^lib/(.*)\.xs|$1|;
$p =~ s|/|::|g;
my @list =
map ( $libraries->{$_}->{lib}, @{ $subsystems->{$m}->{libraries} } );
map ( $libraries->{$_}->{lib}, @{ $subsystems->{$m}->{libraries} }, @{ $subsystems->{$m}->{load_libs} } );
$ret{$p} = \@list;
}
return \%ret;
Expand Down

0 comments on commit b658abf

Please sign in to comment.