[libatteanx-compatilibity-trine-perl] 16/22: add documentation

Jonas Smedegaard dr at jones.dk
Sat Dec 23 13:31:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.001-1
in repository libatteanx-compatilibity-trine-perl.

commit f4408ec204ca2c3c2d2b64c45d8bd4441965c577
Author: Kjetil Kjernsmo <kjetil at kjernsmo.net>
Date:   Tue Aug 15 00:08:32 2017 +0200

    add documentation
---
 lib/AtteanX/Compatibility/Trine.pm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/lib/AtteanX/Compatibility/Trine.pm b/lib/AtteanX/Compatibility/Trine.pm
index 8ffc918..3cb73bb 100644
--- a/lib/AtteanX/Compatibility/Trine.pm
+++ b/lib/AtteanX/Compatibility/Trine.pm
@@ -41,8 +41,31 @@ AtteanX::Compatibility::Trine - Compatibility layer between RDF::Trine and Attea
 
 =head1 SYNOPSIS
 
+In modules that have old L<RDF::Trine> methods, but otherwise uses L<Attean>, just go:
+
+  use AtteanX::Compatibility::Trine;
+
+
 =head1 DESCRIPTION
 
+For now, only certain methods of L<RDF::Trine> nodes are supported. They are added to the respective L<Attean> terms by this module. They are:
+
+=over
+
+=item * C<Attean::Blank::blank_identifier>
+
+=item * C<Attean::IRI::uri>
+
+=item * C<Attean::Literal::literal_value>
+
+=item * C<Attean::Literal::literal_value_language>
+
+=item * C<Attean::Literal::has_datatype>
+
+=item * C<Attean::Literal::literal_datatype>
+
+=back
+
 =head1 BUGS
 
 Please report any bugs or things you miss from L<RDF::Trine> here:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatteanx-compatilibity-trine-perl.git



More information about the Pkg-perl-cvs-commits mailing list