#!/usr/bin/env perl
#
# This file is part of MediaWikiUtils
#
# This software is copyright (c) 2014 by Natal Ngétal.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#

use strict;
use warnings;

use MediaWikiUtils;

#ABSTRACT: The binary file
#PODNAME: mwu

my $app = MediaWikiUtils->new_with_cmd;

__END__

=pod

=encoding UTF-8

=head1 NAME

mwu - The binary file

=head1 VERSION

version 0.141011

=head1 AUTHOR

Natal Ngétal

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Natal Ngétal.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
