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.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.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index d80015c..25f39a3 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -17,6 +17,10 @@ use warnings FATAL => 'all'; package SBO::Lib; our $VERSION = '2.1'; +=pod + +=encoding UTF-8 + =head1 NAME SBO::Lib - Library for working with SlackBuilds.org. |