rpms/perl-CatalystX-Component-Traits/devel import.log, NONE, 1.1 perl-CatalystX-Component-Traits.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-09-10 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-CatalystX-Component-Traits/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29982/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-CatalystX-Component-Traits.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-CatalystX-Component-Traits-0_10-1_fc11:HEAD:perl-CatalystX-Component-Traits-0.10-1.fc11.src.rpm:1252613163


--- NEW FILE perl-CatalystX-Component-Traits.spec ---
Name:   perl-CatalystX-Component-Traits
Version:0.10
Release:1%{?dist}
# lib/CatalystX/Component/Traits.pm -> GPL+ or Artistic
License:GPL+ or Artistic
Group:  Development/Libraries
Summary:Automatic Trait Loading and Resolution for
Source: 
http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/CatalystX-Component-Traits-%{version}.tar.gz
Url:http://search.cpan.org/dist/CatalystX-Component-Traits
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(Catalyst::Runtime) >= 5.80005
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Pluggable) >= 3.9
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(MooseX::Traits::Pluggable) >= 0.08
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(CPAN)
# optional tests
BuildRequires: perl(Test::Pod)

# autoreq really doesn't have a clue when it comes to Moosey bits 
Requires:   perl(Catalyst::Runtime) >= 5.80005
Requires:   perl(Moose::Autobox)
Requires:   perl(MooseX::Traits::Pluggable) >= 0.08

%{?perl_default_filter}

%description
Adds a "COMPONENT" method to your Catalyst component base class that
reads the optional 'traits' parameter from app and component config
and instantiates the component subclass with those traits using 
MooseX::Traits/new_with_traits from MooseX::Traits::Pluggable.


%prep
%setup -q -n CatalystX-Component-Traits-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Fri Sep 04 2009 Chris Weyl  0.10-1
- submission
- add standard req/prov filter
- auto-update to 0.10 (by cpan-spec-update 0.01)
- altered br on perl(MooseX::Traits::Pluggable) (0.06 => 0.08)
- added a new br on CPAN (inc::Module::AutoInstall found)
- added a new req on perl(Catalyst::Runtime) (version 5.80005)
- added a new req on perl(Moose::Autobox) (version 0)
- added a new req on perl(MooseX::Traits::Pluggable) (version 0.08)


* Sat Aug 08 2009 Chris Weyl  0.08-1
- submission

* Fri Aug 07 2009 Chris Weyl  0.08-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  9 Sep 2009 16:21:29 -   1.1
+++ .cvsignore  10 Sep 2009 20:06:08 -  1.2
@@ -0,0 +1 @@
+CatalystX-Component-Traits-0.10.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 9 Sep 2009 16:21:30 -   1.1
+++ sources 10 Sep 2009 20:06:08 -  1.2
@@ -0,0 +1 @@
+bf83abe598cae65a2efdf17e38cbced5  CatalystX-Component-Traits-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-CatalystX-Component-Traits/F-11 import.log, NONE, 1.1 perl-CatalystX-Component-Traits.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-09-10 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30324/F-11

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-CatalystX-Component-Traits.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-CatalystX-Component-Traits-0_10-1_fc11:F-11:perl-CatalystX-Component-Traits-0.10-1.fc11.src.rpm:1252613175


--- NEW FILE perl-CatalystX-Component-Traits.spec ---
Name:   perl-CatalystX-Component-Traits
Version:0.10
Release:1%{?dist}
# lib/CatalystX/Component/Traits.pm -> GPL+ or Artistic
License:GPL+ or Artistic
Group:  Development/Libraries
Summary:Automatic Trait Loading and Resolution for
Source: 
http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/CatalystX-Component-Traits-%{version}.tar.gz
Url:http://search.cpan.org/dist/CatalystX-Component-Traits
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(Catalyst::Runtime) >= 5.80005
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Pluggable) >= 3.9
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(MooseX::Traits::Pluggable) >= 0.08
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(CPAN)
# optional tests
BuildRequires: perl(Test::Pod)

# autoreq really doesn't have a clue when it comes to Moosey bits 
Requires:   perl(Catalyst::Runtime) >= 5.80005
Requires:   perl(Moose::Autobox)
Requires:   perl(MooseX::Traits::Pluggable) >= 0.08

%{?perl_default_filter}

%description
Adds a "COMPONENT" method to your Catalyst component base class that
reads the optional 'traits' parameter from app and component config
and instantiates the component subclass with those traits using 
MooseX::Traits/new_with_traits from MooseX::Traits::Pluggable.


%prep
%setup -q -n CatalystX-Component-Traits-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Fri Sep 04 2009 Chris Weyl  0.10-1
- submission
- add standard req/prov filter
- auto-update to 0.10 (by cpan-spec-update 0.01)
- altered br on perl(MooseX::Traits::Pluggable) (0.06 => 0.08)
- added a new br on CPAN (inc::Module::AutoInstall found)
- added a new req on perl(Catalyst::Runtime) (version 5.80005)
- added a new req on perl(Moose::Autobox) (version 0)
- added a new req on perl(MooseX::Traits::Pluggable) (version 0.08)


* Sat Aug 08 2009 Chris Weyl  0.08-1
- submission

* Fri Aug 07 2009 Chris Weyl  0.08-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  9 Sep 2009 16:21:29 -   1.1
+++ .cvsignore  10 Sep 2009 20:06:19 -  1.2
@@ -0,0 +1 @@
+CatalystX-Component-Traits-0.10.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 9 Sep 2009 16:21:30 -   1.1
+++ sources 10 Sep 2009 20:06:19 -  1.2
@@ -0,0 +1 @@
+bf83abe598cae65a2efdf17e38cbced5  CatalystX-Component-Traits-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-CatalystX-Component-Traits/F-10 import.log, NONE, 1.1 perl-CatalystX-Component-Traits.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-09-10 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30512/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-CatalystX-Component-Traits.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-CatalystX-Component-Traits-0_10-1_fc11:F-10:perl-CatalystX-Component-Traits-0.10-1.fc11.src.rpm:1252613186


--- NEW FILE perl-CatalystX-Component-Traits.spec ---
Name:   perl-CatalystX-Component-Traits
Version:0.10
Release:1%{?dist}
# lib/CatalystX/Component/Traits.pm -> GPL+ or Artistic
License:GPL+ or Artistic
Group:  Development/Libraries
Summary:Automatic Trait Loading and Resolution for
Source: 
http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/CatalystX-Component-Traits-%{version}.tar.gz
Url:http://search.cpan.org/dist/CatalystX-Component-Traits
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(Catalyst::Runtime) >= 5.80005
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Pluggable) >= 3.9
BuildRequires: perl(Moose::Autobox)
BuildRequires: perl(MooseX::Traits::Pluggable) >= 0.08
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(CPAN)
# optional tests
BuildRequires: perl(Test::Pod)

# autoreq really doesn't have a clue when it comes to Moosey bits 
Requires:   perl(Catalyst::Runtime) >= 5.80005
Requires:   perl(Moose::Autobox)
Requires:   perl(MooseX::Traits::Pluggable) >= 0.08

%{?perl_default_filter}

%description
Adds a "COMPONENT" method to your Catalyst component base class that
reads the optional 'traits' parameter from app and component config
and instantiates the component subclass with those traits using 
MooseX::Traits/new_with_traits from MooseX::Traits::Pluggable.


%prep
%setup -q -n CatalystX-Component-Traits-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Fri Sep 04 2009 Chris Weyl  0.10-1
- submission
- add standard req/prov filter
- auto-update to 0.10 (by cpan-spec-update 0.01)
- altered br on perl(MooseX::Traits::Pluggable) (0.06 => 0.08)
- added a new br on CPAN (inc::Module::AutoInstall found)
- added a new req on perl(Catalyst::Runtime) (version 5.80005)
- added a new req on perl(Moose::Autobox) (version 0)
- added a new req on perl(MooseX::Traits::Pluggable) (version 0.08)


* Sat Aug 08 2009 Chris Weyl  0.08-1
- submission

* Fri Aug 07 2009 Chris Weyl  0.08-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  9 Sep 2009 16:21:29 -   1.1
+++ .cvsignore  10 Sep 2009 20:06:30 -  1.2
@@ -0,0 +1 @@
+CatalystX-Component-Traits-0.10.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 9 Sep 2009 16:21:30 -   1.1
+++ sources 10 Sep 2009 20:06:30 -  1.2
@@ -0,0 +1 @@
+bf83abe598cae65a2efdf17e38cbced5  CatalystX-Component-Traits-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


[Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later

2009-09-10 Thread bugzilla
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=522136


Fedora Update System  changed:

   What|Removed |Added

 Status|NEW |ON_QA




--- Comment #4 from Fedora Update System   
2009-09-10 18:56:41 EDT ---
perl-Mail-Box-2.091-1.el5 has been pushed to the Fedora EPEL 5 testing
repository.  If problems still persist, please make note of it in this bug
report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update perl-Mail-Box'.  You can
provide feedback for this update here:
http://admin.fedoraproject.org/updates/EL-5/FEDORA-EPEL-2009-0435

-- 
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
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-DBIx-Class/devel .cvsignore, 1.6, 1.7 perl-DBIx-Class.spec, 1.17, 1.18 sources, 1.6, 1.7

2009-09-10 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-DBIx-Class/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11526

Modified Files:
.cvsignore perl-DBIx-Class.spec sources 
Log Message:
* Fri Sep 11 2009 Chris Weyl  0.08111-1
- update filtering
- auto-update to 0.08111 (by cpan-spec-update 0.01)
- altered br on perl(Carp::Clan) (6 => 6.0)
- altered br on perl(Class::Accessor::Grouped) (0.08003 => 0.09000)
- altered br on perl(Data::Page) (2 => 2.00)
- altered br on perl(File::Temp) (0 => 0.22)
- altered br on perl(SQL::Abstract) (1.56 => 1.58)
- altered br on perl(Test::More) (0 => 0.92)
- altered br on perl(Test::Warn) (0.11 => 0.21)
- altered req on perl(Carp::Clan) (6 => 6.0)
- altered req on perl(Class::Accessor::Grouped) (0.08003 => 0.09000)
- altered req on perl(Data::Page) (2 => 2.00)
- altered req on perl(SQL::Abstract) (1.56 => 1.58)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore  31 Jul 2009 07:24:12 -  1.6
+++ .cvsignore  11 Sep 2009 06:05:47 -  1.7
@@ -1 +1 @@
-DBIx-Class-0.08108.tar.gz
+DBIx-Class-0.08111.tar.gz


Index: perl-DBIx-Class.spec
===
RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/perl-DBIx-Class.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- perl-DBIx-Class.spec31 Jul 2009 07:24:49 -  1.17
+++ perl-DBIx-Class.spec11 Sep 2009 06:05:47 -  1.18
@@ -1,5 +1,5 @@
 Name:   perl-DBIx-Class
-Version:0.08108
+Version:0.08111
 Release:1%{?dist}
 Summary:Extensible and flexible object <-> relational mapper
 License:GPL+ or Artistic
@@ -22,15 +22,15 @@ BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(CPAN)
 
 ## Dependencies
-BuildRequires:  perl(Carp::Clan) >= 6
-BuildRequires:  perl(Class::Accessor::Grouped) >= 0.08003
+BuildRequires:  perl(Carp::Clan) >= 6.0
+BuildRequires:  perl(Class::Accessor::Grouped) >= 0.09000
 BuildRequires:  perl(Class::C3) >= 0.2
 BuildRequires:  perl(Class::C3::Componentised) >= 1.0005
 # for CDBI-compat bits...
 BuildRequires:  perl(Class::Data::Inheritable)
 BuildRequires:  perl(Class::Inspector) >= 1.24
 BuildRequires:  perl(Class::Trigger)
-BuildRequires:  perl(Data::Page) >= 2
+BuildRequires:  perl(Data::Page) >= 2.00
 BuildRequires:  perl(DBD::SQLite) >= 1.25
 BuildRequires:  perl(DBI) >= 1.605
 BuildRequires:  perl(DBIx::ContextualFetch)
@@ -38,7 +38,7 @@ BuildRequires:  perl(JSON::Any) >= 1.18
 BuildRequires:  perl(List::Util) >= 1.19
 BuildRequires:  perl(Module::Find) >= 0.06
 BuildRequires:  perl(Scope::Guard) >= 0.03
-BuildRequires:  perl(SQL::Abstract) >= 1.56
+BuildRequires:  perl(SQL::Abstract) >= 1.58
 BuildRequires:  perl(SQL::Abstract::Limit) >= 0.13
 BuildRequires:  perl(Test::Exception)
 # optional tests
@@ -61,9 +61,9 @@ BuildRequires:  perl(Class::MOP) >= 0.63
 BuildRequires:  perl(Moose) >= 0.54
 BuildRequires:  perl(Moose::Util::TypeConstraints) >= 0.54
 
-BuildRequires:  perl(Test::More) >= 0.82
+BuildRequires:  perl(Test::More) >= 0.92
 BuildRequires:  perl(MRO::Compat) >= 0.09
-BuildRequires:  perl(Test::Warn) >= 0.11
+BuildRequires:  perl(Test::Warn) >= 0.21
 BuildRequires:  perl(Sub::Name) >= 0.04
 BuildRequires:  perl(Path::Class) >= 0.16
 
@@ -73,16 +73,16 @@ Provides:   perl(DBIx::Class::CDBICo
 Provides:   perl(DBIx::Class::Storage::DBI::Replicated::Types) = 0
 
 # not picked up...
-Requires:   perl(Class::Accessor::Grouped) >= 0.08003
+Requires:   perl(Class::Accessor::Grouped) >= 0.09000
 Requires:   perl(Class::C3::Componentised) >= 1.0005
-Requires:   perl(SQL::Abstract) >= 1.56
+Requires:   perl(SQL::Abstract) >= 1.58
 
 ### auto-added reqs!
-Requires:  perl(Carp::Clan) >= 6
+Requires:  perl(Carp::Clan) >= 6.0
 Requires:  perl(Class::Inspector) >= 1.24
 Requires:  perl(DBD::SQLite) >= 1.25
 Requires:  perl(DBI) >= 1.605
-Requires:  perl(Data::Page) >= 2
+Requires:  perl(Data::Page) >= 2.00
 Requires:  perl(JSON::Any) >= 1.18
 Requires:  perl(List::Util)
 Requires:  perl(MRO::Compat) >= 0.09
@@ -94,12 +94,13 @@ Requires:  perl(Scope::Guard) >= 0.03
 Requires:  perl(Storable)
 Requires:  perl(Sub::Name) >= 0.04
 
-# don't "provide" rpm-metadata for things we shouldn't
-%global _use_internal_dependency_generator 0
-%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
-%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v 
'%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
-%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R} | 
%{__sed} -e '/perl(DBD::Pg)/d; /perl(DBD::Oracle)/d'"
+%{?perl_default_filter:
+%filter_from_requires /^perl(DBD::Pg)/d
+%perl_default_filter
+}
 
+### auto-added brs!
+BuildRequires:  perl

[Bug 498746] Non-responsive package maintainer + dead package?

2009-09-10 Thread bugzilla
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=498746


Erick Calder  changed:

   What|Removed |Added

 CC||e...@arix.com




--- Comment #3 from Erick Calder   2009-09-11 02:11:24 EDT ---
I am the package maintainer.  I've just joined the Fedora maintainer's system
and have yet to figure out how to bring the package out of retirement.  help
appreciated, please e-mail me (e...@arix.com)

-- 
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
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list