RT for rt.cpan.org
Skip Menu
|
Bug #110980 for Hook-Scope: Segmentation fault while 'use Hook::Scope'
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Hook-Scope CPAN distribution
.
Report information
The Basics
Id:
110980
Status:
new
Priority:
0/
Queue:
Hook-Scope
People
Owner:
Nobody in particular
Requestors:
kes-kes [...] yandex.ru
Cc:
AdminCc:
Bug Information
Severity:
Critical
Broken in:
0.04
Fixed in:
(no value)
History
Show all quoted text
Thu Jan 07 09:02:22 2016
kes-kes [...] yandex.ru - Ticket created
Subject:
Segmentation fault while 'use Hook::Scope'
$ cat Devel/DB.pm package DB; use Hook::Scope; sub DB { } sub sub { return &$DB::sub; } 1; $ perl -d:DB -e0 Segmentation fault