X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=Makefile.PL;h=cc065737e3ed13114c1c1f4741885fd344cce721;hp=333dac0c4def2bb379555699cb1d0c12a0ae6fa1;hb=c987524f0641ca6a25d5e3072c9d1a2ecef2f57c;hpb=e6ff1534ace858986b43cfdbe20a3d86346a628b diff --git a/Makefile.PL b/Makefile.PL index 333dac0..cc06573 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -71,7 +71,13 @@ WriteMakefile( PREOP => "pod2text $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, - FUNCLIST => [ qw/sub_op_register boot_Sub__Op/ ], + FUNCLIST => [ qw[ + boot_Sub__Op + sub_op_init + sub_op_register + sub_op_dup + sub_op_free + ] ], %ed_vars, );