summaryrefslogtreecommitdiff
path: root/regress/base/base.pl
blob: b6f698718900076ab7ca5741cf4e3e2f63b81d48 (plain)
1
2
3
4
5
6
7
8
9
use lib qw(./lib/fml5 ./lib/CPAN ./lib/3RDPARTY ./lib);

use FML::BaseSystem;
$p = new FML::BaseSystem;

$p->dump_variables;

exit 0;