summaryrefslogtreecommitdiff
path: root/symbian/ext/Moped/Msg/Msg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'symbian/ext/Moped/Msg/Msg.pm')
-rw-r--r--symbian/ext/Moped/Msg/Msg.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/symbian/ext/Moped/Msg/Msg.pm b/symbian/ext/Moped/Msg/Msg.pm
new file mode 100644
index 0000000000..e1aaef8344
--- /dev/null
+++ b/symbian/ext/Moped/Msg/Msg.pm
@@ -0,0 +1,9 @@
+package Moped::Msg;
+use strict;
+use vars qw(@ISA $VERSION);
+require DynaLoader;
+@ISA = qw(DynaLoader);
+$VERSION = '0.01';
+bootstrap Moped::Msg;
+1;
+