Re: Troubles with CPAN indexing of PDL::NetCDF and PDL::Graphics::PLplot (fwd)

[email protected] (Robert Ginko) Thu, 05 May 2011 10:32:43 +0200
Newsgroups perl.cpan.discuss,perl.module-authors
Message-ID <[email protected]>
Hi,

On 05/04/2011 09:36 PM, Doug Hunt wrote:
> Any pointers or hints much appreciated!

'/PDL-NetCDF-4.10/Makefile.PL' says that:
--------
'VERSION_FROM' => 'netcdf.pd',
--------

Then at './PDL-NetCDF-4.10/netcdf.pd' shouldn't $VERSION be global?
--------
BEGIN {
$VERSION = '4.10'
};
--------

regards, Robert