Typo? in perlxstut.pod + PATCH
John P. Linderman [Mon, 15 Jul 2002 14:08:47 +0000 (10:08 -0400)]
From: "John P. Linderman" <jpl@research.att.com>
Message-Id: <200207151808.OAA53989@raptor.research.att.com>

p4raw-id: //depot/perl@17562

pod/perlxstut.pod

index 420e989..c2d51c7 100644 (file)
@@ -520,7 +520,7 @@ And finally create a file Makefile.PL that looks like this:
        WriteMakefile(
            NAME   => 'Mytest2::mylib',
            SKIP   => [qw(all static static_lib dynamic dynamic_lib)],
-           clean  => {'FILES' => 'libmylib$(LIBEEXT)'},
+           clean  => {'FILES' => 'libmylib$(LIB_EXT)'},
        );