File: MediaWiki.pm

package info (click to toggle)
libcatmandu-mediawiki-perl 0.021-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 233; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 297 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
package Catmandu::MediaWiki;
our $VERSION = "0.021";

=head1 NAME

Catmandu::MediaWiki - Catmandu modules for MediaWiki

=head1 AUTHORS

Nicolas Franck C<< <nicolas.franck at ugent.be> >>

=head1 MODULES

L<Catmandu::Importer::MediaWiki>

=head1 SEE ALSO

L<Catmandu>, L<MediaWiki::API>

=cut

1;