X-Git-Url: https://git.proxmox.com/?p=perlmod.git;a=blobdiff_plain;f=README.md;fp=README.md;h=8bee33145c81ffe907813d2bc131be8b2fe5ad6b;hp=c608542afe31455ca6cd48e46ddff68c69dc14df;hb=b78b6ceb9491355839b36a7bc3ec1b058f1915df;hpb=0044cdcef495beea96acf6cb195a8cb99e68373a diff --git a/README.md b/README.md index c608542..8bee331 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,6 @@ Pending Changes before 1.0 files, we only need to call bootstrap functions after all. (So we may not even need to parse the rust code, rather, just provide a list of perl packages to create...) -* Add prototypes to exported functions. -* Allow "trailing" `Option` parameters to be skipped in perl. - eg. `fn foo(x: u32, y: Option);` should be callable as `foo(1)`, rather than requiring - `foo(1, undef)`. Current recommended usage. ==========================