Merge branch 'JABAWS_Release_2_5' into develop
[jabaws.git] / binaries / src / jpred / lib / Profile / Scanps.pm
diff --git a/binaries/src/jpred/lib/Profile/Scanps.pm b/binaries/src/jpred/lib/Profile/Scanps.pm
new file mode 100644 (file)
index 0000000..963b3c5
--- /dev/null
@@ -0,0 +1,9 @@
+package Profile::Scanps;
+
+use strict;
+use warnings;
+use Carp;
+
+use base qw(Profile::Generic);
+
+1;