File: 01_init.t

package info (click to toggle)
noss 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 704 kB
  • sloc: perl: 6,571; sh: 569; xml: 294; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl
use 5.016;
use strict;

use Test::More tests => 1;

use_ok('WWW::Noss');

diag("Testing WWW::Noss $WWW::Noss::VERSION, Perl $], $^X");

# vim: expandtab shiftwidth=4