[packages/perl-constant-defer] - pl
qboosh
qboosh at pld-linux.org
Sun Jun 21 22:07:49 CEST 2015
commit d33c9c279f9a1b627efe7b1d3f3d40fb20e33864
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jun 21 22:09:14 2015 +0200
- pl
perl-constant-defer.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/perl-constant-defer.spec b/perl-constant-defer.spec
index 019fc51..76f90dd 100644
--- a/perl-constant-defer.spec
+++ b/perl-constant-defer.spec
@@ -5,7 +5,8 @@
%define pdir constant
%define pnam defer
%include /usr/lib/rpm/macros.perl
-Summary: constant::defer -- constant subs with deferred value calculation
+Summary: constant::defer - constant subs with deferred value calculation
+Summary(pl.UTF-8): constant::defer - stałe procedury z opóźnionym obliczeniem wartości
Name: perl-constant-defer
Version: 6
Release: 1
@@ -25,6 +26,13 @@ given code to calculate its value, and on any subsequent calls just
returns that value, like a constant. The value code is discarded once
run, allowing it to be garbage collected.
+%description -l pl.UTF-8
+constant::defer tworzy procedurę, która przy pierwszym wywołaniu
+uruchamia zadany kod w celu obliczenia swojej wartości, a przy
+kolejnych wywołaniach tylko zwraca tę wartość - jak stałą. Kod
+obliczający wartość jest unieważniany po uruchomieniu, co pozwala na
+usunięcie go z pamięci w ramach odśmiecania.
+
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-constant-defer.git/commitdiff/d33c9c279f9a1b627efe7b1d3f3d40fb20e33864
More information about the pld-cvs-commit
mailing list