From cfd01d4c3385e0519764d7cbf3950756cb02f9f2 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Sun, 16 Aug 2026 20:26:18 -0500 Subject: [PATCH] Remove `Class::Tiny` from the PG shared modules. This used to be needed for R serve, but is not anymore. When the R serve code was rewritten, I removed this dependency and removed it from the `pg_config.dist.yml` file for PG, but this was not removed here. --- conf/defaults.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/defaults.config b/conf/defaults.config index 8abf21ba86..b2755cf22f 100644 --- a/conf/defaults.config +++ b/conf/defaults.config @@ -1218,7 +1218,7 @@ ${pg}{modules} = [ [qw(Locale::Maketext)], [qw(WeBWorK::PG::Localize)], [qw(Mojo::JSON)], - [qw(Rserve Class::Tiny IO::Handle)], + [qw(Rserve IO::Handle)], [qw(DragNDrop)], [qw(Types::Serialiser)], [qw(strict)],