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/Repo.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/Repo.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Repo.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Repo.pm b/SBO-Lib/lib/SBO/Lib/Repo.pm index 54f186b..e920b6b 100644 --- a/SBO-Lib/lib/SBO/Lib/Repo.pm +++ b/SBO-Lib/lib/SBO/Lib/Repo.pm @@ -38,6 +38,10 @@ our %EXPORT_TAGS = ( all => \@EXPORT_OK, ); +=pod + +=encoding UTF-8 + =head1 NAME SBO::Lib::Repo - Routines for downloading and updating the SBo repo. |