[perl5db] Remove ampersand.
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 29 Sep 2012 23:31:27 +0000 (01:31 +0200)
committerRicardo Signes <rjbs@cpan.org>
Mon, 12 Nov 2012 14:18:28 +0000 (09:18 -0500)
lib/perl5db.pl

index a0976e1..7632af7 100644 (file)
@@ -5249,7 +5249,9 @@ Just call C<list_modules>.
 =cut
 
 sub cmd_M {
-    &list_modules();
+    list_modules();
+
+    return;
 }
 
 =head3 C<cmd_o> - options (command)