components/perl_modules/xml-parser/xml-parser.p5m
changeset 1335 de08f025b1d0
parent 1205 6c6c27bcf9ac
child 3732 0f62cc221c7e
--- a/components/perl_modules/xml-parser/xml-parser.p5m	Thu Jun 06 13:22:01 2013 -0700
+++ b/components/perl_modules/xml-parser/xml-parser.p5m	Fri Jun 07 09:51:37 2013 -0700
@@ -24,7 +24,6 @@
 # The version is specifically set until there is a version that is
 # 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/[email protected],$(BUILD_VERSION)
 set name=pkg.summary \
     value="XML::Parser - A perl module for parsing XML documents"
@@ -40,6 +39,10 @@
 depend fmri=library/perl-5/xml-parser-512 predicate=runtime/perl-512 \
     type=conditional
 
+# perl 5.12 threaded
+depend fmri=library/perl-5/xml-parser-threaded-512 predicate=runtime/perl-threaded-512 \
+    type=conditional
+
 # perl 5.16
 depend fmri=library/perl-5/xml-parser-516 predicate=runtime/perl-516 \
     type=conditional