aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-02-27 11:52:54 +0000
committerStruan Donald <struan@exo.org.uk>2012-02-27 11:52:54 +0000
commit212ea3e9f788c2a83369b02b53c175c1afd8fe0e (patch)
tree059194a051426ea4680fa477fb6eab48e0823c1f /perllib/FixMyStreet/SendReport.pm
parent73b9d630c713ca37f86cdff6fa95b64c36f29a31 (diff)
rough first draft of send-report refactor not. Work in progress at the moment
Diffstat (limited to 'perllib/FixMyStreet/SendReport.pm')
-rw-r--r--perllib/FixMyStreet/SendReport.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/SendReport.pm b/perllib/FixMyStreet/SendReport.pm
new file mode 100644
index 000000000..3a79bd82a
--- /dev/null
+++ b/perllib/FixMyStreet/SendReport.pm
@@ -0,0 +1,7 @@
+package FixMyStreet::SendReport;
+
+use Moose;
+
+
+
+1;