<rss version="2.0"><channel><title>city-fan.org repository for Fedora 13 (i386)</title><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/latest-feed.xml</link><description>Latest packages for city-fan.org repository for Fedora 13 (i386)</description><lastBuildDate>Fri, 10 Feb 2012 19:31:14 +0000</lastBuildDate><generator>Repoview-0.6.6-1.fc16</generator><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-AnyEvent.html+0:6.14-3.fc13.i686</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-AnyEvent.html</link><pubDate>Fri, 10 Feb 2012 19:16:35 +0000</pubDate><title>Update: perl-AnyEvent-6.14-3.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-AnyEvent&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Framework for multiple event loops
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		AnyEvent provides an identical interface to multiple event loops. This allows
module authors to utilize an event loop without forcing module users to use the
same event loop (as multiple event loops cannot coexist peacefully at any one
time).
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-AnyEvent-6.14-3.fc13.i686.rpm"&gt;perl-AnyEvent-6.14-3.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;416 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-10)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Don't BR: perl(EV) if we're bootstrapping&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-DBI.html+0:1.617-2.fc13.i686</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-DBI.html</link><pubDate>Fri, 10 Feb 2012 16:55:04 +0000</pubDate><title>Update: perl-DBI-1.617-2.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-DBI&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; A database access API for perl
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		DBI is a database access Application Programming Interface (API) for
the Perl Language. The DBI API Specification defines a set of
functions, variables and conventions that provide a consistent
database interface independent of the actual database being used.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-DBI-1.617-2.fc13.i686.rpm"&gt;perl-DBI-1.617-2.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;796 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-10)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- don't BR: perl(SQL::Statement) if we're bootstrapping&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Eval-Closure.html+0:0.08-1.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Eval-Closure.html</link><pubDate>Fri, 10 Feb 2012 12:07:21 +0000</pubDate><title>Update: perl-Eval-Closure-0.08-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Eval-Closure&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Safely and cleanly create closures via string eval
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		String eval is often used for dynamic code generation. For instance, Moose uses
it heavily, to generate inlined versions of accessors and constructors, which
speeds code up at runtime by a significant amount.  String eval is not without
its issues however - it's difficult to control the scope it's used in (which
determines which variables are in scope inside the eval), and it can be quite
slow, especially if doing a large number of evals.
This module attempts to solve both of those problems. It provides an
eval_closure function, which evals a string in a clean environment, other than
a fixed list of specified variables. It also caches the result of the eval, so
that doing repeated evals of the same source, even with a different
environment, will be much faster (but note that the description is part of the
string to be evaled, so it must also be the same (or non-existent) if caching
is to work properly).
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Eval-Closure-0.08-1.fc13.noarch.rpm"&gt;perl-Eval-Closure-0.08-1.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;20 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-10)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- update to 0.08:
  - remove a double layer of string eval that was introduced in 0.07 as an
    intermediate step in figuring out the unique package thing - it's not
    necessary with the final implementation, and just makes things slower and
    hides errors&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Module-Implementation.html+0:0.05-1.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Module-Implementation.html</link><pubDate>Fri, 10 Feb 2012 11:06:11 +0000</pubDate><title>Update: perl-Module-Implementation-0.05-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Module-Implementation&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Loads one of several alternate underlying implementations for a module
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		This module abstracts out the process of choosing one of several underlying
implementations for a module. This can be used to provide XS and pure Perl
implementations of a module, or it could be used to load an implementation
for a given OS or any other case of needing to provide multiple
implementations.
This module is only useful when you know all the implementations ahead of
time. If you want to load arbitrary implementations then you probably want
something like a plugin system, not this module.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Module-Implementation-0.05-1.fc13.noarch.rpm"&gt;perl-Module-Implementation-0.05-1.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;14 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-10)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 0.05
  - Make Test::Taint an optional dependency; it requires XS, and requiring a
    compiler for Module::Implementation defeats its purpose (CPAN RT#74817)
- BR: perl(Test::Requires) for distributions that have it, and add a patch to
  support building without it elsewhere
- Update patches for building with old ExtUtils::MakeMaker and Test::More
  versions&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Test-Fatal.html+0:0.009-1.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Test-Fatal.html</link><pubDate>Fri, 10 Feb 2012 10:21:27 +0000</pubDate><title>Update: perl-Test-Fatal-0.009-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Test-Fatal&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Incredibly simple helpers for testing code with exceptions
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		Test::Fatal is an alternative to the popular Test::Exception. It does much
less, but should allow greater flexibility in testing exception-throwing code
with about the same amount of typing.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Test-Fatal-0.009-1.fc13.noarch.rpm"&gt;perl-Test-Fatal-0.009-1.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;17 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-10)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 0.009
  - Advise against using isnt(exception{...},undef)&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-B-Keywords.html+0:1.12-1.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-B-Keywords.html</link><pubDate>Fri, 10 Feb 2012 09:58:34 +0000</pubDate><title>Update: perl-B-Keywords-1.12-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-B-Keywords&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Lists of reserved barewords and symbol names
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		Lists of reserved barewords and symbol names.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-B-Keywords-1.12-1.fc13.noarch.rpm"&gt;perl-B-Keywords-1.12-1.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;12 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-10)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 1.12
  - Add new keyword fc (Unicode casefolding) for 5.16
  - Added diag before each big t/11keywords.t loop
- This release by RURBAN -&gt; update source URL&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Module-Metadata.html+0:1.000009-1.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Module-Metadata.html</link><pubDate>Thu, 09 Feb 2012 14:26:16 +0000</pubDate><title>Update: perl-Module-Metadata-1.000009-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Module-Metadata&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Gather package and POD information from perl module files
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		This module provides a standard way to gather metadata about a .pm file
without executing unsafe code.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Module-Metadata-1.000009-1.fc13.noarch.rpm"&gt;perl-Module-Metadata-1.000009-1.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;18 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 1.000009
  - API of 'provides' changed to require a 'version' argument to future
    proof the function against CPAN Meta Spec changes
  - Fatal errors now use 'croak' instead of 'die'; Carp added as
    prerequisite
- Improve %description
- Include all buildreqs explicitly required and classify them by Build,
  Module, Regular test suite, and Release tests
- Only include explicit runtime dependency of perl(version) where it's needed&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Class-Load-XS.html+0:0.04-1.fc13.i686</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Class-Load-XS.html</link><pubDate>Thu, 09 Feb 2012 13:31:18 +0000</pubDate><title>Update: perl-Class-Load-XS-0.04-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Class-Load-XS&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; XS implementation of parts of Class::Load
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		This module provides an XS implementation for portions of Class::Load.
See Class::Load for API details.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Class-Load-XS-0.04-1.fc13.i686.rpm"&gt;perl-Class-Load-XS-0.04-1.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;14 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 0.04:
  - Some small test changes for the latest Module::Implementation and
    Class::Load
- Bump Class::Load version requirement to 0.15
- BR: perl(Module::Implementation) ≥ 0.04, perl(Test::Requires) and
  perl(Test::Without::Module) for test suite
- Add patch to work around absence of Test::Requires if necessary
- Update patch for building with Test::More &amp;lt; 0.88&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Class-Load.html+0:0.15-1.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Class-Load.html</link><pubDate>Thu, 09 Feb 2012 11:46:05 +0000</pubDate><title>Update: perl-Class-Load-0.15-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Class-Load&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; A working (require "Class::Name") and more
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		require EXPR only accepts Class/Name.pm style module names, not Class::Name.
How frustrating! For that, we provide load_class 'Class::Name'.
It's often useful to test whether a module can be loaded, instead of throwing
an error when it's not available. For that, we provide
try_load_class 'Class::Name'.
Finally, sometimes we need to know whether a particular class has been loaded.
Asking %INC is an option, but that will miss inner packages and any class for
which the filename does not correspond to the package name. For that, we
provide is_class_loaded 'Class::Name'.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Class-Load-0.15-1.fc13.noarch.rpm"&gt;perl-Class-Load-0.15-1.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;23 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 0.15:
  - Small test changes to accomodate latest version of Module::Implementation
- BR: at least version 0.04 of perl(Module::Implementation)
- Update patch for old Test::More versions&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Params-Validate.html+0:1.05-1.fc13.i686</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Params-Validate.html</link><pubDate>Thu, 09 Feb 2012 11:12:07 +0000</pubDate><title>Update: perl-Params-Validate-1.05-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Params-Validate&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Validate method/function parameters
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		The Params::Validate module allows you to validate method or function
call parameters to an arbitrary level of specificity. At the simplest
level, it is capable of validating the required parameters were given
and that no unspecified additional parameters were passed in. It is
also capable of determining that a parameter is of a specific type,
that it is an object of a certain class hierarchy, that it possesses
certain methods, or applying validation callbacks to arguments.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Params-Validate-1.05-1.fc13.i686.rpm"&gt;perl-Params-Validate-1.05-1.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;68 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 1.05
  - Use the latest Module::XSOrPP dzil plugin to generate a saner Build.PL
  - The XS code had a code path where it could pass the contents of a Perl
    variable as the first argument to the XS croak() subroutine; this subroutine
    is like printf(), and should receive a format string as its first
    argument, which can lead to segfaults on some systems (CPAN RT#74777)
- Update patch for building with old Test::More versions&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/dovecot.html+1:2.1-0.6.0.rc5.cf.fc13.i686</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/dovecot.html</link><pubDate>Thu, 09 Feb 2012 10:24:19 +0000</pubDate><title>Update: dovecot-2.1-0.6.0.rc5.cf.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; dovecot&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Dovecot IMAP server
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		Dovecot is an IMAP server for Linux/UNIX-like systems, written with security
primarily in mind. It also contains a small POP3 server. It supports mail
in either maildir or mbox formats.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/dovecot-2.1-0.6.0.rc5.cf.fc13.i686.rpm"&gt;dovecot-2.1-0.6.0.rc5.cf.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;2.4 MiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- dovecot updated to 2.1.rc5:
  - temporary authentication failures sent to IMAP/POP3 clients now include
    the server's hostname and timestamp, making it easier to find the error
    message from logs
  - auth: implemented support for Postfix's "TCP map" sockets for user
    existence lookups
  - director: with &gt;2 directors, ring syncing might have stalled during
    director connect/disconnect, causing logins to fail
  - LMTP client/proxy: fixed potential hanging when sending (big) mails
  - compressed mails with external attachments (dbox + SIS + zlib) failed
    sometimes with bogus "cached message size wrong" errors
- pigeonhole updated to latest snapshot
- use private /tmp from Fedora 17&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;&lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/dovecot-2.0.17-1.0.cf.fc13.i686.rpm"&gt;dovecot-2.0.17-1.0.cf.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;2.0 MiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-01-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- dovecot updated to 2.0.17
  - proxying now supports sending SSL client certificate to server with
    ssl_client_cert/key settings
  - doveadm dump: Added support for dumping dbox headers/metadata
  - fixed memory leaks in login processes with SSL connections
  - vpopmail support was broken in v2.0.16
- allow imap+TLS and pop3+TLS by default&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/dovecot-devel.html+1:2.1-0.6.0.rc5.cf.fc13.i686</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/dovecot-devel.html</link><pubDate>Thu, 09 Feb 2012 10:24:19 +0000</pubDate><title>Update: dovecot-devel-2.1-0.6.0.rc5.cf.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; dovecot-devel&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Headers and config script needed for building plug-ins
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		This package provides header files and configuration scripts required for
building plug-ins for the dovecot IMAP/POP3 server.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/dovecot-devel-2.1-0.6.0.rc5.cf.fc13.i686.rpm"&gt;dovecot-devel-2.1-0.6.0.rc5.cf.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;300 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- dovecot updated to 2.1.rc5:
  - temporary authentication failures sent to IMAP/POP3 clients now include
    the server's hostname and timestamp, making it easier to find the error
    message from logs
  - auth: implemented support for Postfix's "TCP map" sockets for user
    existence lookups
  - director: with &gt;2 directors, ring syncing might have stalled during
    director connect/disconnect, causing logins to fail
  - LMTP client/proxy: fixed potential hanging when sending (big) mails
  - compressed mails with external attachments (dbox + SIS + zlib) failed
    sometimes with bogus "cached message size wrong" errors
- pigeonhole updated to latest snapshot
- use private /tmp from Fedora 17&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;&lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/dovecot-devel-2.0.17-1.0.cf.fc13.i686.rpm"&gt;dovecot-devel-2.0.17-1.0.cf.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;288 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-01-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- dovecot updated to 2.0.17
  - proxying now supports sending SSL client certificate to server with
    ssl_client_cert/key settings
  - doveadm dump: Added support for dumping dbox headers/metadata
  - fixed memory leaks in login processes with SSL connections
  - vpopmail support was broken in v2.0.16
- allow imap+TLS and pop3+TLS by default&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/dovecot-mysql.html+1:2.1-0.6.0.rc5.cf.fc13.i686</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/dovecot-mysql.html</link><pubDate>Thu, 09 Feb 2012 10:24:19 +0000</pubDate><title>Update: dovecot-mysql-2.1-0.6.0.rc5.cf.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; dovecot-mysql&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; MySQL back end for dovecot
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		This package provides the MySQL back end for dovecot-auth etc.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/dovecot-mysql-2.1-0.6.0.rc5.cf.fc13.i686.rpm"&gt;dovecot-mysql-2.1-0.6.0.rc5.cf.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;62 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- dovecot updated to 2.1.rc5:
  - temporary authentication failures sent to IMAP/POP3 clients now include
    the server's hostname and timestamp, making it easier to find the error
    message from logs
  - auth: implemented support for Postfix's "TCP map" sockets for user
    existence lookups
  - director: with &gt;2 directors, ring syncing might have stalled during
    director connect/disconnect, causing logins to fail
  - LMTP client/proxy: fixed potential hanging when sending (big) mails
  - compressed mails with external attachments (dbox + SIS + zlib) failed
    sometimes with bogus "cached message size wrong" errors
- pigeonhole updated to latest snapshot
- use private /tmp from Fedora 17&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;&lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/dovecot-mysql-2.0.17-1.0.cf.fc13.i686.rpm"&gt;dovecot-mysql-2.0.17-1.0.cf.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;62 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-01-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- dovecot updated to 2.0.17
  - proxying now supports sending SSL client certificate to server with
    ssl_client_cert/key settings
  - doveadm dump: Added support for dumping dbox headers/metadata
  - fixed memory leaks in login processes with SSL connections
  - vpopmail support was broken in v2.0.16
- allow imap+TLS and pop3+TLS by default&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/dovecot-pgsql.html+1:2.1-0.6.0.rc5.cf.fc13.i686</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/dovecot-pgsql.html</link><pubDate>Thu, 09 Feb 2012 10:24:19 +0000</pubDate><title>Update: dovecot-pgsql-2.1-0.6.0.rc5.cf.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; dovecot-pgsql&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Postgres SQL back end for dovecot
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		This package provides the Postgres SQL back end for dovecot-auth etc.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/dovecot-pgsql-2.1-0.6.0.rc5.cf.fc13.i686.rpm"&gt;dovecot-pgsql-2.1-0.6.0.rc5.cf.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;64 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- dovecot updated to 2.1.rc5:
  - temporary authentication failures sent to IMAP/POP3 clients now include
    the server's hostname and timestamp, making it easier to find the error
    message from logs
  - auth: implemented support for Postfix's "TCP map" sockets for user
    existence lookups
  - director: with &gt;2 directors, ring syncing might have stalled during
    director connect/disconnect, causing logins to fail
  - LMTP client/proxy: fixed potential hanging when sending (big) mails
  - compressed mails with external attachments (dbox + SIS + zlib) failed
    sometimes with bogus "cached message size wrong" errors
- pigeonhole updated to latest snapshot
- use private /tmp from Fedora 17&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;&lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/dovecot-pgsql-2.0.17-1.0.cf.fc13.i686.rpm"&gt;dovecot-pgsql-2.0.17-1.0.cf.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;65 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-01-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- dovecot updated to 2.0.17
  - proxying now supports sending SSL client certificate to server with
    ssl_client_cert/key settings
  - doveadm dump: Added support for dumping dbox headers/metadata
  - fixed memory leaks in login processes with SSL connections
  - vpopmail support was broken in v2.0.16
- allow imap+TLS and pop3+TLS by default&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/dovecot-pigeonhole.html+1:2.1-0.6.0.rc5.cf.fc13.i686</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/dovecot-pigeonhole.html</link><pubDate>Thu, 09 Feb 2012 10:24:19 +0000</pubDate><title>Update: dovecot-pigeonhole-2.1-0.6.0.rc5.cf.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; dovecot-pigeonhole&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Sieve and Managesieve plug-in for dovecot
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		This package provides the sieve and managesieve plug-ins (version 0.3.0)
for dovecot LDA.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/dovecot-pigeonhole-2.1-0.6.0.rc5.cf.fc13.i686.rpm"&gt;dovecot-pigeonhole-2.1-0.6.0.rc5.cf.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;137 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- dovecot updated to 2.1.rc5:
  - temporary authentication failures sent to IMAP/POP3 clients now include
    the server's hostname and timestamp, making it easier to find the error
    message from logs
  - auth: implemented support for Postfix's "TCP map" sockets for user
    existence lookups
  - director: with &gt;2 directors, ring syncing might have stalled during
    director connect/disconnect, causing logins to fail
  - LMTP client/proxy: fixed potential hanging when sending (big) mails
  - compressed mails with external attachments (dbox + SIS + zlib) failed
    sometimes with bogus "cached message size wrong" errors
- pigeonhole updated to latest snapshot
- use private /tmp from Fedora 17&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;&lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/dovecot-pigeonhole-2.0.17-1.0.cf.fc13.i686.rpm"&gt;dovecot-pigeonhole-2.0.17-1.0.cf.fc13.i686&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;125 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-01-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- dovecot updated to 2.0.17
  - proxying now supports sending SSL client certificate to server with
    ssl_client_cert/key settings
  - doveadm dump: Added support for dumping dbox headers/metadata
  - fixed memory leaks in login processes with SSL connections
  - vpopmail support was broken in v2.0.16
- allow imap+TLS and pop3+TLS by default&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-YAML.html+0:0.79-1.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-YAML.html</link><pubDate>Thu, 09 Feb 2012 09:56:31 +0000</pubDate><title>Update: perl-YAML-0.79-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-YAML&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; YAML Ain't Markup Language (tm)
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0
specification (http://www.yaml.org/spec/). YAML is a generic data serialization
language that is optimized for human readability. It can be used to express the
data structures of most modern programming languages, including Perl.  For
information on the YAML syntax, please refer to the YAML specification.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-YAML-0.79-1.fc13.noarch.rpm"&gt;perl-YAML-0.79-1.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;74 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-09)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 0.79
  - Mo::xxx was causing problems on newer perls and has been removed for now
- Drop UTF8 patch, no longer needed&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Parse-CPAN-Meta.html+1:1.4402-1.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Parse-CPAN-Meta.html</link><pubDate>Wed, 08 Feb 2012 11:44:16 +0000</pubDate><title>Update: perl-Parse-CPAN-Meta-1.4402-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Parse-CPAN-Meta&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Parse META.yml and META.json CPAN metadata files
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		Parse::CPAN::Meta is a parser for META.json and META.yml files, using JSON::PP
and/or CPAN::Meta::YAML. It provides three methods: load_file,
load_json_string, and load_yaml_string. These will read and de-serialize CPAN
metafiles.
Parse::CPAN::Meta provides a legacy API of only two functions, based on the
YAML functions of the same name. Wherever possible, identical calling semantics
are used. These may only be used with YAML sources.
All error reporting is done with exceptions (die'ing).
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Parse-CPAN-Meta-1.4402-1.fc13.noarch.rpm"&gt;perl-Parse-CPAN-Meta-1.4402-1.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;14 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-08)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 1.4402
  - Minor maintenance: standardized newlines to Unix style
- BR: perl(Carp) and perl(strict) for completeness&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-CPAN-Meta-YAML.html+0:0.007-1.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-CPAN-Meta-YAML.html</link><pubDate>Wed, 08 Feb 2012 11:02:23 +0000</pubDate><title>Update: perl-CPAN-Meta-YAML-0.007-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-CPAN-Meta-YAML&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Read and write a subset of YAML for CPAN Meta files
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		This module implements a subset of the YAML specification for use in reading
and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be
used for any other general YAML parsing or generation task.
This module is currently derived from YAML::Tiny by Adam Kennedy. If there are
bugs in how it parses a particular META.yml file, please file a bug report in
the YAML::Tiny bugtracker:
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=YAML-Tiny
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-CPAN-Meta-YAML-0.007-1.fc13.noarch.rpm"&gt;perl-CPAN-Meta-YAML-0.007-1.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;20 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-08)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 0.007:
  - Documentation fix to replace missing abstract&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/moin.html+0:1.9.4-1.0.cf.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/moin.html</link><pubDate>Wed, 08 Feb 2012 10:56:11 +0000</pubDate><title>Update: moin-1.9.4-1.0.cf.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; moin&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; MoinMoin is a WikiEngine to collaborate on easily editable web pages
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		MoinMoin is an advanced, easy to use and extensible WikiEngine with a large
community of users. Said in a few words, it is about collaboration on easily
editable web pages.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/moin-1.9.4-1.0.cf.fc13.noarch.rpm"&gt;moin-1.9.4-1.0.cf.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;17.2 MiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-08)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 1.9.4 (see CHANGES for details)
- Drop upstreamed patch for CVE-2011-1058
- Bump python requirement to 2.5&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-PPIx-Regexp.html+0:0.025-2.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-PPIx-Regexp.html</link><pubDate>Wed, 08 Feb 2012 10:15:31 +0000</pubDate><title>Update: perl-PPIx-Regexp-0.025-2.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-PPIx-Regexp&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Represent a regular expression of some sort
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		The purpose of the PPIx-Regexp package is to parse regular expressions in a
manner similar to the way the PPI package parses Perl. This class forms the
root of the parse tree, playing a role similar to PPI::Document.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-PPIx-Regexp-0.025-2.fc13.noarch.rpm"&gt;perl-PPIx-Regexp-0.025-2.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;247 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-08)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Don't BR: perl(Test::Perl::Critic) if we're bootstrapping&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Pod-Coverage.html+0:0.22-1.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Pod-Coverage.html</link><pubDate>Wed, 08 Feb 2012 09:47:50 +0000</pubDate><title>Update: perl-Pod-Coverage-0.22-1.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Pod-Coverage&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Checks if the documentation of a module is comprehensive
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		Developers hate writing documentation. They'd hate it even more if their
computer tattled on them, but maybe they'll be even more thankful in the
long run. Even if not, perlmodstyle tells you to, so you must obey.
This module provides a mechanism for determining if the pod for a given
module is comprehensive.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Pod-Coverage-0.22-1.fc13.noarch.rpm"&gt;perl-Pod-Coverage-0.22-1.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;26 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-08)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Update to 0.22
  - POD spelling corrections (CPAN RT#22113)
  - Add "unimport" to the stoplist (CPAN RT#33914)
- Switch to ExtUtils::MakeMaker flow
- BR: perl(Pod::Find) ≥ 0.21 and perl(Pod::Parser) ≥ 1.13 for completeness
- BR: at least version 2.01 of perl(Devel::Symdump)
- BR: at least version 1.00 of perl(Test::Pod)&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Archive-Zip.html+0:1.30-6.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Archive-Zip.html</link><pubDate>Wed, 08 Feb 2012 09:39:49 +0000</pubDate><title>Update: perl-Archive-Zip-1.30-6.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Archive-Zip&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Perl library for accessing Zip archives
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		The Archive::Zip module allows a Perl program to create, manipulate,
read, and write Zip archive files.
Zip archives can be created, or you can read from existing zip files.
Once created, they can be written to files, streams, or strings.
Members can be added, removed, extracted, replaced, rearranged, and
enumerated.  They can also be renamed or have their dates, comments,
or other attributes queried or modified.  Their data can be compressed
or uncompressed as needed. Members can be created from members in
existing Zip files, or from existing directories, files, or strings.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Archive-Zip-1.30-6.fc13.noarch.rpm"&gt;perl-Archive-Zip-1.30-6.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;107 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-08)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Don't BR: perl(Test::MinimumVersion) if we're bootstrapping
- Tweak fix for CPAN RT#52696 to require perl 5.005 since Archive::Zip uses
  the $! variable&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Module-CPANTS-Analyse.html+0:0.85-10.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Module-CPANTS-Analyse.html</link><pubDate>Wed, 08 Feb 2012 08:01:11 +0000</pubDate><title>Update: perl-Module-CPANTS-Analyse-0.85-10.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Module-CPANTS-Analyse&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Generate Kwalitee ratings for a distribution
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		CPANTS is an acronym for CPAN Testing Service. The goals of the CPANTS project
are to provide some sort of quality measure (called "Kwalitee") and lots of
metadata for all distributions on CPAN.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Module-CPANTS-Analyse-0.85-10.fc13.noarch.rpm"&gt;perl-Module-CPANTS-Analyse-0.85-10.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;80 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-08)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Don't BR: perl(Test::Perl::Critic) when bootstrapping&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-File-Which.html+0:1.09-6.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-File-Which.html</link><pubDate>Tue, 07 Feb 2012 22:10:48 +0000</pubDate><title>Update: perl-File-Which-1.09-6.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-File-Which&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Portable implementation of the 'which' utility
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		File::Which is a portable implementation (in Perl) of 'which', and can
be used to get the absolute filename of an executable program
installed somewhere in your PATH, or just check for its existence. It
includes the command-line utility 'pwhich' which has the same function
as 'which'.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-File-Which-1.09-6.fc13.noarch.rpm"&gt;perl-File-Which-1.09-6.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;17 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-07)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Don't BR: perl(Test::MinimumVersion) if we're bootstrapping&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-parent.html+1:0.225-6.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-parent.html</link><pubDate>Tue, 07 Feb 2012 19:57:46 +0000</pubDate><title>Update: perl-parent-0.225-6.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-parent&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Establish an ISA relationship with base classes at compile time
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to:
	package Baz;
	BEGIN {
		require Foo;
		require Bar;
		push @ISA, qw(Foo Bar);
	}
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-parent-0.225-6.fc13.noarch.rpm"&gt;perl-parent-0.225-6.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;10 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-07)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Install to vendor directories rather than perl core directories so as to
  avoid conflicts between our debuginfo and the main perl-debuginfo package&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Class-Inspector.html+0:1.27-2.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Class-Inspector.html</link><pubDate>Tue, 07 Feb 2012 18:40:42 +0000</pubDate><title>Update: perl-Class-Inspector-1.27-2.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Class-Inspector&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Get information about a class and its structure
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they aren't
always very friendly, and usually involve a relatively high level of Perl
wizardry, or strange and unusual looking code. Class::Inspector attempts to
provide an easier, more friendly interface to this information.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Class-Inspector-1.27-2.fc13.noarch.rpm"&gt;perl-Class-Inspector-1.27-2.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;29 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-07)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Don't BR: perl(Test::MinimumVersion) if we're bootstrapping&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Test-NoWarnings.html+0:1.04-2.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Test-NoWarnings.html</link><pubDate>Tue, 07 Feb 2012 18:36:06 +0000</pubDate><title>Update: perl-Test-NoWarnings-1.04-2.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Test-NoWarnings&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Make sure you didn't emit any warnings while testing
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		In general, your tests shouldn't produce warnings. This module causes any
warnings to be captured and stored. It automatically adds an extra test
that will run when your script ends to check that there were no warnings.
If there were any warnings, the test will give a "not ok" and diagnostics of
where, when and what the warning was, including a stack trace of what was
going on when it occurred.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Test-NoWarnings-1.04-2.fc13.noarch.rpm"&gt;perl-Test-NoWarnings-1.04-2.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;25 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-07)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Don't BR: perl(Test::MinimumVersion) if we're bootstrapping&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-File-Remove.html+0:1.51-2.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-File-Remove.html</link><pubDate>Tue, 07 Feb 2012 18:01:23 +0000</pubDate><title>Update: perl-File-Remove-1.51-2.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-File-Remove&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Convenience module for removing files and directories
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		Convenience module for removing files and directories.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-File-Remove-1.51-2.fc13.noarch.rpm"&gt;perl-File-Remove-1.51-2.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;24 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-07)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Don't BR: perl(Test::MinimumVersion) when bootstrapping&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Package-Generator.html+0:0.103-9.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Package-Generator.html</link><pubDate>Tue, 07 Feb 2012 16:56:54 +0000</pubDate><title>Update: perl-Package-Generator-0.103-9.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Package-Generator&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Generate new packages quickly and easily
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		This module lets you quickly and easily construct new packages. It gives
them unused names and sets up their package data, if provided.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Package-Generator-0.103-9.fc13.noarch.rpm"&gt;perl-Package-Generator-0.103-9.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;14 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-07)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- Don't BR: perl(Test::Perl::Critic) if we're bootstrapping&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item><item><guid>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Sub-Install.html+0:0.925-10.fc13.noarch</guid><link>http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/repoview/perl-Sub-Install.html</link><pubDate>Tue, 07 Feb 2012 16:37:19 +0000</pubDate><title>Update: perl-Sub-Install-0.925-10.fc13</title><description>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;div&gt;
	&lt;p&gt;
		&lt;strong&gt;Package:&lt;/strong&gt; perl-Sub-Install&lt;br /&gt;
		&lt;strong&gt;Summary:&lt;/strong&gt; Install subroutines into packages easily
	&lt;/p&gt;
	&lt;p&gt;
		&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
		This module makes it easy to install subroutines into packages without the
unsightly mess of no strict or typeglobs lying about where just anyone
can see them.
	&lt;/p&gt;
	&lt;h3&gt;Changes:&lt;/h3&gt;
	&lt;table cellpadding="0" cellspacing="5" border="0"&gt;
        &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;a href="http://www.city-fan.org/ftp/contrib/yum-repo/fc13/i386/perl-Sub-Install-0.925-10.fc13.noarch.rpm"&gt;perl-Sub-Install-0.925-10.fc13.noarch&lt;/a&gt;
              [&lt;span style="white-space: nowrap"&gt;12 KiB&lt;/span&gt;]&lt;/td&gt;
            &lt;td valign="top"&gt;
              &lt;strong&gt;Changelog&lt;/strong&gt;
              by &lt;span&gt;Paul Howarth (2012-02-07)&lt;/span&gt;:
              &lt;pre style="margin: 0pt 0pt 5pt 5pt"&gt;- don't BR: perl(Test::Perl::Critic) if we're bootstrapping&lt;/pre&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
&lt;/div&gt;</description></item></channel></rss>
