diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-11 15:28:41 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-11 15:28:41 -0800 |
| commit | 2309b696fc34b24f05f6658b94f9105ca8ee76e4 (patch) | |
| tree | 9bdff3ece9015fea53a6bac9d8dd8757134b81c6 /compatibility | |
| parent | 39676a87d5eba6e7fc828b85f633990699c8ba0e (diff) | |
Added 'use'
Diffstat (limited to 'compatibility')
| -rw-r--r-- | compatibility/3.8.nom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compatibility/3.8.nom b/compatibility/3.8.nom index feaa593..398e3bb 100644 --- a/compatibility/3.8.nom +++ b/compatibility/3.8.nom @@ -1,6 +1,10 @@ #!/usr/bin/env nomsu -V6.14 # This file defines upgrades from Nomsu <3.8 to 3.8 (Text method changes) + +use "compatibility/compatibility" + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ upgrade action [$texts joined with $glue] to "3.8" as ($texts, joined with $glue) upgrade action [$texts joined, joined $texts] to "3.8" as ($texts, joined) |
