chiark / gitweb /
mason/dhandler, mason/.perl-lib/TrivGal: Publish and use `$SRCURL'.
[tgal] / mason / .perl-lib / TrivGal.pm
index 4a416122546f6ae80f63f72196509e865ca59566..b9231b0bcf2053c99c0472cb38229a65a5376298 100644 (file)
@@ -138,6 +138,9 @@ our $CACHEURL //= "$ROOTURL/tgal-cache";
 our $STATICURL //= "$ROOTURL/tgal-static";
 our $SCRIPTURL;
 
+export qw{$SRCURL};
+our $SRCURL = "https://git.distorted.org.uk/~mdw/tgal/";
+
 export qw{%SIZE};
 our %SIZE = (smallthumb => 96,
             medthumb => 144,