File: 00-load.t

package info (click to toggle)
libdancer2-plugin-database-perl 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 140 kB
  • ctags: 4
  • sloc: perl: 248; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl
# had -T

use Test::More import => ['!pass'], tests => 1;
use Dancer2;

BEGIN {
    use_ok( 'Dancer2::Plugin::Database' ) || print "Bail out!
";
}

diag( "Testing Dancer2::Plugin::Database $Dancer2::Plugin::Database::VERSION, with Dancer2 $Dancer2::VERSION in Perl $], $^X" );