Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 220
use strict; use warnings; use lib (-e 't' ? 't' : 'test'), 'inc'; use Test::More tests => 1; use Spiffy -filter_save; use Filter5; my $result = $Spiffy::filter_result; my $expected = do { local $/; }; $result =~ s/\r//g; $expected =~ s/\r//g; is($result, $expected); __DATA__ use strict;use warnings;my($xxx,$yyy);$xxx = sub {my $self = shift; $self->$xxx; $self->$yyy; }; $yyy = sub {my $self = shift; $self->$xxx; $self->$yyy }; ;1;