Symbian update blead@26025
[p5sagit/p5-mst-13.2.git] / symbian / ext / Moped / Msg / Msg.pm
1 package Moped::Msg;
2 use strict;
3 use vars qw(@ISA $VERSION);
4 require DynaLoader;
5 @ISA = qw(DynaLoader);
6 $VERSION = '0.01';
7 bootstrap Moped::Msg;
8 1;
9