Home
last modified time | relevance | path

Searched refs:deparsed (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/Porting/
Ddeparse-skips.txt61 op/length.t # utf8ness of deparsed strings
92 run/switchd-78586.t # -I on #! line is not deparsed
93 run/switchI.t # -I on #! line is not deparsed
162 # user-defined hints get stringified when deparsed, e.g.
264 # for (...) {} currently gets deparsed as for (...) { (); }
Dtodo.pod206 deparsed and the deparsed output will be run. Currently there are many
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.t90 my $deparsed = $deparse->coderef2text( $coderef );
96 like($deparsed, qr/$regex/, $desc)
100 . "GOT:\n--------\n$deparsed\n--------\n"
242 my $deparsed
244 s/$ \n//x for $deparsed, $code;
245 is $deparsed, $code, 'our $funny_Unicode_chars';
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5220delta.pod719 Parenthesised arrays in lists passed to C<\> are now correctly deparsed
724 C<local our> is now deparsed correctly, with the C<our> included.
726 C<for($foo; !$bar; $baz) {...}> was deparsed without the C<!> (or C<not>).
729 Core keywords that conflict with lexical subroutines are now deparsed with
743 BEGIN blocks at the end of the enclosing scope are now deparsed in the
746 BEGIN blocks were sometimes deparsed as __ANON__, but are now always called
749 Lexical subroutines are now fully deparsed. [perl #116553]
753 The op trees that make up regexp code blocks are now deparsed for real.
756 which were deparsed incorrectly. [perl #123217] [perl #115256]
768 When prototype sub calls are deparsed with C<&> (I<e.g.>, under the B<-P>
[all …]
Dperl5180delta.pod994 C<format> line are also now deparsed correctly.
/openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/
DDumper.xs1169 SV *deparsed = sv_2mortal(deparsed_output(aTHX_ val)); in DD_dump() local
1182 p = SvPV(deparsed, plen); in DD_dump()