diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-22 15:49:43 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-22 15:54:23 +0000 |
commit | fadd20a3350e9032ef3dfc8b4e2faf340d5f0af2 (patch) | |
tree | 70968af5583f85dbfcac8f314ce05e93403d3b37 /perllib/Standard.pm | |
parent | 3f62b70cd98827899f5820290ea1b52643122b5e (diff) |
Move map functions to their own package.
Diffstat (limited to 'perllib/Standard.pm')
-rw-r--r-- | perllib/Standard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Standard.pm b/perllib/Standard.pm index eda2d89fb..de790a757 100644 --- a/perllib/Standard.pm +++ b/perllib/Standard.pm @@ -19,7 +19,7 @@ use lib "$FindBin::Bin/../perllib"; use lib "$FindBin::Bin/../commonlib/perllib"; use Page; - +use FixMyStreet::Map; package Standard; |