diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-21 20:31:44 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-21 20:31:44 +0200 |
commit | e1604c465ecc5ba212168bc58cccc3fffcb5e4f8 (patch) | |
tree | 153c30e53fdd206beeeace69c9cfed2232e44281 /SBO-Lib/lib/SBO/Lib/Util.pm | |
parent | 7658bbb687cc12db6b99045f9d87db3b8882591c (diff) | |
download | sbotools2-e1604c465ecc5ba212168bc58cccc3fffcb5e4f8.tar.xz |
SBO::Lib*: declare all POD as being in UTF-8
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Util.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Util.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm index e439953..c4128af 100644 --- a/SBO-Lib/lib/SBO/Lib/Util.pm +++ b/SBO-Lib/lib/SBO/Lib/Util.pm @@ -64,6 +64,10 @@ our %EXPORT_TAGS = ( config => \@EXPORT_CONFIG, ); +=pod + +=encoding UTF-8 + =head1 NAME SBO::Lib::Util - Utility functions for SBO::Lib and the sbotools |