Skip Menu |

This queue is for tickets about the PPM-Make CPAN distribution.

Report information
The Basics
Id: 63257
Status: resolved
Priority: 0/
Queue: PPM-Make

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

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



Subject: PPM::Make 0.97 does not support local tar balls
PPM::Make cannot build PPMs on local tar balls. It must use CPAN to get data about the package or the package itself. Using the full path goes the furthest relative paths die earlier. make_ppm /full/path/tar-ball-0.01.tar.gz And dies with Going to read /home/login/.cpan/Metadata Database was generated on Fri, 01 Oct 2010 02:43:10 GMT Not all query terms returned a result at /usr/lib/perl5/vendor_perl/5.10.0/PPM/Make/Search.pm line 570. Cannot obtain the modules that 'tar-ball' provides at /usr/lib/perl5/vendor_perl/5.10.0/PPM/Make.pm line 569.
Randy Kobes recently passed away, so this module needs a maintainer who would like to fix this issue.
Hello. Sorry for the delay. Fixed in 0.99. Thanks. On Tue Nov 23 14:59:13 2010, MRDVT wrote: Show quoted text
> PPM::Make cannot build PPMs on local tar balls. It must use CPAN to > get data about the package or the package itself. > > Using the full path goes the furthest relative paths die earlier. > > make_ppm /full/path/tar-ball-0.01.tar.gz > > And dies with > > Going to read /home/login/.cpan/Metadata > Database was generated on Fri, 01 Oct 2010 02:43:10 GMT > Not all query terms returned a result > at /usr/lib/perl5/vendor_perl/5.10.0/PPM/Make/Search.pm line 570. > Cannot obtain the modules that 'tar-ball' provides > at /usr/lib/perl5/vendor_perl/5.10.0/PPM/Make.pm line 569.