X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=lib%2FSub%2FOp.pm;h=20cc912081d5e6f7ea6e7078c90d9f09c2599a09;hp=cf67eac9e5317a8f7f984798d8fb3cbb134ca3e6;hb=b9c3a456f75424383f35cb83000965d76e56d4ed;hpb=c987524f0641ca6a25d5e3072c9d1a2ecef2f57c diff --git a/lib/Sub/Op.pm b/lib/Sub/Op.pm index cf67eac..20cc912 100644 --- a/lib/Sub/Op.pm +++ b/lib/Sub/Op.pm @@ -56,7 +56,7 @@ In your XS file : c.pp = scalar_util_reftype; c.check = 0; c.ud = NULL; - sub_op_register(aTHX_ &c); + sub_op_register(aTHX_ &c, 0); } In your Perl module file : @@ -253,7 +253,7 @@ Initializes the fields of the C object. For future compatibility, it is required to call this function with your config object before storing your actual values. It will store safe defaults for members you won't set. -=head2 C +=head2 C Registers a name and its configuration into L. The caller is responsible for allocating and freeing the C object.