[libapp-stacktrace-perl] 03/05: Document -m

Axel Beckert abe at deuxchevaux.org
Fri Dec 12 15:39:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag v0.04
in repository libapp-stacktrace-perl.

commit 97145259c5d238d9da7740ef05c45c302f972be8
Author: Josh ben Jore <jjore at cpan.org>
Date:   Mon Jun 20 22:51:17 2011 -0700

    Document -m
---
 bin/perl-stacktrace   | 1 +
 lib/App/Stacktrace.pm | 1 +
 2 files changed, 2 insertions(+)

diff --git a/bin/perl-stacktrace b/bin/perl-stacktrace
index 4baab95..f5f054b 100644
--- a/bin/perl-stacktrace
+++ b/bin/perl-stacktrace
@@ -14,6 +14,7 @@ are printed.
 
   perl-stacktrace [pid]
     --help
+    -m      Print gdb script
     -v      Verbose
 
 =cut
diff --git a/lib/App/Stacktrace.pm b/lib/App/Stacktrace.pm
index c171e99..2091449 100644
--- a/lib/App/Stacktrace.pm
+++ b/lib/App/Stacktrace.pm
@@ -47,6 +47,7 @@ sub new {
         pid        => undef,
         version    => undef,
         arch       => undef,
+        m          => undef,
         v          => undef,
         'exec'     => 1,
         @_

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapp-stacktrace-perl.git



More information about the Pkg-perl-cvs-commits mailing list