Re: Seg fault, Perl bindings, "perl -c"
From: Nik Clayton <nik_at_ngo.org.uk>
Date: 2006-09-12 13:51:19 CEST
Malcolm Rowe wrote:
It does. "use SVN::Core" (or "-MSVN::Core" on the command line) is
BEGIN {
(see "perldoc -f use" for details). The "require SVN::Core;"
our $gpool = SVN::Pool->new_default();
line to be inside the BEGIN block, which is why it executes.
The fact that there's a BEGIN block inside SVN/Core.pm is a bit of a
N
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.