Author: qboosh Date: Tue Nov 15 23:01:37 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl(?), generic URL
---- Files affected: SPECS: perl-UNIVERSAL-isa.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-UNIVERSAL-isa.spec diff -u SPECS/perl-UNIVERSAL-isa.spec:1.2 SPECS/perl-UNIVERSAL-isa.spec:1.3 --- SPECS/perl-UNIVERSAL-isa.spec:1.2 Wed Nov 9 13:50:22 2005 +++ SPECS/perl-UNIVERSAL-isa.spec Wed Nov 16 00:01:32 2005 @@ -7,7 +7,7 @@ %define pdir UNIVERSAL %define pnam isa Summary: UNIVERSAL::isa - Hack around module authors using UNIVERSAL::isa as a function -#Summary(pl): +Summary(pl): UNIVERSAL::isa - poprawianie autorów modułów używających UNIVERSAL::isa jako funkcji Name: perl-UNIVERSAL-isa Version: 0.05 Release: 1 @@ -16,6 +16,7 @@ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 15df976064b0b3d21b2fb8808fe9c471 +URL: http://search.cpan.org/dist/UNIVERSAL-isa/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch @@ -23,18 +24,28 @@ %description Whenever you use UNIVERSAL/isa as a function, a kitten using -Test::MockObject dies. Normally, the kittens would be helpless, but if they -use UNIVERSAL::isa (the module whose docs you are reading), the kittens can -live long and prosper. - -This module replaces UNIVERSAL::isa with a version that makes sure that if -it's called as a function on objects which override isa, isa will be -called on those objects as a method. +Test::MockObject dies. Normally, the kittens would be helpless, but if +they use UNIVERSAL::isa (the module whose docs you are reading), the +kittens can live long and prosper. + +This module replaces UNIVERSAL::isa with a version that makes sure +that if it's called as a function on objects which override isa, isa +will be called on those objects as a method. In all other cases the real UNIVERSAL::isa is just called directly. -# %description -l pl -# TODO +%description -l pl +Przy każdym użyciu UNIVERSAL/isa jako funkcji kotek używający +Test::MockObject umiera. Normalnie kotki byłyby bezbronne, ale jeśli +używają UNIVERSAL::isa (czyli tego modułu), kotki mogą żyć długo i +szczęśliwie. + +Ten moduł zastępuje UNIVERSAL::isa wersją sprawdzającą, czy jeśli jest +wywoływana jako funkcja na obiekcie przykrywającym isa, isa będzie +wywołana na tych obiektach jako metoda. + +We wszystkich innych przypadkach prawdziwa UNIVERSAL::isa będzie +wywołana bezpośrednio. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -66,9 +77,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/11/15 23:01:32 qboosh +- pl(?), generic URL + Revision 1.2 2005/11/09 12:50:22 qboosh - fixed md5 Revision 1.1 2005/11/07 14:19:38 migo - initial revision - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-UNIVERSAL-isa.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
