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/Tree.pm | |
parent | 7658bbb687cc12db6b99045f9d87db3b8882591c (diff) | |
download | sbotools-e1604c465ecc5ba212168bc58cccc3fffcb5e4f8.tar.xz |
SBO::Lib*: declare all POD as being in UTF-8
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Tree.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Tree.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Tree.pm b/SBO-Lib/lib/SBO/Lib/Tree.pm index ec01f01..e8d17fb 100644 --- a/SBO-Lib/lib/SBO/Lib/Tree.pm +++ b/SBO-Lib/lib/SBO/Lib/Tree.pm @@ -22,6 +22,10 @@ our %EXPORT_TAGS = ( all => \@EXPORT_OK, ); +=pod + +=encoding UTF-8 + =head1 NAME SBO::Lib::Tree - Routines for interacting with a SlackBuilds.org tree. |