Skip to content

Commit

Permalink
qw{} has problems with dmake, use qw[] instead
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Oct 1, 2016
1 parent 90660cc commit c4eb23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Basic/Core/Dev.pm
Expand Up @@ -404,7 +404,7 @@ sub pdlpp_postamble_int {
qq|
$pref.pm: $src $core/Types.pm
$depbuild\$(PERLRUNINST) \"-MPDL::PP qw{$mod $mod $pref}\" $src
$depbuild\$(PERLRUNINST) \"-MPDL::PP qw[$mod $mod $pref]\" $src
$pref.xs: $pref.pm
\$(TOUCH) \$@
Expand All @@ -425,7 +425,7 @@ sub pdlpp_postamble {
qq|
$pref.pm: $src
\$(PERL) "-I$w" \"-MPDL::PP qw{$mod $mod $pref}\" $src
\$(PERL) "-I$w" \"-MPDL::PP qw[$mod $mod $pref]\" $src
$pref.xs: $pref.pm
\$(TOUCH) \$@
Expand Down

0 comments on commit c4eb23a

Please sign in to comment.