summaryrefslogtreecommitdiff
path: root/miniperlmain.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-07-06 00:28:50 +0200
committerNicholas Clark <nick@ccl4.org>2013-07-07 12:52:36 +0200
commita78951c8adf2702a1136eae4f11657b13ee6697f (patch)
treeb6bd3d90262b522ee9a106aaa2a797caa1d44398 /miniperlmain.c
parentc8935f6cd34349a50bf080be1bb4c46f2a00adfb (diff)
downloadperl-a78951c8adf2702a1136eae4f11657b13ee6697f.tar.gz
Clean up ExtUtils::Miniperl
Give it a $VERSION. Bring the joy of strict (and warnings) to it. Inline the C code into writemain() instead of using $head, $tail and a regex to split the $tail into $tail1, $tail2 and $tail3. Tweak the NAME section so that ABSTRACT_FROM parses it. Document the updated functionality of writemain().
Diffstat (limited to 'miniperlmain.c')
-rw-r--r--miniperlmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miniperlmain.c b/miniperlmain.c
index 3a06f7274b..2fd590c895 100644
--- a/miniperlmain.c
+++ b/miniperlmain.c
@@ -155,7 +155,7 @@ main(int argc, char **argv, char **env)
static void
xs_init(pTHX)
{
- dXSUB_SYS;
+ dXSUB_SYS;
PERL_UNUSED_CONTEXT;
}