diff -r ae736fcc412d -r f5691d29ebba components/perl_modules/xml-parser/xml-parser.p5m --- a/components/perl_modules/xml-parser/xml-parser.p5m Fri May 27 09:19:45 2011 -0600 +++ b/components/perl_modules/xml-parser/xml-parser.p5m Tue May 31 13:04:15 2011 -0700 @@ -21,7 +21,10 @@ # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. # -set name=pkg.fmri value=pkg:/library/perl-5/xml-parser@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +# The version is specifically set to 5.8.4 until there is a version that it +# greater than this due to the way xml-parser was originally delivered from +# the desktop consolidation. +set name=pkg.fmri value=pkg:/library/perl-5/xml-parser@5.8.4,$(BUILD_VERSION) set name=pkg.summary value="XML::Parser - A perl module for parsing XML documents" set name=pkg.description value="This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat." set name=info.classification value="org.opensolaris.category.2008:Development/Perl"