Show quoted text>
> Queue: Mail-SpamCannibal
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=30963 >
>
> On Mon Dec 10 16:04:26 2007, MIKER wrote:
> > EXTRA_META tag added in Makefile.PL
> >
> > v0.84 released.
>
> Unfortunately the indentation in the value part is missing. See the
> attached patch for a fix.
>
> Regards,
> Slaven
>
>
Ok, thanks.
Perhaps you can help with the other bit about the indexer and the
sandbox that perl runs in when looking at new distro's.
It seems that this line is not being expanded in the sandbox
$VERSION = do 'something.pm';
can I use 'require' and get it to work, or perhaps something like...
my $var = require 'something.pm';
$VERSION = $var;
??
I need to extract the version variable from another pm that is used
globally and returns the $VERSION number.
Michael