rpms/perl-Exception-Class-TryCatch/F-11 import.log, NONE, 1.1 perl-Exception-Class-TryCatch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Fri Jun 12 07:32:05 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Exception-Class-TryCatch/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12862/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Exception-Class-TryCatch.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Exception-Class-TryCatch-1_12-1_fc11:F-11:perl-Exception-Class-TryCatch-1.12-1.fc11.src.rpm:1244791858


--- NEW FILE perl-Exception-Class-TryCatch.spec ---
Name:           perl-Exception-Class-TryCatch
Version:        1.12
Release:        1%{?dist}
Summary:        Syntactic try/catch sugar for use with Exception::Class
License:        ASL 2.0
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Exception-Class-TryCatch/
Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Exception-Class-TryCatch-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Exception::Class) >= 1.2
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More) >= 0.47
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Exception::Class::TryCatch provides syntactic sugar for use with
Exception::Class using the familiar keywords try and catch. Its primary
objective is to allow users to avoid dealing directly with $@ by ensuring
that any exceptions caught in an eval are captured as Exception::Class
objects, whether they were thrown objects to begin with or whether the
error resulted from die. This means that users may immediately use isa and
various Exception::Class methods to process the exception.

%prep
%setup -q -n Exception-Class-TryCatch-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README Todo
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Dec 22 2008 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.12-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Exception-Class-TryCatch/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 Jun 2009 04:33:38 -0000	1.1
+++ .cvsignore	12 Jun 2009 07:31:35 -0000	1.2
@@ -0,0 +1 @@
+Exception-Class-TryCatch-1.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Exception-Class-TryCatch/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 Jun 2009 04:33:38 -0000	1.1
+++ sources	12 Jun 2009 07:31:35 -0000	1.2
@@ -0,0 +1 @@
+d9943ce5e251437312a11001b9531f43  Exception-Class-TryCatch-1.12.tar.gz




More information about the Fedora-perl-devel-list mailing list