We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716d051 commit bb321adCopy full SHA for bb321ad
dist/ExtUtils-ParseXS/lib/perlxstut.pod
@@ -129,7 +129,7 @@ The file Mytest.pm should start with something like this:
129
130
package Mytest;
131
132
- use 5.008008;
+ use 5.017007;
133
use strict;
134
use warnings;
135
@@ -622,11 +622,10 @@ with "cd"!
622
';
623
}
624
625
-Let's also fix the MANIFEST file by appending the following three lines:
+Let's also fix the MANIFEST file by running the following command in the
626
+top-level directory.
627
- mylib/Makefile.PL
628
- mylib/mylib.c
629
- mylib/mylib.h
+ % perl -MExtUtils::Manifest=mkmanifest -e 'mkmanifest()'
630
631
To keep our namespace nice and unpolluted, edit the .pm file and change
632
the variable C<@EXPORT> to C<@EXPORT_OK>. Finally, in the
0 commit comments