From 3bac6ec762c3e48ab3d5d7fb058005ad03879646 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Mon, 5 Sep 2016 17:06:42 +0200 Subject: SBO::Lib: add documentation pointing to submodules --- SBO-Lib/lib/SBO/Lib.pm | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index e5b9271..3103eaf 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -17,6 +17,43 @@ use warnings FATAL => 'all'; package SBO::Lib; our $VERSION = '2.0'; +=head1 NAME + +SBO::Lib - Library for working with SlackBuilds.org. + +=head1 SYNOPSIS + + use SBO::Lib qw/ :all /; + +=head1 DESCRIPTION + +SBO::Lib is the entry point for all the related modules, and is simply re- +exporting all of their exports. + +=head1 SEE ALSO + +=over + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=back + +=cut + use SBO::Lib::Util qw/ :all /; use SBO::Lib::Info qw/ :all /; use SBO::Lib::Repo qw/ :all /; @@ -58,6 +95,20 @@ unless ($< == 0) { exit _ERR_USAGE; } +=head1 AUTHORS + +SBO::Lib was originally written by Jacob Pipkin with +contributions from Luke Williams and Andreas +Guldstrand . + +=head1 LICENSE + +The sbotools are licensed under the WTFPL . + +Copyright (C) 2012-2016, Jacob Pipkin, Luke Williams, Andreas Guldstrand. + +=cut + 'ok'; __END__ -- cgit v1.2.3