Skip Menu |

This queue is for tickets about the WWW-Facebook-API CPAN distribution.

Report information
The Basics
Id: 27503
Status: resolved
Priority: 0/
Queue: WWW-Facebook-API

People
Owner: Nobody in particular
Requestors: olaf [...] wundersolutions.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: Makefile.PL warnings
Not a big deal, but I'm getting the following warnings with a command line install: WWW-Facebook-API-v0.3.3# perl Makefile.PL WARNING: LICENSE is not a known parameter. 'LICENSE' is not a known MakeMaker parameter name. Version string 'undef' contains invalid data; ignoring: 'undef' at /usr/local/share/perl/5.8.7/version/vpp.pm line 196. Writing Makefile for WWW::Facebook::API It installs just fine. :) This is perl, v5.8.7 built for i486-linux-gnu-thread-multi Linux 2.6.12-9-386 #1 Mon Oct 10 13:14:36 BST 2005 i686 GNU/Linux Olaf
Hi Olaf, On Fri Jun 08 12:54:41 2007, OALDERS wrote: Show quoted text
> Not a big deal, but I'm getting the following warnings with a command > line install: > > WWW-Facebook-API-v0.3.3# perl Makefile.PL > WARNING: LICENSE is not a known parameter. > 'LICENSE' is not a known MakeMaker parameter name. > Version string 'undef' contains invalid data; ignoring: 'undef' at > /usr/local/share/perl/5.8.7/version/vpp.pm line 196. > Writing Makefile for WWW::Facebook::API > > It installs just fine. :) > > This is perl, v5.8.7 built for i486-linux-gnu-thread-multi > Linux 2.6.12-9-386 #1 Mon Oct 10 13:14:36 BST 2005 i686 GNU/Linux
Have you tried to upgrade ExtUtils::MakeMaker? I think LICENSE wasn't always a parameter.
On Fri Jun 22 22:26:21 2007, UNOBE wrote: Show quoted text
> Hi Olaf, > On Fri Jun 08 12:54:41 2007, OALDERS wrote:
> > Not a big deal, but I'm getting the following warnings with a command > > line install: > > > > WWW-Facebook-API-v0.3.3# perl Makefile.PL > > WARNING: LICENSE is not a known parameter. > > 'LICENSE' is not a known MakeMaker parameter name. > > Version string 'undef' contains invalid data; ignoring: 'undef' at > > /usr/local/share/perl/5.8.7/version/vpp.pm line 196. > > Writing Makefile for WWW::Facebook::API > > > > It installs just fine. :) > > > > This is perl, v5.8.7 built for i486-linux-gnu-thread-multi > > Linux 2.6.12-9-386 #1 Mon Oct 10 13:14:36 BST 2005 i686 GNU/Linux
> Have you tried to upgrade ExtUtils::MakeMaker? I think LICENSE wasn't > always a parameter.
Hi David, I just upgraded ExtUtils::MakeMaker and that solved one issue. Now my output is: perl Makefile.PL Version string 'undef' contains invalid data; ignoring: 'undef' at /usr/local/share/perl/5.8.7/version/vpp.pm line 196. I don't see a problem with $VERSION in the module, so I don't think the problem is on your end. Best, Olaf
v0.3.3