Skip Menu |

This queue is for tickets about the XML-XPath CPAN distribution.

Report information
The Basics
Id: 1792
Status: resolved
Priority: 0/
Queue: XML-XPath

People
Owner: Nobody in particular
Requestors: nwetters [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: versions please
Lack of $VERSIONs, partly responsible for the '110 installed modules have no parseable version number' I get every time I type 'r' into the CPAN shell. use CPAN; for $mod (CPAN::Shell->expand("Module","/./")){ next unless $mod->inst_file; # MakeMaker convention for undefined $VERSION: next unless $mod->inst_version eq "undef"; print "No VERSION in ", $mod->id, "\n"; } No VERSION in XML::XPath::Boolean No VERSION in XML::XPath::Builder No VERSION in XML::XPath::Expr No VERSION in XML::XPath::Function No VERSION in XML::XPath::Literal No VERSION in XML::XPath::LocationPath No VERSION in XML::XPath::Node No VERSION in XML::XPath::Node::Attribute No VERSION in XML::XPath::Node::Comment No VERSION in XML::XPath::Node::Element No VERSION in XML::XPath::Node::Namespace No VERSION in XML::XPath::Node::PI No VERSION in XML::XPath::Node::Text No VERSION in XML::XPath::NodeSet No VERSION in XML::XPath::Number No VERSION in XML::XPath::Parser No VERSION in XML::XPath::PerlSAX No VERSION in XML::XPath::Root No VERSION in XML::XPath::Step No VERSION in XML::XPath::Variable No VERSION in XML::XPath::XMLParser
Marking resolved as this (I'm sure) is a bug in CPAN.pm.