File: 00-load.t

package info (click to toggle)
libmediawiki-api-perl 0.52-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 422; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
  use_ok( 'MediaWiki::API' );
}

diag( "Testing MediaWiki::API $MediaWiki::API::VERSION, Perl $], $^X" );