[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]
In article <[email protected]>, Jeff Fearn <[email protected]> wrote: > Hi, I'm a maintainer for XML::TreeBuilder and XML::Element, both of > which ship in the same package. I've noticed that > 02packages.details.txt does not seem to pick up versions that are not > hard coded in the module. > However in > http://cpansearch.perl.org/src/JFEARN/XML-TreeBuilder-4.0/lib/XML/TreeBuilder. > pm > > $VERSION = $XML::Element::VERSION; By design, PAUSE avoids executing code to figure out the version. mldistwatch extracts the single version line and evaluates it on its own. As such, it won't know about any variables or values not in that single line. You should hard-code a value. There are various tools to help you manage that. Good luck, :) -- brian d foy (one of many PAUSE admins), http://pause.perl.org PAUSE instructions: http://pause.perl.org/pause/query?ACTION=pause_04about Archives: http://www.xray.mpe.mpg.de/mailing-lists/modules Please send all messages back to [email protected] with no CC to me.
