X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org From: "David Christensen" To: References: <4B7C4091A00140B7BED5027BE49AA083 AT p43400e> <49FABA9C DOT 5060902 AT x-ray DOT at> Subject: RE: Perl ExtUtils::MakeMaker 'make install' not generating manual page for script Date: Fri, 1 May 2009 09:26:58 -0700 Message-ID: <1BF7D65249F3474CAD7BEFCF235E89BA@p43400e> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: <49FABA9C.5060902@x-ray.at> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reini Urban wrote: > Just a hint: Please do *NOT* use lowercase package names for non- > pragmas. See http://www.cpan.org/modules/04pause.html#namespace > "newest" is certainly a very very bad name, if it does not relate to > something like "use blead;" Thank you for your help. :-) Yes; bad laziness. How about Dpchrist::File::Newest? http://www.holgerdanske.com/node/460 > ExtUtils::MakeMaker doesn't include all :: manifypods on cygwin, > because this is a unix extension only. See MM_Unix.pm > Please complain at ExtUtils::MakeMaker. > A patch would be trivial. Schwern just needs a kick. > For you: just do > $ make manifypods 2009-05-01 08:51:42 Administrator AT p43400e ~/Dpchrist-File-Newest $ make manifypods Manifying blib/man1/newest.1 Manifying blib/man3/Dpchrist.File.Newest.3pm 2009-05-01 09:02:51 Administrator AT p43400e ~/Dpchrist-File-Newest $ makewhatis 2009-05-01 09:04:39 Administrator AT p43400e ~/Dpchrist-File-Newest $ man newest No manual entry for newest D'oh! Make created the man pages in the build tree, but didn't install them. What is the best way to do that? cp? TIA, David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/