rpms/perl-Cache-FastMmap/devel perl-Cache-FastMmap.spec,1.7,1.8
Author: iarnell Update of /cvs/pkgs/rpms/perl-Cache-FastMmap/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9369 Modified Files: perl-Cache-FastMmap.spec Log Message: * Fri Feb 12 2010 Iain Arnell 1.34-5 - use perl_default_filter Index: perl-Cache-FastMmap.spec === RCS file: /cvs/pkgs/rpms/perl-Cache-FastMmap/devel/perl-Cache-FastMmap.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Cache-FastMmap.spec8 Dec 2009 04:56:12 - 1.7 +++ perl-Cache-FastMmap.spec12 Feb 2010 08:47:23 - 1.8 @@ -1,6 +1,6 @@ Name: perl-Cache-FastMmap Version:1.34 -Release:4%{?dist} +Release:5%{?dist} Summary:Uses an mmap'ed file to act as a shared memory interprocess cache License:GPL+ or Artistic Group: Development/Libraries @@ -9,10 +9,13 @@ Source0:http://www.cpan.org/auth BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +# rt #39342 - fails leak test #BuildRequires: perl(GTop) BuildRequires: perl(Compress::Zlib) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description In multi-process environments (eg mod_perl, forking daemons, etc), it's common to want to cache information, but have that cache shared @@ -55,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Feb 12 2010 Iain Arnell 1.34-5 +- use perl_default_filter + * Tue Dec 08 2009 Iain Arnell 1.34-4 - drop failing leak test (rt #39342) -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 462253] Review Request: perl-Cache-FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462253 Iain Arnell changed: What|Removed |Added Flag|fedora-cvs+ |fedora-cvs? --- Comment #15 from Iain Arnell 2010-02-12 03:48:45 EST --- Package Change Request == Package Name: perl-Cache-FastMmap New Branches: EL-4 EL-5 Owners: iarnell InitialCC: perl-sig -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
Re: Filtering non-versioned provides/requires
Hi Chris, On Thu, Feb 11, 2010 at 12:00:06PM -0800, Chris Weyl wrote: > rpm itself requires perl, yes, but AFAIK it is only because the scripts generating provides and requires are written in perl. So the requirement is not that strong currently. > and the "minimal system spec" (whose actual name I'm blanking on > at the moment) requires that perl be available on a system. Yes, but what I had in mind was the "minimal" that is installed to a chrooted anvironment for a mock build. The basic requires are listed at https://fedoraproject.org/wiki/Packaging:Guidelines#Exceptions_2 and perl is not there. AFAIK, it is only brought there as a requirement for rpm. > Not that I'm saying anything like we _have_ to use perl for it, Likewise, while I want to make the consequences clear, I'm not saying perl _cannot_ be used. :-) Have a nice day, Stepan -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 564309] New: Bogus perl(DB) provide
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Bogus perl(DB) provide https://bugzilla.redhat.com/show_bug.cgi?id=564309 Summary: Bogus perl(DB) provide Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Sub-Uplevel AssignedTo: st...@silug.org ReportedBy: p...@city-fan.org QAContact: extras...@fedoraproject.org CC: st...@silug.org, fedora-perl-devel-l...@redhat.com Classification: Fedora $ rpm -qp --provides perl-Sub-Uplevel-0.2002-4.fc13.noarch.rpm perl(DB) perl(Sub::Uplevel) = 0.2002 perl-Sub-Uplevel = 0.2002-4.fc13 perl(DB) is provided by the main perl package; the provide here is bogus and should be filtered out, e.g. by adding the following lines to the end of %prep: # Kludge to remove bogus perl(DB) provide %global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(DB)'" %define __perl_provides %{provfilt} Also the current upstream version is 0.22; updating to this version would require either an epoch bump or to version the RPM as 0.2200 to maintain the upgrade path. I'm happy to step in as co-maintainer if you're too busy with other things at the moment. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 564309] Bogus perl(DB) provide
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=564309 Iain Arnell changed: What|Removed |Added CC||iarn...@gmail.com --- Comment #1 from Iain Arnell 2010-02-12 06:36:05 EST --- Or better, simply add %{?perl_default_filter} somewhere above %description. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 564309] Bogus perl(DB) provide
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=564309 --- Comment #2 from Paul Howarth 2010-02-12 06:40:52 EST --- (In reply to comment #1) > Or better, simply add %{?perl_default_filter} somewhere above %description. > Yes, that would work for recent Fedoras but the more long-winded approach would also work if the package was rebuilt e.g. for EPEL. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Syntax-Highlight-Perl6-0.78.tar.gz uploaded to lookaside cache by mmaslano
A file has been added to the lookaside cache for perl-Syntax-Highlight-Perl6: 10dec91d5a7bb1f1df32e9a87d31de94 Syntax-Highlight-Perl6-0.78.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
rpms/perl-Syntax-Highlight-Perl6/devel .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
Author: mmaslano Update of /cvs/pkgs/rpms/perl-Syntax-Highlight-Perl6/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32213 Modified Files: .cvsignore sources Log Message: * Mon Feb 8 2010 Marcela Mašláňová 0.78-2 - fix rpmlint complaints Index: .cvsignore === RCS file: /cvs/pkgs/rpms/perl-Syntax-Highlight-Perl6/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 Feb 2010 21:04:42 - 1.1 +++ .cvsignore 12 Feb 2010 12:37:07 - 1.2 @@ -0,0 +1 @@ +Syntax-Highlight-Perl6-0.78.tar.gz Index: sources === RCS file: /cvs/pkgs/rpms/perl-Syntax-Highlight-Perl6/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 Feb 2010 21:04:42 - 1.1 +++ sources 12 Feb 2010 12:37:07 - 1.2 @@ -0,0 +1 @@ +10dec91d5a7bb1f1df32e9a87d31de94 Syntax-Highlight-Perl6-0.78.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
rpms/perl-Sub-Uplevel/devel perl-Sub-Uplevel.spec,1.20,1.21
Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Uplevel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18453 Modified Files: perl-Sub-Uplevel.spec Log Message: * Sat Feb 13 2010 Chris Weyl 0.22-1 - don't run tests explicitly marked as "AUTHOR" - add perl_default_filter - auto-update by cpan-spec-update 0.002 - Add epoch of 1 (0.2002 => 0.22) - added a new br on perl(Carp) (version 0) Index: perl-Sub-Uplevel.spec === RCS file: /cvs/extras/rpms/perl-Sub-Uplevel/devel/perl-Sub-Uplevel.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- perl-Sub-Uplevel.spec 7 Dec 2009 01:51:43 - 1.20 +++ perl-Sub-Uplevel.spec 13 Feb 2010 02:17:00 - 1.21 @@ -1,18 +1,21 @@ Name: perl-Sub-Uplevel -Version:0.2002 -Release:4%{?dist} Summary:Apparently run a function in a higher stack frame +Epoch: 1 +Version:0.22 +Release:1%{?dist} License:GPL+ or Artistic Group: Development/Libraries -URL:http://search.cpan.org/dist/Sub-Uplevel/ -Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-%{version}.tar.gz +URL:http://search.cpan.org/dist/Sub-Uplevel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +BuildRequires: perl(Carp) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) >= 0.47 -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%{?perl_default_filter} %description Like Tcl's uplevel() function, but not quite so dangerous. The idea is @@ -35,7 +38,7 @@ find $RPM_BUILD_ROOT -depth -type d -exe %{_fixperms} $RPM_BUILD_ROOT/* %check -AUTHOR_TESTING=1 ./Build test +./Build test %clean rm -rf $RPM_BUILD_ROOT @@ -47,6 +50,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Feb 13 2010 Chris Weyl 0.22-1 +- don't run tests explicitly marked as "AUTHOR" +- add perl_default_filter +- auto-update by cpan-spec-update 0.002 +- Add epoch of 1 (0.2002 => 0.22) +- added a new br on perl(Carp) (version 0) + * Mon Dec 7 2009 Stepan Kasal - 0.2002-4 - rebuild against perl 5.10.1 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Sub-Uplevel-0.22.tar.gz uploaded to lookaside cache by cweyl
A file has been added to the lookaside cache for perl-Sub-Uplevel: c166738a97c0424a0075ebe205d285db Sub-Uplevel-0.22.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
rpms/perl-Sub-Uplevel/devel .cvsignore,1.9,1.10 sources,1.9,1.10
Author: cweyl Update of /cvs/extras/rpms/perl-Sub-Uplevel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18999 Modified Files: .cvsignore sources Log Message: * Sat Feb 13 2010 Chris Weyl 0.22-1 - don't run tests explicitly marked as "AUTHOR" - add perl_default_filter - auto-update by cpan-spec-update 0.002 - Add epoch of 1 (0.2002 => 0.22) - added a new br on perl(Carp) (version 0) Index: .cvsignore === RCS file: /cvs/extras/rpms/perl-Sub-Uplevel/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 10 Dec 2008 18:01:19 - 1.9 +++ .cvsignore 13 Feb 2010 02:20:42 - 1.10 @@ -1 +1 @@ -Sub-Uplevel-0.2002.tar.gz +Sub-Uplevel-0.22.tar.gz Index: sources === RCS file: /cvs/extras/rpms/perl-Sub-Uplevel/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 10 Dec 2008 18:01:19 - 1.9 +++ sources 13 Feb 2010 02:20:42 - 1.10 @@ -1 +1 @@ -509aedd3b680aea2c7a2fc67b9d5b007 Sub-Uplevel-0.2002.tar.gz +c166738a97c0424a0075ebe205d285db Sub-Uplevel-0.22.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 462253] Review Request: perl-Cache-FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462253 Kevin Fenzi changed: What|Removed |Added Flag|fedora-cvs? |fedora-cvs+ --- Comment #16 from Kevin Fenzi 2010-02-12 23:09:58 EST --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
File Moose-0.96.tar.gz uploaded to lookaside cache by cweyl
A file has been added to the lookaside cache for perl-Moose: 24728787192b7b106b0177a1592685e2 Moose-0.96.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
rpms/perl-Moose/devel auto.ini, NONE, 1.1 .cvsignore, 1.36, 1.37 perl-Moose.spec, 1.51, 1.52 sources, 1.36, 1.37
Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11612 Modified Files: .cvsignore perl-Moose.spec sources Added Files: auto.ini Log Message: * Sat Feb 13 2010 Chris Weyl 0.96-1 - auto-update by cpan-spec-update 0.002 - dropped old BR on perl(UNIVERSAL::require) - dropped old BR on perl(Sub::Install) - dropped old BR on perl(Test::LongString) - dropped old BR on perl(Filter::Simple) --- NEW FILE auto.ini --- [add_build_requires] ; optional test #1 (in no particular order) ; ** moved to author tests ;perl(Test::Pod)=0 ;perl(Test::Pod::Coverage)=0 perl(DBM::Deep)=0.983 perl(DateTime::Format::MySQL)=0 ; optional test #3 perl(HTTP::Headers)=0 perl(Params::Coerce)=0 perl(URI)=0 perl(Try::Tiny)=0.02 ; optional test #4 ; commented out as Locale::US's license is ambiguous at the moment, precluding ; packaging it. ;perl(Regexp::Common)=0 ;perl(Locale::US)=0 ; optional test #5 perl(IO::File)=0 perl(IO::String)=0 ; optional test #6 perl(Test::Deep)=0 ; optional test #7 perl(Declare::Constraints::Simple)=0 ; optional test #8 (as of 0.20) perl(Module::Refresh)=0 ; optional tests #9 (as of 0.57) perl(Test::Warn)=0 perl(Test::Output)=0 ; optional test #10 perl(DateTime::Calendar::Mayan)=0 Index: .cvsignore === RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- .cvsignore 20 Jan 2010 04:26:05 - 1.36 +++ .cvsignore 13 Feb 2010 06:18:46 - 1.37 @@ -1 +1 @@ -Moose-0.94.tar.gz +Moose-0.96.tar.gz Index: perl-Moose.spec === RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- perl-Moose.spec 6 Feb 2010 01:36:46 - 1.51 +++ perl-Moose.spec 13 Feb 2010 06:18:47 - 1.52 @@ -1,69 +1,49 @@ Name: perl-Moose -Version:0.94 -Release:3%{?dist} Summary:Complete modern object system for Perl 5 +Version:0.96 +Release:1%{?dist} License:GPL+ or Artistic Group: Development/Libraries -URL:http://search.cpan.org/dist/Moose/ -Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Moose-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Moose-%{version}.tar.gz +URL:http://search.cpan.org/dist/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Carp) -BuildRequires: perl(Class::MOP) >= 0.98 +BuildRequires: perl(Class::MOP) >= 0.98 BuildRequires: perl(Data::OptList) -BuildRequires: perl(Filter::Simple) -BuildRequires: perl(List::MoreUtils)>= 0.12 -BuildRequires: perl(Scalar::Util) >= 1.19 -BuildRequires: perl(Sub::Exporter) >= 0.980 -BuildRequires: perl(Sub::Install) >= 0.92 -BuildRequires: perl(Sub::Name) -BuildRequires: perl(Task::Weaken) -BuildRequires: perl(Test::More) >= 0.88 -BuildRequires: perl(Test::Exception)>= 0.27 -BuildRequires: perl(Test::LongString) -BuildRequires: perl(UNIVERSAL::require) >= 0.10 - -# optional test #1 (in no particular order) -# ** moved to author tests -#BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) -# optional test #2 -BuildRequires: perl(DBM::Deep) >= 0.983 +BuildRequires: perl(DateTime::Calendar::Mayan) BuildRequires: perl(DateTime::Format::MySQL) -# optional test #3 +BuildRequires: perl(DBM::Deep) >= 0.983 +BuildRequires: perl(Declare::Constraints::Simple) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(HTTP::Headers) -BuildRequires: perl(Params::Coerce) -BuildRequires: perl(URI) -BuildRequires: perl(Try::Tiny) >= 0.02 -# optional test #4 -# commented out as Locale::US's license is ambiguous at the moment, precluding -# packaging it. -#BuildRequires: perl(Regexp::Common), perl(Locale::US) -# optional test #5 BuildRequires: perl(IO::File) BuildRequires: perl(IO::String) -# optional test #6 -BuildRequires: perl(Test::Deep) -# optional test #7 -BuildRequires: perl(Declare::Constraints::Simple) -# optional test #8 (as of 0.20) +BuildRequires: perl(List::MoreUtils) >= 0.12 BuildRequires: perl(Module::Refresh) -# optional tests #9 (as of 0.57) -BuildRequires: perl(Test::Warn) +BuildRequires: perl(Params::Coerce) +BuildRequires: perl(Scalar::Util) >= 1.19 +BuildRequires: perl(Sub::Exporter) >= 0.980 +BuildRequires: perl(Sub::Name) +BuildRequires: perl(Task::Weaken) +BuildRequires: perl(Test::Deep) +BuildRequires: perl(Test::Exception) >= 0.27 +BuildRequires: perl(
[Bug 462253] Review Request: perl-Cache-FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462253 --- Comment #17 from Fedora Update System 2010-02-13 01:52:02 EST --- perl-Cache-FastMmap-1.34-5.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/perl-Cache-FastMmap-1.34-5.el5 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 462253] Review Request: perl-Cache-FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462253 --- Comment #18 from Fedora Update System 2010-02-13 01:52:08 EST --- perl-Cache-FastMmap-1.34-5.el4 has been submitted as an update for Fedora EPEL 4. http://admin.fedoraproject.org/updates/perl-Cache-FastMmap-1.34-5.el4 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel