~ubuntu-branches/ubuntu/saucy/libdancer-plugin-database-perl/saucy

« back to all changes in this revision

Viewing changes to t/00-load.t

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2012-09-21 13:10:03 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120921131003-kiwzf5qy4q5wtx4a
Tags: 2.01-1
* Imported Upstream version 2.01
* debian/control: Add versioned depend for libdancer-perl
* debian/copyright: Update debian/* section

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!perl -T
 
1
#!perl
 
2
# had -T
2
3
 
3
 
use Test::More tests => 1;
 
4
use Test::More import => ['!pass'], tests => 1;
 
5
use Dancer;
4
6
 
5
7
BEGIN {
6
8
    use_ok( 'Dancer::Plugin::Database' ) || print "Bail out!
7
9
";
8
10
}
9
11
 
10
 
diag( "Testing Dancer::Plugin::Database $Dancer::Plugin::Database::VERSION, Perl $], $^X" );
 
12
diag( "Testing Dancer::Plugin::Database $Dancer::Plugin::Database::VERSION, with Dancer $Dancer::VERSION in Perl $], $^X" );