Skip to content

Commit

Permalink
Update deparse comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky Bernstein committed Nov 1, 2015
1 parent 9ecfd18 commit 588787d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"requires" : {
"Array::Columnize" : "1.04",
"Data::Dumper" : "0",
"Devel::Callsite" : "0.08",
"Digest::SHA" : "0",
"File::HomeDir" : "0.54",
"Getopt::Long" : "2.36",
Expand Down Expand Up @@ -77,5 +78,6 @@
"url" : "http://github.com/rocky/Perl-Devel-Trepan"
}
},
"version" : "0.60"
"version" : "0.70",
"x_serialization_backend" : "JSON::PP version 2.27203"
}
6 changes: 4 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build_requires:
configure_requires:
Module::Build: '0.32'
dynamic_config: 1
generated_by: 'Module::Build version 0.4206, CPAN::Meta::Converter version 2.141520'
generated_by: 'Module::Build version 0.4206, CPAN::Meta::Converter version 2.150005'
license: gpl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -32,6 +32,7 @@ recommends:
requires:
Array::Columnize: '1.04'
Data::Dumper: '0'
Devel::Callsite: '0.08'
Digest::SHA: '0'
File::HomeDir: '0.54'
Getopt::Long: '2.36'
Expand All @@ -46,4 +47,5 @@ resources:
bugtracker: https://github.com/rocky/Perl-Devel-Trepan/issues
license: http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt
repository: http://github.com/rocky/Perl-Devel-Trepan
version: '0.60'
version: '0.70'
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
4 changes: 2 additions & 2 deletions lib/Devel/Trepan/CmdProcessor/Command/Deparse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ B::Deparse options:
Deparse Perl source code using L<B::Deparse>.
Without arguments, prints the current subroutine if there is one.
Without arguments, deparses the current statement, if we can
=head2 Examples:
deparse # deparse current subroutine or main file
deparse # deparse current statement
deparse file.pm
deparse -l file.pm
Expand Down

0 comments on commit 588787d

Please sign in to comment.