We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e9651 commit 1dad649Copy full SHA for 1dad649
lib/Plack/App/RDF/LinkedData.pm
@@ -10,6 +10,15 @@ use Plack::Request;
10
11
Plack::App::RDF::LinkedData - A Plack application for running RDF::LinkedData
12
13
+=head1 VERSION
14
+
15
+Version 0.75_01
16
17
+=cut
18
19
+ our $VERSION = '0.75_01';
20
21
22
=head1 SYNOPSIS
23
24
my $linkeddata = Plack::App::RDF::LinkedData->new();
lib/RDF/LinkedData.pm
@@ -31,11 +31,11 @@ RDF::LinkedData - A Linked Data server implementation
31
32
=head1 VERSION
33
34
-Version 0.74
35
36
=cut
37
38
- our $VERSION = '0.74';
39
40
41
0 commit comments