diff options
Diffstat (limited to 'contrib/bool_plperl/bool_plperlu.control')
-rw-r--r-- | contrib/bool_plperl/bool_plperlu.control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/bool_plperl/bool_plperlu.control b/contrib/bool_plperl/bool_plperlu.control new file mode 100644 index 0000000..d03a584 --- /dev/null +++ b/contrib/bool_plperl/bool_plperlu.control @@ -0,0 +1,6 @@ +# bool_plperlu extension +comment = 'transform between bool and plperlu' +default_version = '1.0' +module_pathname = '$libdir/bool_plperl' +relocatable = true +requires = 'plperlu' |