From 905439ff824a9fdb1619828496dbb9bf2aad0d1c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 16 Feb 2020 16:14:56 -0700 Subject: document interfaces as unstable for now Signed-off-by: Sean Whitton --- lib/API/GitForge.pm | 4 ++++ lib/API/GitForge/Role/GitForge.pm | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lib/API/GitForge.pm b/lib/API/GitForge.pm index 7c83d03..0232e22 100644 --- a/lib/API/GitForge.pm +++ b/lib/API/GitForge.pm @@ -34,6 +34,10 @@ package API::GitForge; $github->clean_fork("spwhitton/git-remote-gcrypt"); $salsa->clean_fork("Debian/devscripts"); +=head1 STATUS + +Unstable. Interface may change. + =head1 DESCRIPTION A I is a site like GitHub, GitLab etc. This module diff --git a/lib/API/GitForge/Role/GitForge.pm b/lib/API/GitForge/Role/GitForge.pm index a84e04a..933b166 100644 --- a/lib/API/GitForge/Role/GitForge.pm +++ b/lib/API/GitForge/Role/GitForge.pm @@ -16,6 +16,10 @@ package API::GitForge::Role::GitForge; # You should have received a copy of the GNU General Public License # along with this program. If not, see . +=head1 STATUS + +Unstable. Interface may change. + =head1 DESCRIPTION Operations which one might wish to perform against any git forge. See -- cgit v1.2.3