[tex-live] tlmgr: Is it possible to see the version number of a ctan package?
Wybo Dekker
wybo at servalys.nl
Mon Nov 30 00:12:34 CET 2009
I wrote:
> Leo wrote:
>
>> BTW, some packages do not have version number (graphics) so
>>
>> print "version: ", $tlp->cataloguedata->{'version'}, "\n"
>> if ($tlp->cataloguedata->{'version'});
>
> well, my version then shows "version: " with nothing behind it, which
> I feel is more informative, saying that the package has no version
> information.
Sorry, I missed the warning message; it should be
print "version: ", $tlp->cataloguedata->{'version'}||'', "\n";
--
Wybo
More information about the tex-live
mailing list