Skip to content

Commit bb321ad

Browse files
author
apparluk
committed
newer perl version, use mkmanifest
1 parent 716d051 commit bb321ad

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

dist/ExtUtils-ParseXS/lib/perlxstut.pod

+4-5
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The file Mytest.pm should start with something like this:
129129

130130
package Mytest;
131131

132-
use 5.008008;
132+
use 5.017007;
133133
use strict;
134134
use warnings;
135135

@@ -622,11 +622,10 @@ with "cd"!
622622
';
623623
}
624624

625-
Let's also fix the MANIFEST file by appending the following three lines:
625+
Let's also fix the MANIFEST file by running the following command in the
626+
top-level directory.
626627

627-
mylib/Makefile.PL
628-
mylib/mylib.c
629-
mylib/mylib.h
628+
% perl -MExtUtils::Manifest=mkmanifest -e 'mkmanifest()'
630629

631630
To keep our namespace nice and unpolluted, edit the .pm file and change
632631
the variable C<@EXPORT> to C<@EXPORT_OK>. Finally, in the

0 commit comments

Comments
 (0)