Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-File CPAN distribution.

Report information
The Basics
Id: 46327
Status: resolved
Priority: 0/
Queue: Test-File

People
Owner: Nobody in particular
Requestors: frequency [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.27
Fixed in: (no value)



Subject: Strange Manpage Name
Hi there: Similar to RT#46326 (in Module::Extract::Use), the POD is installed as File.3pm rather than Test::File.3pm. I tested out a fix to make the module have a more standard format: mkdir -p lib/Test mv lib/File.pm lib/Test/File.pm Then I made the appropriate changes in Makefile.PL: 'lib/Test/File.pm' => '$(INST_LIBDIR)/File.pm', And things seem to build properly and go in the right place. Cheers, Jonathan
Hi Brian. Could you please explain why you rejected this ticket? running "man File" seems like a very strange way of getting to Test::File's man page..
Subject: Re: [rt.cpan.org #46327] Strange Manpage Name
Date: Mon, 1 Jun 2009 08:57:36 -0400
To: bug-Test-File [...] rt.cpan.org
From: Jonathan Yu <frequency [...] cpan.org>
Ryan: It's my understanding that this bug was rejected because it is instead fixed using the MANPODS or whatever variable of MakeMaker. See the new release of Module::Extract::Use to see this in action. I believe that it fixes all of our issues without any changes to be made in terms of the filesystem - lib/File.pm is still in tact, but the manpage is now generated appropriately. Thanks very much for the prompt fix, brian. I think these recent changes will be a great service to those using manpages for their Perl module distributions. Cheers, Jonathan On Mon, Jun 1, 2009 at 3:04 AM, Ryan Niebur via RT <bug-Test-File@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=46327 > > > Hi Brian. Could you please explain why you rejected this ticket? running > "man File" seems like a very strange way of getting to Test::File's man > page.. > >
so in the package I am patching to change '$(INST_MAN3DIR)/File.$(MAN3EXT)' to '$(INST_MAN3DIR)/Test::File.$(MAN3EXT)' in Makefile.PL.
On Mon Jun 01 11:09:31 2009, Ryan52 wrote: Show quoted text
> so in the package I am patching to change > '$(INST_MAN3DIR)/File.$(MAN3EXT)' to > '$(INST_MAN3DIR)/Test::File.$(MAN3EXT)' in Makefile.PL.
This should be fixed in 1.29. Thanks,