File: wdq.pm

package info (click to toggle)
libapp-wdq-perl 0.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: perl: 929; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package App::wdq;
use v5.14;

our $VERSION = '0.4.4';

1;
__END__

=head1 NAME

App::wdq - command line access to Wikidata Query Service

=head1 DESCRIPTION

See command line script L<wdq> for documentation.

=head1 COPYRIGHT AND LICENSE

Copyright Jakob Voss, 2015-

GPL 2.0

=cut