#%Module
if {[info exists env(TESTSUITE_EXTRA)]} {
    switch -- $env(TESTSUITE_EXTRA) {
        prereqalt2 - prereqalt5 {
            module-version xtfoo/1.0 1.1
        }
    }
}
