Skip to content

Commit

Permalink
Disable need for DB::DB
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Sep 21, 2012
1 parent b5ebc81 commit bf434b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Devel/cst.pm
Expand Up @@ -3,9 +3,11 @@ package Devel::cst;
use strict;
use warnings;
use XSLoader;

$^P = 0 if $^P == 0x73f && not defined &DB::DB && caller eq 'main';
XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION);

sub DB::DB {}
1;

# ABSTRACT: C stacktraces for GNU systems

Expand Down

0 comments on commit bf434b6

Please sign in to comment.