]> git.pld-linux.org Git - packages/perl-Sub-Override.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Dec 2004 23:16:15 +0000 (23:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Sub-Override.spec -> 1.2

perl-Sub-Override.spec

index 1676f46d9a13154612e2f789064f4ef586e408a3..e45a68d23077a70599f83868f97af89c84a97794 100644 (file)
@@ -6,7 +6,7 @@
 %define        pdir    Sub
 %define        pnam    Override
 Summary:       Sub::Override - Perl extension for easily overriding subroutines
-#Summary(pl):  
+Summary(pl):   Sub::Override - rozszerzenie Perla do ³atwego przykrywania procedur
 Name:          perl-Sub-Override
 Version:       0.05
 Release:       1
@@ -25,16 +25,22 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Sometimes subroutines need to be overridden.  In fact, your author does
-this constantly for tests.  Particularly when testing, using a Mock
+Sometimes subroutines need to be overridden. In fact, your author does
+this constantly for tests. Particularly when testing, using a Mock
 Object can be overkill when all you want to do is override one tiny,
 little function.
 
 Sub::Override allows the programmer to simply name the sub to replace
 and to supply a sub to replace it with.
 
-# %description -l pl
-# TODO
+%description -l pl
+Czasem procedura musi zostaæ przykryta. W praktyce autor robi to stale
+dla testów. W szczególno¶ci przy testowaniu u¿ywanie obiektu Mock mo¿e
+byæ nadmiarowe, gdy wszystko co chcemy, to przykryæ jedn± ma³±,
+maleñk± funkcjê.
+
+Sub::Override umo¿liwia programi¶cie prosto nazwaæ funkcjê do
+zast±pienia i dostarczyæ funkcjê do zast±pienia jej.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.089781 seconds and 4 git commands to generate.