<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FreeBSD hates Capture::Tiny</title>
	<atom:link href="http://www.dagolden.com/index.php/656/freebsd-hates-capturetiny/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagolden.com/index.php/656/freebsd-hates-capturetiny/</link>
	<description>Whatever comes to mind</description>
	<lastBuildDate>Thu, 09 Sep 2010 12:01:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Gunnar Wolf</title>
		<link>http://www.dagolden.com/index.php/656/freebsd-hates-capturetiny/comment-page-1/#comment-3211</link>
		<dc:creator>Gunnar Wolf</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagolden.com/?p=656#comment-3211</guid>
		<description>Testing with Debian GNU/kFreeBSD (using FreeBSD kernel 8.0, GNU userland) passes: 
&lt;code&gt;$ ./Build test
Copying lib/Capture/Tiny.pm -&gt; blib/lib/Capture/Tiny.pm
Copying lib/Capture/Tiny.pod -&gt; blib/lib/Capture/Tiny.pod
t/01-Capture-Tiny.t ........ ok     
t/02-capture.t ............. ok    
t/03-tee.t ................. ok     
t/06-stdout-closed.t ....... ok     
t/07-stderr-closed.t ....... ok     
t/08-stdin-closed.t ........ ok     
t/09-preserve-exit-code.t .. ok   
t/10-stdout-string.t ....... ok     
t/11-stderr-string.t ....... ok     
t/12-stdin-string.t ........ ok     
t/13-stdout-tied.t ......... ok     
t/14-stderr-tied.t ......... ok     
t/15-stdin-tied.t .......... ok     
All tests successful.

Test Summary Report
-------------------
t/13-stdout-tied.t       (Wstat: 0 Tests: 309 Failed: 0)
  TODO passed:   6-7, 13, 19, 24-25, 31, 37, 40, 49, 60
                73, 78, 91, 100-103, 114-115, 126-127, 136-139
                150-151, 162-163, 170-172, 181, 190, 197-199
                208, 217, 228, 230, 232, 247, 259, 261-262
                273, 275, 277, 292, 304, 306-307
t/14-stderr-tied.t       (Wstat: 0 Tests: 309 Failed: 0)
  TODO passed:   6, 12, 18-19, 24, 30, 36-37, 40, 43, 46
                49, 52, 55, 60-61, 66-67, 72-73, 78-79
                84-85, 90-91, 100-101, 112-113, 124-127
                136-137, 148-149, 160-163, 170-171, 179-180
                188-190, 197-198, 206-207, 215-217, 228-232
                243-247, 258-262, 273-277, 288-292, 303-307
Files=13, Tests=3098, 109 wallclock secs ( 1.30 usr  0.13 sys + 45.42 cusr 57.03 csys = 103.88 CPU)
Result: PASS&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Testing with Debian GNU/kFreeBSD (using FreeBSD kernel 8.0, GNU userland) passes:<br />
<code>$ ./Build test<br />
Copying lib/Capture/Tiny.pm -&gt; blib/lib/Capture/Tiny.pm<br />
Copying lib/Capture/Tiny.pod -&gt; blib/lib/Capture/Tiny.pod<br />
t/01-Capture-Tiny.t ........ ok<br />
t/02-capture.t ............. ok<br />
t/03-tee.t ................. ok<br />
t/06-stdout-closed.t ....... ok<br />
t/07-stderr-closed.t ....... ok<br />
t/08-stdin-closed.t ........ ok<br />
t/09-preserve-exit-code.t .. ok<br />
t/10-stdout-string.t ....... ok<br />
t/11-stderr-string.t ....... ok<br />
t/12-stdin-string.t ........ ok<br />
t/13-stdout-tied.t ......... ok<br />
t/14-stderr-tied.t ......... ok<br />
t/15-stdin-tied.t .......... ok<br />
All tests successful.</p>
<p>Test Summary Report<br />
-------------------<br />
t/13-stdout-tied.t       (Wstat: 0 Tests: 309 Failed: 0)<br />
  TODO passed:   6-7, 13, 19, 24-25, 31, 37, 40, 49, 60<br />
                73, 78, 91, 100-103, 114-115, 126-127, 136-139<br />
                150-151, 162-163, 170-172, 181, 190, 197-199<br />
                208, 217, 228, 230, 232, 247, 259, 261-262<br />
                273, 275, 277, 292, 304, 306-307<br />
t/14-stderr-tied.t       (Wstat: 0 Tests: 309 Failed: 0)<br />
  TODO passed:   6, 12, 18-19, 24, 30, 36-37, 40, 43, 46<br />
                49, 52, 55, 60-61, 66-67, 72-73, 78-79<br />
                84-85, 90-91, 100-101, 112-113, 124-127<br />
                136-137, 148-149, 160-163, 170-171, 179-180<br />
                188-190, 197-198, 206-207, 215-217, 228-232<br />
                243-247, 258-262, 273-277, 288-292, 303-307<br />
Files=13, Tests=3098, 109 wallclock secs ( 1.30 usr  0.13 sys + 45.42 cusr 57.03 csys = 103.88 CPU)<br />
Result: PASS</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Kapranoff</title>
		<link>http://www.dagolden.com/index.php/656/freebsd-hates-capturetiny/comment-page-1/#comment-3205</link>
		<dc:creator>Alex Kapranoff</dc:creator>
		<pubDate>Sat, 30 Jan 2010 18:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagolden.com/?p=656#comment-3205</guid>
		<description>I just tried it on my FreeBSD 7.2 box. There are some unexpected TODO tests passed (actually, quite a lot of them), but bo failures.</description>
		<content:encoded><![CDATA[<p>I just tried it on my FreeBSD 7.2 box. There are some unexpected TODO tests passed (actually, quite a lot of them), but bo failures.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
