SPECS: perl-UNIVERSAL-require.spec - resolved(!) conflict with per...

glen glen at pld-linux.org
Fri Aug 25 11:06:43 CEST 2006


Author: glen                         Date: Fri Aug 25 09:06:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- resolved(!) conflict with perl-UNIVERSAL-exports; rel 2

---- Files affected:
SPECS:
   perl-UNIVERSAL-require.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/perl-UNIVERSAL-require.spec
diff -u SPECS/perl-UNIVERSAL-require.spec:1.2 SPECS/perl-UNIVERSAL-require.spec:1.3
--- SPECS/perl-UNIVERSAL-require.spec:1.2	Tue Nov 15 22:14:50 2005
+++ SPECS/perl-UNIVERSAL-require.spec	Fri Aug 25 11:06:38 2006
@@ -10,7 +10,7 @@
 Summary(pl):	UNIVERSAL::require - wymaganie modułów ze zmiennej
 Name:		perl-UNIVERSAL-require
 Version:	0.10
-Release:	1
+Release:	2
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
@@ -18,33 +18,33 @@
 # Source0-md5:	4ea51136ee7052bb37dc52c7cb8945b0
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
-Conflicts:	perl-UNIVERSAL-exports <= 0.03
+Conflicts:	perl-UNIVERSAL-exports < 0.03-3
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 If you've ever had to do this...
 
-    eval "require $module";
+eval "require $module";
 
 to get around the bareword caveats on require(), this module is for
-you. It creates a universal require() class method that will work
-with every Perl module and it's secure. So instead of doing some
-arcane eval() work, you can do this:
-    
-    $module->require;
+you. It creates a universal require() class method that will work with
+every Perl module and it's secure. So instead of doing some arcane
+eval() work, you can do this:
+
+$module->require;
 
 %description -l pl
 Jeśli kiedykolwiek było nam potrzebne...
 
-    eval "require $module";
+eval "require $module";
 
 do obejścia przeciwności require(), ten moduł jest dla nas. Tworzy
 uniwersalną metodę klasy require() działającą z każdym modułem Perla,
 a jednocześnie bezpieczną. Czyli zamiast wykonywania jakichś tajemnych
 działań z eval(), można zrobić:
 
-    $module->require;
+$module->require;
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -77,6 +77,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/08/25 09:06:38  glen
+- resolved(!) conflict with perl-UNIVERSAL-exports; rel 2
+
 Revision 1.2  2005/11/15 21:14:50  qboosh
 - pl(?)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-UNIVERSAL-require.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list