diff -r 1cc872b933c9 -r 24181f5eb463 components/perl_modules/pmtools/pmtools.p5m --- a/components/perl_modules/pmtools/pmtools.p5m Tue Feb 03 12:52:16 2015 -0800 +++ b/components/perl_modules/pmtools/pmtools.p5m Tue Feb 03 13:01:27 2015 -0800 @@ -18,28 +18,27 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. # set name=pkg.fmri \ value=pkg:/library/perl-5/pmtools@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.summary value="Perl module tools." set name=pkg.description \ value="Perl module tools is a suite of small tools that help manage and inspect perl modules, perl Plain Old Documentation files, and perl programs." -set name=pkg.summary value="Perl module tools." set name=com.oracle.info.description value="the Perl module tools" set name=info.classification \ value=org.opensolaris.category.2008:Development/Perl set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) -set name=org.opensolaris.arc-caseid \ - value=PSARC/2009/121 +set name=org.opensolaris.arc-caseid value=PSARC/2009/121 set name=org.opensolaris.consolidation value=$(CONSOLIDATION) # perl 5.12 -depend fmri=library/perl-5/pmtools-512 predicate=runtime/perl-512 \ - type=conditional +depend type=conditional fmri=library/perl-5/pmtools-512 \ + predicate=runtime/perl-512 # perl 5.8.4 -depend fmri=library/perl-5/pmtools-584 predicate=runtime/perl-584 \ - type=conditional +depend type=conditional fmri=library/perl-5/pmtools-584 \ + predicate=runtime/perl-584