Fix wr recipes

This commit is contained in:
Aoran Zeng
2025-08-10 21:24:42 +08:00
parent 0ecd128f8f
commit 797563c1db
16 changed files with 106 additions and 103 deletions

View File

@@ -8,7 +8,7 @@ void
pl_php_prelude ()
{
use_this(pl_php);
chef_allow_gsr(pl_php);
chef_allow_gs(pl_php);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2025-08-10");

View File

@@ -8,7 +8,7 @@ void
pl_perl_prelude ()
{
use_this(pl_perl);
chef_allow_gsr(pl_perl);
chef_allow_gs(pl_perl);
chef_set_created_on (this, "2023-09-31");
chef_set_last_updated (this, "2025-08-10");