commit e1604c465ecc5ba212168bc58cccc3fffcb5e4f8
parent 7658bbb687cc12db6b99045f9d87db3b8882591c
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Wed, 21 Sep 2016 20:31:44 +0200
SBO::Lib*: declare all POD as being in UTF-8
Diffstat:
9 files changed, 36 insertions(+), 0 deletions(-)
diff --git 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.
diff --git a/SBO-Lib/lib/SBO/Lib/Build.pm b/SBO-Lib/lib/SBO/Lib/Build.pm
@@ -46,6 +46,10 @@ our %EXPORT_TAGS = (
all => \@EXPORT_OK,
);
+=pod
+
+=encoding UTF-8
+
=head1 NAME
SBO::Lib::Build - Routines for building slackware packages from SlackBuilds.org.
diff --git a/SBO-Lib/lib/SBO/Lib/Download.pm b/SBO-Lib/lib/SBO/Lib/Download.pm
@@ -29,6 +29,10 @@ our %EXPORT_TAGS = (
all => \@EXPORT_OK,
);
+=pod
+
+=encoding UTF-8
+
=head1 NAME
SBO::Lib::Download - Routines for downloading slackbuild sources.
diff --git a/SBO-Lib/lib/SBO/Lib/Info.pm b/SBO-Lib/lib/SBO/Lib/Info.pm
@@ -24,6 +24,10 @@ our %EXPORT_TAGS = (
all => \@EXPORT_OK,
);
+=pod
+
+=encoding UTF-8
+
=head1 NAME
SBO::Lib::Info - Utilities to get data from SBo .info files.
diff --git a/SBO-Lib/lib/SBO/Lib/Pkgs.pm b/SBO-Lib/lib/SBO/Lib/Pkgs.pm
@@ -24,6 +24,10 @@ our %EXPORT_TAGS = (
all => \@EXPORT_OK,
);
+=pod
+
+=encoding UTF-8
+
=head1 NAME
SBO::Lib::Pkgs - Routines for interacting with the Slackware package database.
diff --git a/SBO-Lib/lib/SBO/Lib/Readme.pm b/SBO-Lib/lib/SBO/Lib/Readme.pm
@@ -24,6 +24,10 @@ our %EXPORT_TAGS = (
all => \@EXPORT_OK,
);
+=pod
+
+=encoding UTF-8
+
=head1 NAME
SBO::Lib::Readme - Routines for interacting with a typical SBo README file.
diff --git 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.
diff --git 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.
diff --git 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