Skip Menu |

This queue is for tickets about the GTop CPAN distribution.

Report information
The Basics
Id: 11391
Status: resolved
Priority: 0/
Queue: GTop

People
Owner: Nobody in particular
Requestors: jkeen [...] verizon.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.14
Fixed in: (no value)



Subject: GTop Documentation Not Displaying Properly on search.cpan.org
Viewing main page of docs on search.cpan.org with Safari. When I click on the GTop link under Modules, I am taken to a page with this title: http://search.cpan.org/~stas/GTop-0.14/Makefile.PL. The page display is very curious: Code from somewhere inside the module or Makefile.PL is mixed in with the POD. For example, the AUTHOR section reads as follows: AUTHOR Doug MacEachern wrote the original version. Currently it's maintained by Stas Bekman <stas@stason.org>. EOF print TEST <<EOF; ok 1; # XXX: need to do some real testing EOF close TYPEMAP; close BOOTINC; close BOOTXS; close XS; close POD; close TEST; my @insure = (); if (0) { @insure = ( OPTIMIZE => '-g', CC => 'insure gcc', LD => 'insure gcc', ); } require "./config.pl"; # as we may need prevent the loading of this helper lib from Server/Makefile.PL #$ENV{GTOP_BUILD} = 0; my($inc, $libs, $defines) = get_glibtop_config(); if (DEBUG) { warn "Using INC: $inc\n"; warn "Using LIBS: $libs\n"; warn "Using DEFINE: $defines\n"; } WriteMakefile( @insure, NAME => 'GTop', VERSION_FROM => 'lib/GTop.pm', INC => $inc, LIBS => [$libs], DEFINE => $defines, TYPEMAPS => [qw(typemap.gtop typemap)], PREREQ_PM => \%prereq, clean => { FILES => "@{[<*.boot>, <*.gtop>]}", }, 'macro' => { CVSROOT => 'modperl.com:/local/cvs_repository', }, ); sub MY::postamble { return <<'EOF'; cvs_tag : cvs -d $(CVSROOT) tag v$(VERSION_SYM) . @echo update GTop.pm VERSION now EOF }
Date: Sat, 05 Feb 2005 23:51:35 -0500
From: Stas Bekman <stas [...] stason.org>
To: bug-GTop [...] rt.cpan.org
Subject: Re: [cpan #11391] GTop Documentation Not Displaying Properly on search.cpan.org
RT-Send-Cc:
via RT wrote: Show quoted text
> This message about GTop was sent to you by JKEENAN <JKEENAN@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=11391 > > > Viewing main page of docs on search.cpan.org with Safari. When I click on the GTop link under Modules, I am taken to a page with this title: http://search.cpan.org/~stas/GTop-0.14/Makefile.PL. The page display is very curious: Code from somewhere inside the module or Makefile.PL is mixed in with the POD. For example, the AUTHOR section reads as follows:
I've now added the autogenerated GTop.pod to the distro, so I hope search.cpan.org will find it instead of Makefile.PL, which generates the former. So it should be fixed in GTop-0.15.tar.gz when I have something else to add/fix. -- Show quoted text
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com