Subject: | no $VERSION in installed Base.pm |
XML/SAX/Base.pm, as distributed in the tar file, contains code setting
$VERSION variables
but in the XML/SAX/Base.pm that after installing is found in the perl
library all code about $VERSION is missing
somehow annoying e.g. when using module CPAN to keep track on updates to
the many modules installed to our perl library
# diff Base.pm__dist Base.pm
2,4d1
< BEGIN {
< $XML::SAX::Base::VERSION = '1.06';
< }
2870,2872d2866
< BEGIN {
< $XML::SAX::Base::NoHandler::VERSION = '1.06';
< }
seems that something is wrong with BuildSAXBase.PL (is this
build-when-doing-make still necessary after splitting XML-SAX-Base off
XML-SAX ?)