From 226c96a307303719d57df481fe83a6b5b2aa2212 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Sat, 22 Apr 2023 03:43:06 +1000 Subject: [PATCH] fix package provide statement shellfilter module --- src/modules/shellfilter-0.1.8.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/shellfilter-0.1.8.tm b/src/modules/shellfilter-0.1.8.tm index c2c4d8a3..1bd3b766 100644 --- a/src/modules/shellfilter-0.1.8.tm +++ b/src/modules/shellfilter-0.1.8.tm @@ -8,7 +8,7 @@ # - as presumably the reads/writes from a bidirectional channel could be diverted off to unidirectional pipelines for processing with less work # (and maybe even better speed/efficiency if the data volume is asymmetrical and there is significant processing on one direction) # -package require shellfilter [namespace eval shellfilter { +package provide shellfilter [namespace eval shellfilter { variable version set version 0.1.8 }]