diff options
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 4 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Build.pm | 4 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Download.pm | 4 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Info.pm | 4 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Pkgs.pm | 4 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Readme.pm | 4 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Repo.pm | 4 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Tree.pm | 4 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Util.pm | 4 |
9 files changed, 36 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. diff --git a/SBO-Lib/lib/SBO/Lib/Build.pm b/SBO-Lib/lib/SBO/Lib/Build.pm index cdaa1af..9323f16 100644 --- 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 index 6ccd9e2..0f6d40a 100644 --- 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 index b38e3cd..3f20497 100644 --- 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 index fa5eb33..6975a7f 100644 --- 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 index 0db3439..b29558b 100644 --- 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 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. 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. 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 |