Skip to content

Instantly share code, notes, and snippets.

@inish777
Created December 16, 2011 16:03
Show Gist options
  • Save inish777/1486602 to your computer and use it in GitHub Desktop.
Save inish777/1486602 to your computer and use it in GitHub Desktop.
#!perl -T
use Dancer::Test;
use Test::More;
BEGIN {
use_ok( 'Dancer::Plugin::Database' ) || print "Bail out!";
}
diag( "Testing Dancer::Plugin::Database $Dancer::Plugin::Database::VERSION, Perl $], $^X" );
done_testing;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment