SPECS: perl-File-chdir.spec - pl

qboosh qboosh at pld-linux.org
Sat Aug 27 09:42:21 CEST 2005


Author: qboosh                       Date: Sat Aug 27 07:42:21 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

---- Files affected:
SPECS:
   perl-File-chdir.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-File-chdir.spec
diff -u SPECS/perl-File-chdir.spec:1.1 SPECS/perl-File-chdir.spec:1.2
--- SPECS/perl-File-chdir.spec:1.1	Fri Aug 19 21:06:06 2005
+++ SPECS/perl-File-chdir.spec	Sat Aug 27 09:42:16 2005
@@ -7,6 +7,7 @@
 %define		pdir	File
 %define		pnam	chdir
 Summary:	File::chdir - a more sensible way to change directories
+Summary(pl):	File::chdir - rozsądniejszy sposób zmiany katalogów
 Name:		perl-File-chdir
 Version:	0.06
 Release:	1
@@ -22,9 +23,24 @@
 %description
 File::chdir module - a more sensible way to change directories.
 
-Perl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working directory for the whole program.
+Perl's chdir() has the unfortunate problem of being very, very, very
+global. If any part of your program calls chdir() or if any library
+you use calls chdir(), it changes the current working directory for
+the whole program.
+
+File::chdir gives you an alternative, $CWD and @CWD. These two
+variables combine all the power of chdir(), File::Spec and Cwd.
+
+%description -l pl
+Moduł File::chdir - rozsądniejszy sposób zmiany katalogów.
+
+Perlowa funkcja chdir() jest problematyczna, ponieważ działa bardzo,
+bardzo, bardzo globalnie. Jeśli dowolna część programu lub dowolna
+używana biblioteka wywoła chdir(), zmienia się bieżący katalog dla
+całego programu.
 
-File::chdir gives you an alternative, $CWD and @CWD. These two variables combine all the power of chdir(), File::Spec and Cwd.
+File::chdir daje alternatywę - $CWD i @CWD. Te dwie zmienne łączą całą
+potęgę chdir(), File::Spec i Cwd.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -57,6 +73,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/08/27 07:42:16  qboosh
+- pl
+
 Revision 1.1  2005/08/19 19:06:06  arekm
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-File-chdir.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list