packages: perl-Try-Tiny/perl-Try-Tiny.spec - updated to 0.09 - pl desc

qboosh qboosh at pld-linux.org
Mon Feb 21 21:23:24 CET 2011


Author: qboosh                       Date: Mon Feb 21 20:23:24 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.09
- pl desc

---- Files affected:
packages/perl-Try-Tiny:
   perl-Try-Tiny.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/perl-Try-Tiny/perl-Try-Tiny.spec
diff -u packages/perl-Try-Tiny/perl-Try-Tiny.spec:1.4 packages/perl-Try-Tiny/perl-Try-Tiny.spec:1.5
--- packages/perl-Try-Tiny/perl-Try-Tiny.spec:1.4	Fri May 28 15:40:16 2010
+++ packages/perl-Try-Tiny/perl-Try-Tiny.spec	Mon Feb 21 21:23:19 2011
@@ -9,13 +9,13 @@
 Summary:	Try::Tiny - minimal try/catch with proper localization of $@
 Summary(pl.UTF-8):	Try::Tiny - minimaly try/catch z odpowiednią lokalizacją $@
 Name:		perl-Try-Tiny
-Version:	0.06
+Version:	0.09
 Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/Try-Tiny-%{version}.tar.gz
-# Source0-md5:	d37cf6cec95a500e23939672c22082d0
+Source0:	http://www.cpan.org/modules/by-authors/id/D/DO/DOY/Try-Tiny-%{version}.tar.gz
+# Source0-md5:	e526aa7d80cbc690c4a20925a592c13c
 URL:		http://search.cpan.org/dist/Try-Tiny/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
@@ -39,13 +39,20 @@
 still want to write correct eval blocks without 5 lines of boilerplate
 each time.
 
-It's designed to work as correctly as possible in light of the various
-pathological edge cases (see BACKGROUND) and to be compatible with any
-style of error values (simple strings, references, objects, overloaded
-objects, etc).
-
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+Ten moduł udostępnia proste instrukcje try/catch zaprojektowane w
+celu ograniczenia popularnych błędów w blokach eval - i NIC więcej,
+w przeciwieństwie do TryCatch, który udostępnia ładną składnię oraz
+zapobiega dodawaniu kolejnej warstwy stosu wywołań i obsługuje powrót
+z bloku try do procedury wywołującej. Te dodatkowe możliwości są
+okupione kilkoma zależnościami (Devel::Declare i Scope::Upper), które
+bywają problematyczne, a dodatkowe filtrowanie catch wykorzystuje
+ograniczenia typu Moose, które mogą być niepożądane.
+
+Głównym celem tego modułu jest udostępnienie prostej i wiarygodnej
+obsługi błędów dla zmęczonych instalowaniem TryCatch, ale nadal
+chcących pisać proste bloki eval bez każdorazowych 5 nadmiarowych
+linii.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -70,8 +77,8 @@
 %defattr(644,root,root,755)
 %doc Changes
 %dir %{perl_vendorlib}/Try
-%{perl_vendorlib}/Try/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/Try/Tiny.pm
+%{_mandir}/man3/Try::Tiny.3pm*
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -79,6 +86,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/02/21 20:23:19  qboosh
+- updated to 0.09
+- pl desc
+
 Revision 1.4  2010/05/28 13:40:16  caleb
 - Up to 0.06
 
@@ -91,4 +102,3 @@
 
 Revision 1.1  2009/10/16 11:56:04  amateja
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Try-Tiny/perl-Try-Tiny.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list