4 Mandatory Warnings ALL TODO
7 Setting ptr %p > end+1 %p
8 Setting cnt to %d, ptr implies %d
11 Invalid separator character %c%c%c in PerlIO layer specification %s
13 open(F, ">:-aa", "bb")
16 Argument list not closed for PerlIO layer \"%.*s\""
18 open(F, ">:aa(", "bb")
20 Unknown PerlIO layer \"%.*s\"
22 # PerlIO/xyz.pm has 1;
27 # perlio [PerlIO_find_layer]
29 return undef unless caller eq "main";
33 require Symbol; # doesn't matter whether it exists or no
35 Recursive call to Perl_load_module in PerlIO_find_layer at - line 5.
36 BEGIN failed--compilation aborted.
39 # perlio [PerlIO_parse_layers]
41 open(F, ">:-aa", "bb");
43 open(F, ">:-aa", "bb");
46 Invalid separator character '-' in PerlIO layer specification -aa at - line 6.
49 # perlio [PerlIO_parse_layers]
51 open(F, ">:aa(", "bb");
53 open(F, ">:aa(", "bb");
56 Argument list not closed for PerlIO layer "aa(" at - line 6.
59 --FILE-- PerlIO_test_dir/xyz.pm
62 # perlio [PerlIO_parse_layers]
64 open(F, ">:xyz", "bb");
66 open(F, ">:xyz", "bb");
68 END { 1 while unlink "bb" } # KEEP THIS WITH THE LAST TEST.
70 Unknown PerlIO layer "xyz" at - line 5.