>>>>> "Barrie" == Barrie Slaymaker <[EMAIL PROTECTED]> writes:
Barrie> On Thu, Jan 16, 2003 at 01:23:41PM -0800, Randal L. Schwartz wrote: >> >> Ugh. XML::Filter::Dispatcher::Parser went backwards >> from 1.05 to 1.02 beween -0.31 and -0.46 versions of the distro. Barrie> That'll happen depending on what version of Parse::YAPP happens to be Barrie> installed on my build system; that's a generated .pm file and I don't Barrie> set the version manually. I must have different versions of Parse::YAPP Barrie> on two machines I do maintenance to X::F::D on. Barrie> There is no $XML::Filter::Dispatcher::VERSION. Whatever script is Barrie> giving you grief must be scanning the file line by line and missing the Barrie> fact that the $VERSION string it's finding is in a different package and Barrie> does not refer to the file as a whole. The script is CPAN.pm, used by anyone installing stuff from the CPAN. The version number of 1.02 is found at line 40 of XML/Filter/Dispatcher/Parser.pm. I see that it's a generated file, and that "package Parse::Yapp::Driver" apepars before the VERSION string. I don't know what you have to do to do it differently, but it needs to get fixed. Barrie> Thanks for pointing it out, I'll upgrade Parse::YAPP and rerelease Barrie> X::F::D at some point, probably not immediately. I'm not even sure Barrie> it's a problem I need worry about, what issues is it causing? The usual "version retrograde" problem. CPAN.pm says to upgrade, so I upgrade. Then it says to upgrade to the older distro, so I upgrade. Then it says to upgrade to the newer distro... so I upgrade... again. Endless loop. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!