Guest via RT wrote:
Show quoted text> This message about Smart-Comments was sent to you by guest <> via rt.cpan.org
>
> Full context and any attached attachments can be found at:
> <URL:
https://rt.cpan.org/Ticket/Display.html?id=14655 >
>
> SmartCommnetrs 1.01
> This is perl, v5.6.1 built for i386-linux
> Linux romeo 2.4.27 #2 SMP Tue Sep 14 22:39:30 MST 2004 i686 unknown
>
> The test suite fails dramatically under perl 5.6.1 (dump follows). It appears that opening a filehandle to "print" to a scalar reference isn't supported in this version of perl; the test suitres rely on this to capture ouput to STDOUT (see, eg, t/assert.t line 6). Consequently, the test suites create lots of files named 'SCALAR(...)', and fail because the strings they are testing are all empty.
>
> The module itself seems to work fine, although without a usable test suite under 5.6.1, I can't tell for sure.
Hmmmm. I'll have to look at some other mechanism for doing those tests. Thanks
for the report!
Damian