Skip to content

Commit

Permalink
Forgot to mention using Eval::WithLexicals
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky Bernstein committed Jan 3, 2012
1 parent 6f124aa commit 6c5e544
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -3,6 +3,8 @@ Revision history for Devel-Trepan
0.1.7 - Jan 2, 2012

- Perl 5.8.8 tolerance.
- Use Eval::WithLexicals to evaluate stack frames other than the
topmost frame.

0.1.6 - Jan 2, 2012

Expand Down
11 changes: 6 additions & 5 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Rocky Bernstein <rocky@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.112621",
"generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.112150",
"license" : [
"open_source"
],
Expand All @@ -24,11 +24,12 @@
"Array::Columnize" : "v0.3.5",
"Data::Dumper::Perltidy" : 0,
"Digest::SHA" : 0,
"Eval::WithLexicals" : 0,
"Getopt::Long" : 0,
"PadWalker" : 0,
"Syntax::Highlight::Perl::Improved" : 0,
"Test::More" : 0,
"perl" : "5.0080",
"perl" : "5.0088",
"rlib" : "0.02",
"version" : 0
}
Expand All @@ -49,7 +50,7 @@
},
"Devel::Trepan" : {
"file" : "lib/Devel/Trepan.pm",
"version" : "v0.1.6"
"version" : "v0.1.7"
},
"Devel::Trepan::BrkptMgr" : {
"file" : "lib/Devel/Trepan/BrkptMgr.pm",
Expand Down Expand Up @@ -557,7 +558,7 @@
},
"Devel::Trepan::Options" : {
"file" : "lib/Devel/Trepan/Options.pm",
"version" : "v0.1.6"
"version" : "v0.1.7"
},
"Devel::Trepan::SigHandler" : {
"file" : "lib/Devel/Trepan/SigHandler.pm",
Expand Down Expand Up @@ -590,5 +591,5 @@
"http://opensource.org/licenses/gpl-license.php"
]
},
"version" : "v0.1.6"
"version" : "v0.1.7"
}
11 changes: 6 additions & 5 deletions META.yml
Expand Up @@ -6,7 +6,7 @@ build_requires: {}
configure_requires:
Module::Build: 0.32
dynamic_config: 1
generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.112621'
generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.112150'
license: open_source
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -24,7 +24,7 @@ provides:
version: 0
Devel::Trepan:
file: lib/Devel/Trepan.pm
version: v0.1.6
version: v0.1.7
Devel::Trepan::BrkptMgr:
file: lib/Devel/Trepan/BrkptMgr.pm
version: 0
Expand Down Expand Up @@ -405,7 +405,7 @@ provides:
version: 0
Devel::Trepan::Options:
file: lib/Devel/Trepan/Options.pm
version: v0.1.6
version: v0.1.7
Devel::Trepan::SigHandler:
file: lib/Devel/Trepan/SigHandler.pm
version: 0
Expand All @@ -428,13 +428,14 @@ requires:
Array::Columnize: v0.3.5
Data::Dumper::Perltidy: 0
Digest::SHA: 0
Eval::WithLexicals: 0
Getopt::Long: 0
PadWalker: 0
Syntax::Highlight::Perl::Improved: 0
Test::More: 0
perl: 5.0080
perl: 5.0088
rlib: 0.02
version: 0
resources:
license: http://opensource.org/licenses/gpl-license.php
version: v0.1.6
version: v0.1.7

0 comments on commit 6c5e544

Please sign in to comment.