1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
|
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
>
<channel rdf:about="http://search.cpan.org/dist/POE-Component-Schedule/">
<title>POE-Component-Schedule releases</title>
<link>http://search.cpan.org/dist/POE-Component-Schedule/</link>
<description>Revision history for POE-Component-Schedule</description>
<dc:language>en-us</dc:language>
<dc:date>2010-05-25T22:37:07+02:00</dc:date>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<syn:updatePeriod>weekly</syn:updatePeriod>
<taxo:topics>
<rdf:Bag>
<rdf:li resource="http://dmoz.org/Computers/Programming/Languages/Perl/" />
</rdf:Bag>
</taxo:topics>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.95/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94_03/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94_02/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94_01/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.93_02/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.93_01/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.92/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.91_01/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.03/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.02/" />
<rdf:li rdf:resource="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.01/" />
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.95/">
<title>POE-Component-Schedule 0.95</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.95/</link>
<description><ul>
<li>No changes since 0.94_03.</li>
<li>Only change since 0.94 is fix for <a href="https://rt.cpan.org/Public/Bug/Display.html?id=56447" title="Bug RT#56447">RT#56447</a> (allow POE aliases as target session ID for events).</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2010-05-25T22:36+02:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94_03/">
<title>POE-Component-Schedule 0.94_03</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94_03/</link>
<description><ul>
<li>No functional change since 0.94_01.</li>
<li>Fixed constant functions: added "()" prototype to make them inlinable by perl. Should have been like that since 0.91_01. That should improve performance.</li>
<li>Added .perlcriticrc to disable Perl::Critic policies that do not match our style (filled <a href="https://rt.cpan.org/Public/Bug/Display.html?id=57638" title="Bug RT#57638">RT#57638</a>, <a href="https://rt.cpan.org/Public/Bug/Display.html?id=57639" title="Bug RT#57639">RT#57639</a>, <a href="https://rt.cpan.org/Public/Bug/Display.html?id=57640" title="Bug RT#57640">RT#57640</a>, <a href="https://rt.cpan.org/Public/Bug/Display.html?id=57807" title="Bug RT#57807">RT#57807</a> for issues with default policies).</li>
<li>Made some suggestions from Perl::Critic. Reduced number of lines, so improved test coverage ratio.</li>
<li>Test coverage: 94.5%.</li>
<li>Author build system: fixed the 'Build tag'.</li>
<li>Author build system: improved steps to publish 'Changes.rss' in the Google Code wiki area.</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2010-05-25T00:14+02:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94_02/">
<title>POE-Component-Schedule 0.94_02</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94_02/</link>
<description><ul>
<li>Author build system: Changes.{rss,yml} generation is now automated by extending Module::Build (see 'inc/MY/Build.pm' and 'inc/MY/Build/Changes.pm').</li>
<li>Added 't/90-critic.t' to 'MANIFEST.SKIP' as it is the main cause of CPAN Testers failures.</li>
<li>Author build system: Drop 'Makefile.PL' generation by Module::Build.</li>
<li>Author build system: Transformed 'make-svn-tag.pl' into a Build target ('tag').</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2010-05-18T01:02+02:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94_01/">
<title>POE-Component-Schedule 0.94_01</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94_01/</link>
<description><ul>
<li><a href="https://rt.cpan.org/Public/Bug/Display.html?id=56447" title="Bug RT#56447">RT#56447</a> fixed, but I expect to unapply the fix once <a href="https://rt.cpan.org/Public/Bug/Display.html?id=57314" title="Bug RT#57314">RT#57314</a> (allow aliases in $poe_kernel->refcount_{in,de}crement) is implemented. Test cases added.</li>
<li>Bug references are now linked in 'Changes.rss'.</li>
<li>Test coverage: 91.6%.</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2010-05-09T19:44+02:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94/">
<title>POE-Component-Schedule 0.94</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.94/</link>
<description><ul>
<li>Only minor POD changes in Schedule.pm since 0.93_02.</li>
<li>Increased dependencies versions.</li>
<li>Small tweak to the 'Changes' file format to make it more parseable and be able to generate 'Changes.yml' and 'Changes.rss'.</li>
<li>Added 'Changes.rss' and 'Changes.yml', generated from 'Changes' using either 'make-Changes-rss.pl' or 'make-Changes-rss-2.pl' (see SVN repo).</li>
<li>Test coverage: 92.1%.</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2010-03-13T16:37+01:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.93_02/">
<title>POE-Component-Schedule 0.93_02</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.93_02/</link>
<description><ul>
<li>More test coverage, but still only 92.1%. Help still welcome for <a href="https://rt.cpan.org/Public/Bug/Display.html?id=53925" title="Bug RT#53925">RT#53925</a>.</li>
<li>Improved argument check for ->add() (and now, with tests too).</li>
<li>POE >= 1.281 is recommended as it fixes the _child(lose) issue.</li>
<li>Updated POD: removed obsolete warnings, updated copyright.</li>
<li>Updated README: should be more helpful for distribution packagers.</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2010-02-13T16:30+01:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.93_01/">
<title>POE-Component-Schedule 0.93_01</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.93_01/</link>
<description><ul>
<li>Applied fix for <a href="https://rt.cpan.org/Public/Bug/Display.html?id=53925" title="Bug RT#53925">RT#53925</a> (Patch by Zeph Gillen).</li>
<li>Added t/50-subclass.t to try to catch subclassing problems which may affect POE::Component::Cron. Unfortunately it does not catch <a href="https://rt.cpan.org/Public/Bug/Display.html?id=53925" title="Bug RT#53925">RT#53925</a>. Help needed.</li>
<li>Added strictures in tests.</li>
<li>Updated 'MANIFEST.SKIP' to match new Module::Build: ignore MYMETA.yml.</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2010-02-13T01:55+01:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.92/">
<title>POE-Component-Schedule 0.92</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.92/</link>
<description><ul>
<li>Official Release. Have to review doc before 1.00.</li>
<li>Fixed my local YAML.pm to have correct encoding of 'META.yml'.</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2009-11-20T19:17+01:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.91_01/">
<title>POE-Component-Schedule 0.91_01</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.91_01/</link>
<description><ul>
<li>Major internal rewrite. No external changes. I love TDD!</li>
<li>Now the scheduling session is detached from the session from which the session was spawned. This should help to avoid session attachment/references problems as the scheduler is not anymore attached to a particular session. Note that due to a POE bug, _child(lose) is still fired.</li>
<li>Fixed typos in example code. kthakore++</li>
<li>TODO: add a test that extracts test code from the SYNOPSIS POD section and runs it. Maybe using Test::Pod::Snippets.</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2009-11-19T20:55+01:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.03/">
<title>POE-Component-Schedule 0.03</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.03/</link>
<description><ul>
<li>Major improvement of POD. Fixed sample code.</li>
<li>Improved test suite to check session reference counting.</li>
<li>Added DESTROY handler for schedule handles to automatically delete handles which are not anymore referenced.</li>
<li>Deprecated ->delete().</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2009-06-16T19:10+02:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.02/">
<title>POE-Component-Schedule 0.02</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.02/</link>
<description><ul>
<li>Changed the default session alias to $class.</li>
<li>Fixed warning in Schedule.pm about new() not being used.</li>
<li>Improved test suite to increase code coverage (added 11-two.t).</li>
<li>Improved documentation for spawn().</li>
<li>Thanks to Rob Fugina for discussion.</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2009-06-15T23:09+02:00</dc:date>
</item>
<item rdf:about="http://search.cpan.org/~dolmen/POE-Component-Schedule-0.01/">
<title>POE-Component-Schedule 0.01</title>
<link>http://search.cpan.org/~dolmen/POE-Component-Schedule-0.01/</link>
<description><ul>
<li>First release to the world, with Chris Fedde's blessing.</li>
<li>This a fork of POE::Component::Cron 0.019. See <a href="https://rt.cpan.org/Public/Bug/Display.html?id=44442" title="Bug RT#44442">RT#44442</a>.</li>
</ul></description>
<dc:creator>Olivier Mengué <dolmen@cpan.org></dc:creator>
<dc:date>2009-06-05T19:56+02:00</dc:date>
</item>
</rdf:RDF>
|