File CGI-Application-Server-0.063.tar.gz uploaded to lookaside cache by eseyman

2013-07-07 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-CGI-Application-Server:

7b3cb82aebd07620597048d0cd61b2e7  CGI-Application-Server-0.063.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

[perl-CGI-Application-Server] Update to 0.063

2013-07-07 Thread Emmanuel Seyman
commit b2cb7fa1dd622a3c11db3d0c27537f3183574253
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Jul 7 11:15:39 2013 +0200

Update to 0.063

 .gitignore   |1 +
 perl-CGI-Application-Server.spec |   19 ---
 sources  |2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca03b24..3979f65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 CGI-Application-Server-0.062.tar.gz
+/CGI-Application-Server-0.063.tar.gz
diff --git a/perl-CGI-Application-Server.spec b/perl-CGI-Application-Server.spec
index 1c991fe..b320a13 100644
--- a/perl-CGI-Application-Server.spec
+++ b/perl-CGI-Application-Server.spec
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Application-Server
-Version:0.062
-Release:11%{?dist}
+Version:0.063
+Release:1%{?dist}
 Summary:Simple HTTP server for developing with CGI::Application
 License:GPL+ or Artistic
 
@@ -39,24 +39,29 @@ priority).
 %setup -q -n CGI-Application-Server-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
-%doc ChangeLog README
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 07 2013 Emmanuel Seyman emman...@seyman.fr - 0.063-1
+- Update to 0.063
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.062-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 6561f91..83ad80b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1727c45b500d9523e469bf62d335deb3  CGI-Application-Server-0.062.tar.gz
+7b3cb82aebd07620597048d0cd61b2e7  CGI-Application-Server-0.063.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

File Future-0.15.tar.gz uploaded to lookaside cache by eseyman

2013-07-07 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Future:

7e77ad602adf25f12768ad135190a8cc  Future-0.15.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

[perl-Future] Update to 0.15

2013-07-07 Thread Emmanuel Seyman
commit 53478b2263dfe8ee9af6601ad5d440623484b23b
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Jul 7 11:21:52 2013 +0200

Update to 0.15

 .gitignore   |1 +
 perl-Future.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 563eed5..1179524 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Future-0.13.tar.gz
 /Future-0.14.tar.gz
+/Future-0.15.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index ffdec02..a959501 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,5 +1,5 @@
 Name:   perl-Future
-Version:0.14
+Version:0.15
 Release:1%{?dist}
 Summary:Perl object system to represent an operation awaiting 
completion
 License:GPL+ or Artistic
@@ -46,6 +46,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 07 2013 Emmanuel Seyman emman...@seyman.fr - 0.15-1
+- Update to 0.15
+
 * Sun Jun 23 2013 Emmanuel Seyman emman...@seyman.fr - 0.14-1
 - Update to 0.14
 
diff --git a/sources b/sources
index 2ab0c88..9710502 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af14e85d07c84a0ecf2c24ef519da334  Future-0.14.tar.gz
+7e77ad602adf25f12768ad135190a8cc  Future-0.15.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

File HTML-FromText-2.06.tar.gz uploaded to lookaside cache by eseyman

2013-07-07 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-HTML-FromText:

a30237e66717c17a5f24899c90e499d0  HTML-FromText-2.06.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

[perl-HTML-FromText] Update to 2.06, clean up spec file

2013-07-07 Thread Emmanuel Seyman
commit 7f31bcd8c0598fd7fbbef063500b80f0d0b0d8d4
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Jul 7 11:48:13 2013 +0200

Update to 2.06, clean up spec file

 .gitignore  |1 +
 perl-HTML-FromText.spec |   29 +
 sources |2 +-
 3 files changed, 15 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12602a7..dcb432a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 HTML-FromText-2.05.tar.gz
+/HTML-FromText-2.06.tar.gz
diff --git a/perl-HTML-FromText.spec b/perl-HTML-FromText.spec
index ef91420..0f6d413 100644
--- a/perl-HTML-FromText.spec
+++ b/perl-HTML-FromText.spec
@@ -1,13 +1,11 @@
 Name:   perl-HTML-FromText
-Version:2.05
-Release:14%{?dist}
+Version:2.06
+Release:1%{?dist}
 Summary:Convert plain text to HTML
-
-Group:  Development/Libraries
 License:GPL+ or Artistic
+
 URL:http://search.cpan.org/dist/HTML-FromText/
-Source0:
http://search.cpan.org/CPAN/authors/id/C/CW/CWEST/HTML-FromText-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/HTML-FromText-%{version}.tar.gz
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -20,8 +18,10 @@ BuildRequires:  perl(Test::More) = 0.47
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
+%{?perl_default_filter}
+
 %description
-HTML::FromText converts plain text to HTML. There are a handfull of
+HTML::FromText converts plain text to HTML. There are a handful of
 options that shape the conversion. There is a utility function,
 text2html, that's exported by default. This function is simply a
 short- cut to the Object Oriented interface described in detail below.
@@ -37,25 +37,16 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-#Theses test are known to fail
-rm t/01_features.t
-rm t/02_v2.01.t
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{_bindir}/text2html
 %{perl_vendorlib}/HTML/
@@ -64,6 +55,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 07 2013 Emmanuel Seyman emman...@seyman.fr - 2.06-1
+- Update to 2.06
+- Drop no-longer-used macros
+- Add perl default filter
+- Re-enable all tests
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.05-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index cb07315..10d3768 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb8ae4ab0cae0b57101f78b046b3927b  HTML-FromText-2.05.tar.gz
+a30237e66717c17a5f24899c90e499d0  HTML-FromText-2.06.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

File Mojolicious-4.17.tar.gz uploaded to lookaside cache by eseyman

2013-07-07 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Mojolicious:

489011fa8345ec517c999e591ce73093  Mojolicious-4.17.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

[perl-Mojolicious] Update to 4.17

2013-07-07 Thread Emmanuel Seyman
commit 44ac9aeb12c8a3adb3ac8f0901d0b2fcd1a73450
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Jul 7 11:55:07 2013 +0200

Update to 4.17

 .gitignore|1 +
 perl-Mojolicious.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f3768e2..b17c716 100644
--- a/.gitignore
+++ b/.gitignore
@@ -91,3 +91,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-4.13.tar.gz
 /Mojolicious-4.14.tar.gz
 /Mojolicious-4.16.tar.gz
+/Mojolicious-4.17.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index d4f4eed..282eea5 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:   perl-Mojolicious
-Version:4.16
+Version:4.17
 Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
@@ -60,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 07 2013 Emmanuel Seyman emman...@seyman.fr - 4.17-1
+- Update to 4.17
+
 * Sun Jun 23 2013 Emmanuel Seyman emman...@seyman.fr - 4.16-1
 - Update to 4.16
 
diff --git a/sources b/sources
index 3087be2..9dc4ecc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a495bdfd3b06725c0dad027dd658822  Mojolicious-4.16.tar.gz
+489011fa8345ec517c999e591ce73093  Mojolicious-4.17.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

File Workflow-1.37.tar.gz uploaded to lookaside cache by eseyman

2013-07-07 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Workflow:

ece72e87d2196e772bccbbb25c7dfbb1  Workflow-1.37.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

[perl-Workflow] Update to 1.37

2013-07-07 Thread Emmanuel Seyman
commit 0fee93b1c9d1314f3b2184a23b5b973296c3aa13
Author: Emmanuel Seyman emman...@seyman.fr
Date:   Sun Jul 7 12:12:12 2013 +0200

Update to 1.37

 perl-Workflow.spec |8 ++--
 sources|2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Workflow.spec b/perl-Workflow.spec
index 7f30985..414224a 100644
--- a/perl-Workflow.spec
+++ b/perl-Workflow.spec
@@ -1,6 +1,6 @@
 Name:   perl-Workflow
-Version:1.35
-Release:2%{?dist}
+Version:1.37
+Release:1%{?dist}
 Summary:Simple, flexible system to implement workflows
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Workflow/
@@ -19,6 +19,7 @@ BuildRequires:  perl(DateTime::Format::Strptime) = 1
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DBD::Mock) = 0.1
 BuildRequires:  perl(DBI)
+BuildRequires:  perl(Env)
 BuildRequires:  perl(Exception::Class) = 1.1
 BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(List::MoreUtils)
@@ -87,6 +88,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 07 2013 Emmanuel Seyman emman...@seyman.fr - 1.37-1
+- Update to 1.37
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.35-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 731123b..bf6235a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79d8b109ea4b01a1d773d88bdb9494bb  Workflow-1.35.tar.gz
+ece72e87d2196e772bccbbb25c7dfbb1  Workflow-1.37.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

[perl-Test-NoTabs] Revert unbundling of Module::Install*

2013-07-07 Thread Paul Howarth
commit 5bd5a2e227fd6abd6155591ddffdd84a1aaafc27
Author: Paul Howarth p...@city-fan.org
Date:   Sun Jul 7 12:09:40 2013 +0100

Revert unbundling of Module::Install*

It causes numerous bootstrap build dependency cycles

 perl-Test-NoTabs.spec |   11 ++-
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-NoTabs.spec b/perl-Test-NoTabs.spec
index a2ab7cb..9b23e7d 100644
--- a/perl-Test-NoTabs.spec
+++ b/perl-Test-NoTabs.spec
@@ -1,6 +1,6 @@
 Name:  perl-Test-NoTabs
 Version:   1.3
-Release:   5%{?dist}
+Release:   6%{?dist}
 Summary:   Check the presence of tabs in your project
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -9,9 +9,9 @@ Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Test-NoTabs-%{vers
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 BuildRequires: perl(Cwd)
+BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(File::Temp)
-BuildRequires: perl(inc::Module::Install)
 BuildRequires: perl(Test::Builder)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
@@ -24,9 +24,6 @@ modules, etc.) for the presence of tabs.
 
 %prep
 %setup -q -n Test-NoTabs-%{version}
-rm -r inc
-sed -i -e '/^inc\// d' MANIFEST
-find -type f -exec chmod -x {} +
 
 %build
 perl Makefile.PL --skip INSTALLDIRS=vendor
@@ -50,6 +47,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::NoTabs.3pm*
 
 %changelog
+* Sun Jul  7 2013 Paul Howarth p...@city-fan.org - 1.3-6
+- Revert unbundling of Module::Install*, which causes numerous bootstrap build
+  dependency cycles
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
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

[perl-Test-NoTabs] Created tag perl-Test-NoTabs-1.3-6.fc20

2013-07-07 Thread Paul Howarth
The lightweight tag 'perl-Test-NoTabs-1.3-6.fc20' was created pointing to:

 5bd5a2e... Revert unbundling of Module::Install*
--
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

Broken dependencies: perl-Bio-ASN1-EntrezGene

2013-07-07 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-Bio-SamTools

2013-07-07 Thread buildsys


perl-Bio-SamTools has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-PDL

2013-07-07 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires libgd.so.2
Please resolve this as soon as possible.


--
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 Starlet-0.19.tar.gz uploaded to lookaside cache by corsepiu

2013-07-07 Thread corsepiu
A file has been added to the lookaside cache for perl-Starlet:

da667763a41736d2e89a08a1b2e7ff7e  Starlet-0.19.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

[perl-Starlet] Upstream update.

2013-07-07 Thread corsepiu
commit c1a627b5d0239becbe1534d4e9c12b2f9df7e65b
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Mon Jul 8 07:40:16 2013 +0200

Upstream update.

- BR: perl(LWP::UserAgent).

 .gitignore|2 +-
 perl-Starlet.spec |7 ++-
 sources   |2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3cddfa..dd3b120 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Starlet-0.18.tar.gz
+/Starlet-0.19.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index f791e15..bc11203 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,5 +1,5 @@
 Name:   perl-Starlet
-Version:0.18
+Version:0.19
 Release:1%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
@@ -15,6 +15,7 @@ BuildRequires:  perl(Plack) = 0.992
 BuildRequires:  perl(Server::Starter) = 0.06
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::TCP) = 0.15
+BuildRequires:  perl(LWP::UserAgent) = 5.8
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -47,6 +48,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 08 2013 Ralf Corsépius corse...@fedoraproject.org - 0.19-1
+- Upstream update.
+- BR: perl(LWP::UserAgent).
+
 * Thu Mar 21 2013 Ralf Corsépius corse...@fedoraproject.org - 0.18-1
 - Upstream update.
 
diff --git a/sources b/sources
index 19ce940..6e34cf9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a69b568bf93db2068d3e5847f238e05  Starlet-0.18.tar.gz
+da667763a41736d2e89a08a1b2e7ff7e  Starlet-0.19.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