Skip to content

Commit

Permalink
Make typemap use tab separation, not spaces
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@13290 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
xdg committed Sep 8, 2009
1 parent 9f59ea2 commit c76c4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/DistGen.pm
Expand Up @@ -260,7 +260,7 @@ sub _gen_default_filedata {

# 5.6 is missing const char * in its typemap
$self->$add_unless('typemap', undent(<<" ---"));
const char * T_PV
const char *\tT_PV
---

$self->$add_unless('t/basic.t', undent(<<" ---"));
Expand Down

0 comments on commit c76c4ca

Please sign in to comment.