xref: /openbsd-src/gnu/usr.bin/perl/t/lib/croak/gv (revision f3efcd0145415b7d44d9da97e0ad5c21b186ac61)
1*f3efcd01Safresh1__END__
2*f3efcd01Safresh1########
3*f3efcd01Safresh1# NAME $# is no longer supported as of Perl 5.30 [RT #133583]
4*f3efcd01Safresh1$a = ${"#"};
5*f3efcd01Safresh1EXPECT
6*f3efcd01Safresh1$# is no longer supported as of Perl 5.30 at - line 1.
7*f3efcd01Safresh1########
8*f3efcd01Safresh1# NAME $* is no longer supported as of Perl 5.30 [RT #133583]
9*f3efcd01Safresh1$a = ${"*"};
10*f3efcd01Safresh1EXPECT
11*f3efcd01Safresh1$* is no longer supported as of Perl 5.30 at - line 1.
12*f3efcd01Safresh1########
13*f3efcd01Safresh1# NAME $# is no longer supported as of Perl 5.30 [RT #133583]
14*f3efcd01Safresh1$a = ${#};
15*f3efcd01Safresh1EXPECT
16*f3efcd01Safresh1$# is no longer supported as of Perl 5.30 at - line 1.
17*f3efcd01Safresh1########
18*f3efcd01Safresh1# NAME $* is no longer supported as of Perl 5.30 [RT #133583]
19*f3efcd01Safresh1$a = ${*};
20*f3efcd01Safresh1EXPECT
21*f3efcd01Safresh1$* is no longer supported as of Perl 5.30 at - line 1.
22*f3efcd01Safresh1########
23*f3efcd01Safresh1# NAME $# is no longer supported as of Perl 5.30 [RT #133583]
24*f3efcd01Safresh1$a = $#;
25*f3efcd01Safresh1EXPECT
26*f3efcd01Safresh1$# is no longer supported as of Perl 5.30 at - line 1.
27*f3efcd01Safresh1########
28*f3efcd01Safresh1# NAME $* is no longer supported as of Perl 5.30 [RT #133583]
29*f3efcd01Safresh1$a = $*;
30*f3efcd01Safresh1EXPECT
31*f3efcd01Safresh1$* is no longer supported as of Perl 5.30 at - line 1.
32*f3efcd01Safresh1########
33*f3efcd01Safresh1# NAME $# is no longer supported as of Perl 5.30 [RT #133583]
34*f3efcd01Safresh1$# = $a;
35*f3efcd01Safresh1EXPECT
36*f3efcd01Safresh1$# is no longer supported as of Perl 5.30 at - line 1.
37*f3efcd01Safresh1########
38*f3efcd01Safresh1# NAME $* is no longer supported as of Perl 5.30 [RT #133583]
39*f3efcd01Safresh1$* = $a;
40*f3efcd01Safresh1EXPECT
41*f3efcd01Safresh1$* is no longer supported as of Perl 5.30 at - line 1.
42*f3efcd01Safresh1########
43*f3efcd01Safresh1# NAME $# is no longer supported as of Perl 5.30 [RT #133583]
44*f3efcd01Safresh1$a = \$#;
45*f3efcd01Safresh1EXPECT
46*f3efcd01Safresh1$# is no longer supported as of Perl 5.30 at - line 1.
47*f3efcd01Safresh1########
48*f3efcd01Safresh1# NAME $* is no longer supported as of Perl 5.30 [RT #133583]
49*f3efcd01Safresh1$a = \$*;
50*f3efcd01Safresh1EXPECT
51*f3efcd01Safresh1$* is no longer supported as of Perl 5.30 at - line 1.
52*f3efcd01Safresh1########
53*f3efcd01Safresh1# NAME $# is no longer supported as of Perl 5.30 [RT #133583]
54*f3efcd01Safresh1$a = \$#;
55*f3efcd01Safresh1EXPECT
56*f3efcd01Safresh1$# is no longer supported as of Perl 5.30 at - line 1.
57*f3efcd01Safresh1########
58*f3efcd01Safresh1# NAME $* is no longer supported as of Perl 5.30 [RT #133583]
59*f3efcd01Safresh1$a = $*;
60*f3efcd01Safresh1EXPECT
61*f3efcd01Safresh1$* is no longer supported as of Perl 5.30 at - line 1.
62*f3efcd01Safresh1########
63*f3efcd01Safresh1# NAME $# is no longer supported as of Perl 5.30 [RT #133583]
64*f3efcd01Safresh1$a = $#;
65*f3efcd01Safresh1EXPECT
66*f3efcd01Safresh1$# is no longer supported as of Perl 5.30 at - line 1.
67*f3efcd01Safresh1########
68*f3efcd01Safresh1# NAME $* is no longer supported as of Perl 5.30 [RT #133583]
69*f3efcd01Safresh1$a = $*;
70*f3efcd01Safresh1EXPECT
71*f3efcd01Safresh1$* is no longer supported as of Perl 5.30 at - line 1.
72