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