diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-27 11:45:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-27 11:45:29 +0000 |
commit | 022735b47c849ae03c52981ea170ac0d5308050c (patch) | |
tree | de8fa952ddbfe5d1095df7d7c25ba0fc373193a1 /lib/ExtUtils/MM_NW5.pm | |
parent | 0222aa7dc291d283102ca6659c13703653b531c6 (diff) | |
download | perl-022735b47c849ae03c52981ea170ac0d5308050c.tar.gz |
"lose the it's", from Abhijit Menon-Sen.
("It's" not searched, pods not searched.)
p4raw-id: //depot/perl@10980
Diffstat (limited to 'lib/ExtUtils/MM_NW5.pm')
-rw-r--r-- | lib/ExtUtils/MM_NW5.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_NW5.pm b/lib/ExtUtils/MM_NW5.pm index 5b156d631a..dc691e9dfa 100644 --- a/lib/ExtUtils/MM_NW5.pm +++ b/lib/ExtUtils/MM_NW5.pm @@ -474,7 +474,7 @@ $(INST_STATIC): $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)\.exists $(RM_RF) $@ END - # If this extension has it's own library (eg SDBM_File) + # If this extension has its own library (eg SDBM_File) # then copy that to $(INST_STATIC) and add $(OBJECT) into it. push(@m, "\t$self->{CP} \$(MYEXTLIB) \$\@\n") if $self->{MYEXTLIB}; |