summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-16 16:14:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-16 16:15:01 -0700
commit905439ff824a9fdb1619828496dbb9bf2aad0d1c (patch)
tree9469f81a4760dba843dc8e234b901384c821e174
parentf03c5ffa3edd3409deae6ac063466293ba186ea7 (diff)
downloadp5-API-GitForge-905439ff824a9fdb1619828496dbb9bf2aad0d1c.tar.gz
document interfaces as unstable for now
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--lib/API/GitForge.pm4
-rw-r--r--lib/API/GitForge/Role/GitForge.pm4
2 files changed, 8 insertions, 0 deletions
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<git forge> 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 <http://www.gnu.org/licenses/>.
+=head1 STATUS
+
+Unstable. Interface may change.
+
=head1 DESCRIPTION
Operations which one might wish to perform against any git forge. See