X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FPage.pm;h=5fd580016d047476995fa4d4b1307cade3e037e6;hb=7ae39e2c1aae866328efdcf6ac20f087b9d91076;hp=6e6c2c039b3af6987efb9f61f400ae3bf43a9e92;hpb=256609e2df07f5dd40a33ace6163d2b72a269246;p=ndwebbie.git diff --git a/ND/Web/Page.pm b/ND/Web/Page.pm index 6e6c2c0..5fd5800 100644 --- a/ND/Web/Page.pm +++ b/ND/Web/Page.pm @@ -21,7 +21,7 @@ use strict; use warnings; use CGI qw/:standard/; -our %PAGES = {}; +our %PAGES; sub new { my $invocant = shift;