diff options
author | Matthew Somerville <matthew@mysociety.org> | 2010-12-22 16:38:37 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2010-12-22 16:38:37 +0000 |
commit | a1f9b9d2422f4b14f79ed40fbd70f18510dfedf2 (patch) | |
tree | c675a4d916d684fde8085fda4c3a53ceb75b7166 /perllib/Cobrands/Barnet/Util.pm | |
parent | 74a45e725dc529af5dc8a677153f65588d6f8a2a (diff) | |
parent | 7acf747fe181d2e63499e80f235dc1a4ecd5098e (diff) |
Merge branch 'master' into cities_release_1
Diffstat (limited to 'perllib/Cobrands/Barnet/Util.pm')
-rw-r--r-- | perllib/Cobrands/Barnet/Util.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perllib/Cobrands/Barnet/Util.pm b/perllib/Cobrands/Barnet/Util.pm index 3cc60117f..e59e9118f 100644 --- a/perllib/Cobrands/Barnet/Util.pm +++ b/perllib/Cobrands/Barnet/Util.pm @@ -3,18 +3,13 @@ # Util.pm: # Barnet cobranding for FixMyStreet. # -# # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org -# -# $Id: Util.pm,v 1.9 2009-12-22 13:04:05 matthew Exp $ package Cobrands::Barnet::Util; -use Standard; use strict; use Carp; use URI::Escape; -use mySociety::Web qw(ent); use mySociety::VotingArea; sub new { |