return $body;
}
-=head2 C<compile>
+=pod
-=head2 C<init>
+The following functions and methods from L<B::Deparse> are reimplemented by this module :
-=head2 C<deparse_sub>
+=over 4
-=head2 C<pp_entersub>
+=item *
-=head2 C<pp_refgen>
+C<compile>
-=head2 C<pp_gv>
+=item *
-Functions and methods from L<B::Deparse> reimplemented by this module.
-Never call them directly.
+C<init>
+
+=item *
+
+C<deparse_sub>
+
+=item *
+
+C<pp_entersub>
+
+=item *
+
+C<pp_refgen>
+
+=item *
+
+C<pp_gv>
+
+=back
Otherwise, L<B::RecDeparse> inherits all methods from L<B::Deparse>.