diff options
author | Piotr Fusik <pfusik@op.pl> | 2005-07-31 14:50:04 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-05 07:50:40 +0000 |
commit | c2878c715ab4ad4d9327219a4f3208389d191cb4 (patch) | |
tree | 9758d5c1cb77b369b6fabc833380d93a7c6e5608 /lib/ExtUtils/MM_Win95.pm | |
parent | 6fb2e99a4675508a54c31e684ed2b9c97b82d1f3 (diff) | |
download | perl-c2878c715ab4ad4d9327219a4f3208389d191cb4.tar.gz |
Typos in *.p[lm]
From: "Piotr Fusik" <pfusik@op.pl>
Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
p4raw-id: //depot/perl@25266
Diffstat (limited to 'lib/ExtUtils/MM_Win95.pm')
-rw-r--r-- | lib/ExtUtils/MM_Win95.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Win95.pm b/lib/ExtUtils/MM_Win95.pm index d0e2cb2af3..003f810fb0 100644 --- a/lib/ExtUtils/MM_Win95.pm +++ b/lib/ExtUtils/MM_Win95.pm @@ -22,7 +22,7 @@ ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X This is a subclass of ExtUtils::MM_Win32 containing changes necessary to get MakeMaker playing nice with command.com and other Win9Xisms. -=head2 Overriden methods +=head2 Overridden methods Most of these make up for limitations in the Win9x/nmake command shell. Mostly its lack of &&. |