Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make debugging work (again)
  • Loading branch information
FROGGS committed May 10, 2013
1 parent 8db4538 commit d6448f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Perl5/Actions.nqp
Expand Up @@ -7,7 +7,7 @@ use Perl5::World;
use QRegex;
use QAST;

our $V5DEBUG := +nqp::atkey(nqp::getenvhash(), 'V5DEBUG');
my $V5DEBUG := +nqp::atkey(nqp::getenvhash(), 'V5DEBUG');

my role STDActions {
method quibble($/) {
Expand Down

0 comments on commit d6448f8

Please sign in to comment.