Closed coke closed 1 month ago
adding has $!max-age
in that class avoids the compilation error but since it's not tested, I can't be sure this is the right fix.
--- a/lib/Whateverable/Webhooks.pm6
+++ b/lib/Whateverable/Webhooks.pm6
@@ -25,6 +25,7 @@ unit module Whateverable::Webhooks;
class StrictTransportSecurity does Cro::Transform {
has Str:D $.secret is required;
+ has $!max-age;
method consumes() { Cro::TCP::Message }
method produces() { Cro::TCP::Message }
Problem with 5c74583a0433b1f5ec11458aa6b7f2370e873144 -