]> git.vpit.fr Git - perl/modules/Sub-Op.git/blobdiff - Makefile.PL
Add sub_op_init(), sub_op_dup() and sub_op_free() to the API
[perl/modules/Sub-Op.git] / Makefile.PL
index 333dac0c4def2bb379555699cb1d0c12a0ae6fa1..cc065737e3ed13114c1c1f4741885fd344cce721 100644 (file)
@@ -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,
 );