Skip to content

Commit

Permalink
Small fixes...
Browse files Browse the repository at this point in the history
- pod formating on "info help"
- alignment tidy
  • Loading branch information
Rocky Bernstein committed Jul 31, 2017
1 parent 011f3b4 commit d9321d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Devel/Trepan/CmdProcessor/Command/Backtrace.pm
Expand Up @@ -70,7 +70,7 @@ sub run($$)
current_pos => $proc->{frame_index},
maxstack => $proc->{settings}{maxstack},
maxwidth => $proc->{settings}{maxwidth},
displayop => $proc->{settings}{displayop},
displayop => $proc->{settings}{displayop},
};
my $stack_size = $proc->{stack_size};
my $count = $stack_size;
Expand Down
5 changes: 2 additions & 3 deletions lib/Devel/Trepan/CmdProcessor/Command/Info.pm
Expand Up @@ -28,6 +28,7 @@ our $NAME = set_name();
=head2 Synopsis:
=cut

our $HELP = <<'HELP';
=pod
Expand All @@ -44,8 +45,7 @@ Type C<help info *> for a list of C<info> subcommands.
=head2 See also:
L<C<info
breakpoints>|Devel::Trepan::CmdProcessor::Command::Info::Breakpoints>,
L<C<info breakpoints>|Devel::Trepan::CmdProcessor::Command::Info::Breakpoints>,
L<C<info files>|Devel::Trepan::CmdProcessor::Command::Info::Files>,
L<C<info frame>|Devel::Trepan::CmdProcessor::Command::Info::Frame>,
L<C<info functions>|Devel::Trepan::CmdProcessor::Command::Info::Functions>,
Expand All @@ -59,7 +59,6 @@ L<C<info variables>|Devel::Trepan::CmdProcessor::Command::Info::Variables>,
and
L<C<info watch>|Devel::Trepan::CmdProcessor::Command::Info::Watch>
=cut
HELP

unless (caller) {
Expand Down

0 comments on commit d9321d3

Please sign in to comment.