use v6;
BEGIN { @*INC.unshift: 'blib/lib' }

use Test;
use Pod::Strip;
plan 1;




my $test1;
    








my $test3;
    




my $test4;
    
is pod-strip(slurp $?FILE).trim, slurp('t/test-out.txt').trim,
    'Strips Pod from code correctly';

