X-Recipient: archive-cygwin@delorie.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" <dpchrist@holgerdanske.com>
To: <cygwin@cygwin.com>
References: <4B7C4091A00140B7BED5027BE49AA083@p43400e> <49FABA9C.5060902@x-ray.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@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@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@p43400e ~/Dpchrist-File-Newest
$ makewhatis

2009-05-01 09:04:39 Administrator@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/

