Skip Menu |

This queue is for tickets about the Text-PDF CPAN distribution.

Report information
The Basics
Id: 18574
Status: resolved
Priority: 0/
Queue: Text-PDF

People
Owner: bhallissy [...] cpan.org
Requestors: dan.horne [...] redbone.co.nz
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.27a
Fixed in: 0.30



Subject: "make install" doesn't install code
"make install" does not actually install the package modules: [root@rdblin01 Text-PDF-0.27]# make install Installing /usr/local/share/man/man3/Text::PDF::Pages.3 Installing /usr/local/share/man/man3/Text::PDF::Name.3 Installing /usr/local/share/man/man3/Text::PDF::Array.3 Installing /usr/local/share/man/man3/Text::PDF::SFont.3 Installing /usr/local/share/man/man3/Text::PDF::File.3 Installing /usr/local/share/man/man3/Text::PDF::String.3 Installing /usr/local/share/man/man3/Text::PDF::Page.3 Installing /usr/local/share/man/man3/Text::PDF::TTFont0.3 Installing /usr/local/share/man/man3/Text::PDF::Filter.3 Installing /usr/local/share/man/man3/Text::PDF::Utils.3 Installing /usr/local/share/man/man3/Text::PDF::Bool.3 Installing /usr/local/share/man/man3/Text::PDF::TTFont.3 Installing /usr/local/share/man/man3/Text::PDF::Number.3 Installing /usr/local/share/man/man3/Text::PDF::Objind.3 Installing /usr/local/share/man/man3/Text::PDF::Null.3 Installing /usr/local/share/man/man3/Text::PDF::Dict.3 Writing /usr/local/lib/perl5/site_perl/5.8.7/i686-linux/auto/Text/PDF/.packlist Appending installation info to /usr/local/lib/perl5/5.8.7/i686-linux/perllocal.pod
From: mromani [...] ottotecnica.com
On Gio. 06 Apr. 2006 15:35:24, guest wrote: Show quoted text
> "make install" does not actually install the package modules: > > [root@rdblin01 Text-PDF-0.27]# make install > Installing /usr/local/share/man/man3/Text::PDF::Pages.3 > Installing /usr/local/share/man/man3/Text::PDF::Name.3 > Installing /usr/local/share/man/man3/Text::PDF::Array.3 > Installing /usr/local/share/man/man3/Text::PDF::SFont.3 > Installing /usr/local/share/man/man3/Text::PDF::File.3 > Installing /usr/local/share/man/man3/Text::PDF::String.3 > Installing /usr/local/share/man/man3/Text::PDF::Page.3 > Installing /usr/local/share/man/man3/Text::PDF::TTFont0.3 > Installing /usr/local/share/man/man3/Text::PDF::Filter.3 > Installing /usr/local/share/man/man3/Text::PDF::Utils.3 > Installing /usr/local/share/man/man3/Text::PDF::Bool.3 > Installing /usr/local/share/man/man3/Text::PDF::TTFont.3 > Installing /usr/local/share/man/man3/Text::PDF::Number.3 > Installing /usr/local/share/man/man3/Text::PDF::Objind.3 > Installing /usr/local/share/man/man3/Text::PDF::Null.3 > Installing /usr/local/share/man/man3/Text::PDF::Dict.3 > Writing > /usr/local/lib/perl5/site_perl/5.8.7/i686-linux/auto/Text/PDF/.packlist > Appending installation info to > /usr/local/lib/perl5/5.8.7/i686-linux/perllocal.pod
I have this problem too, gentoo linux, perl 5.8.8
I've reproduced this problem too, and it's breaking my downstream CAM::PDF library. The fix is simple: delete the empty "pm_to_blib" file from MANIFEST and the distribution.
On Wed Sep 06 11:39:43 2006, CLOTHO wrote: Show quoted text
> I've reproduced this problem too, and it's breaking my downstream > CAM::PDF library. The fix is simple: delete the empty "pm_to_blib" file > from MANIFEST and the distribution. >
OK. I've removed pm_to_blib from manifest and uploaded Text-PDF-0.29a.tar.gz please let me know if that works for you.
From: CLOTHO [...] cpan.org
On Thu Sep 07 04:53:38 2006, MHOSKEN wrote: Show quoted text
> On Wed Sep 06 11:39:43 2006, CLOTHO wrote:
> > I've reproduced this problem too, and it's breaking my downstream > > CAM::PDF library. The fix is simple: delete the empty "pm_to_blib" file > > from MANIFEST and the distribution. > >
> > OK. I've removed pm_to_blib from manifest and uploaded > Text-PDF-0.29a.tar.gz please let me know if that works for you.
Yes, this version works as expected. Thanks! One drawback though: you did not bump the version number in Text::PDF::File which still reports 0.27. Not a big deal, but a bit confusing. I also appreciate that you added a Text/PDF.pm. That will help confused users too. Thanks again! -- Chris