]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/blobdiff - lib/B/RecDeparse.pm
Remove empty POD sections
[perl/modules/B-RecDeparse.git] / lib / B / RecDeparse.pm
index a075c339ecc5b6885f40a4ff726674accd14fa77..4df9dffb441b183da5acd8a67e64507b6e6f3d76 100644 (file)
@@ -219,20 +219,37 @@ sub pp_gv {
  return $body;
 }
 
  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>.
 
 
 Otherwise, L<B::RecDeparse> inherits all methods from L<B::Deparse>.