#%Module1.0
##
## dls-pmac-control - Demonstration of the deploy-tools process
##
module-whatis "Demonstration of the deploy-tools process"

if { [module-info mode load] } {
    if { [is-loaded dls-pmac-control] } {
      module unload dls-pmac-control
    }
}

setenv EXAMPLE_VALUE "Test message EXAMPLE_VALUE from example-module-file version 0.1"

prepend-path PATH "/tmp/deploy-tools-output/modules/dls-pmac-control/0.1/entrypoints"
