From b3757afa313f7379c288a66808355f49560eec3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 18 Dec 2012 17:28:50 +0100 Subject: [PATCH] Remove bundled Module-Metadata --- perl.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl.spec b/perl.spec index c4bcbb6..633e74d 100644 --- a/perl.spec +++ b/perl.spec @@ -898,6 +898,7 @@ modules as loaded, so they are not attempted to be loaded by perl, this module offers you a very simple way to mark modules as loaded and/or unloaded. +%if %{dual_life} || %{rebuild_from_scratch} %package Module-Metadata Summary: Gather package and POD information from perl module files Epoch: 0 @@ -909,6 +910,7 @@ Requires: %perl_compat %description Module-Metadata Gather package and POD information from perl module files +%endif %package Module-Pluggable Summary: Automatically give your module the ability to have plugins @@ -2537,9 +2539,11 @@ sed \ %{privlib}/Module/Loaded.pm %{_mandir}/man3/Module::Loaded* +%if %{dual_life} || %{rebuild_from_scratch} %files Module-Metadata %{privlib}/Module/Metadata.pm %{_mandir}/man3/Module::Metadata.3pm* +%endif %files Module-Pluggable %{privlib}/Devel/InnerPackage.pm @@ -2744,6 +2748,7 @@ sed \ * Tue Dec 18 2012 Petr Pisar - 4:5.16.2-244 - Remove bundled Archive-Tar - Remove bundled CPAN-Meta-YAML +- Remove bundled Module-Metadata * Tue Dec 18 2012 Petr Pisar - 4:5.16.2-243 - Remove bundled Filter modules