JWS-67 insert Jpred 3.0.1 sources into JABAWS
[jabaws.git] / binaries / src / jpred / lib / Profile / Scanps.pm
1 package Profile::Scanps;
2
3 use strict;
4 use warnings;
5 use Carp;
6
7 use base qw(Profile::Generic);
8
9 1;